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: 0x02000014 RID: 20
internal class AddressAttribute : Attribute
{
// Token: 0x04000025 RID: 37
public string RVA;
// Token: 0x04000026 RID: 38
public string Offset;
// Token: 0x04000027 RID: 39
public string VA;
// Token: 0x04000028 RID: 40
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000019 RID: 25
internal class AnalysisFailedException : Exception
{
// Token: 0x06000047 RID: 71 RVA: 0x00002316 File Offset: 0x00000516
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000016 RID: 22
internal class AttributeAttribute : Attribute
{
// Token: 0x0400002A RID: 42
public string Name;
// Token: 0x0400002B RID: 43
public string RVA;
// Token: 0x0400002C RID: 44
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000015 RID: 21
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x04000029 RID: 41
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000017 RID: 23
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x0400002D RID: 45
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000018 RID: 24
internal class TokenAttribute : Attribute
{
// Token: 0x0400002E RID: 46
public string Token;
}
}