This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,20 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000010 RID: 16
internal class AddressAttribute : Attribute
{
// Token: 0x0400002A RID: 42
public string RVA;
// Token: 0x0400002B RID: 43
public string Offset;
// Token: 0x0400002C RID: 44
public string VA;
// Token: 0x0400002D RID: 45
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000015 RID: 21
internal class AnalysisFailedException : Exception
{
// Token: 0x06000033 RID: 51 RVA: 0x000020EA File Offset: 0x000002EA
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000012 RID: 18
internal class AttributeAttribute : Attribute
{
// Token: 0x0400002F RID: 47
public string Name;
// Token: 0x04000030 RID: 48
public string RVA;
// Token: 0x04000031 RID: 49
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000011 RID: 17
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x0400002E RID: 46
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000013 RID: 19
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x04000032 RID: 50
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000014 RID: 20
internal class TokenAttribute : Attribute
{
// Token: 0x04000033 RID: 51
public string Token;
}
}