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: 0x0200000B RID: 11
internal class AddressAttribute : Attribute
{
// Token: 0x0400001C RID: 28
public string RVA;
// Token: 0x0400001D RID: 29
public string Offset;
// Token: 0x0400001E RID: 30
public string VA;
// Token: 0x0400001F RID: 31
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000010 RID: 16
internal class AnalysisFailedException : Exception
{
// Token: 0x06000029 RID: 41 RVA: 0x0000211E File Offset: 0x0000031E
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200000D RID: 13
internal class AttributeAttribute : Attribute
{
// Token: 0x04000021 RID: 33
public string Name;
// Token: 0x04000022 RID: 34
public string RVA;
// Token: 0x04000023 RID: 35
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200000C RID: 12
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x04000020 RID: 32
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200000E RID: 14
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x04000024 RID: 36
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200000F RID: 15
internal class TokenAttribute : Attribute
{
// Token: 0x04000025 RID: 37
public string Token;
}
}