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: 0x02000023 RID: 35
internal class AddressAttribute : Attribute
{
// Token: 0x0400005B RID: 91
public string RVA;
// Token: 0x0400005C RID: 92
public string Offset;
// Token: 0x0400005D RID: 93
public string VA;
// Token: 0x0400005E RID: 94
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000028 RID: 40
internal class AnalysisFailedException : Exception
{
// Token: 0x06000175 RID: 373 RVA: 0x0000313E File Offset: 0x0000133E
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000025 RID: 37
internal class AttributeAttribute : Attribute
{
// Token: 0x04000060 RID: 96
public string Name;
// Token: 0x04000061 RID: 97
public string RVA;
// Token: 0x04000062 RID: 98
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000024 RID: 36
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x0400005F RID: 95
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000026 RID: 38
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x04000063 RID: 99
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000027 RID: 39
internal class TokenAttribute : Attribute
{
// Token: 0x04000064 RID: 100
public string Token;
}
}