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: 0x0200000F RID: 15
internal class AddressAttribute : Attribute
{
// Token: 0x04000023 RID: 35
public string RVA;
// Token: 0x04000024 RID: 36
public string Offset;
// Token: 0x04000025 RID: 37
public string VA;
// Token: 0x04000026 RID: 38
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000014 RID: 20
internal class AnalysisFailedException : Exception
{
// Token: 0x0600002A RID: 42 RVA: 0x00002192 File Offset: 0x00000392
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000011 RID: 17
internal class AttributeAttribute : Attribute
{
// Token: 0x04000028 RID: 40
public string Name;
// Token: 0x04000029 RID: 41
public string RVA;
// Token: 0x0400002A RID: 42
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000010 RID: 16
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x04000027 RID: 39
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000012 RID: 18
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x0400002B RID: 43
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000013 RID: 19
internal class TokenAttribute : Attribute
{
// Token: 0x0400002C RID: 44
public string Token;
}
}