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: 0x0200000D RID: 13
internal class AddressAttribute : Attribute
{
// Token: 0x0400002F RID: 47
public string RVA;
// Token: 0x04000030 RID: 48
public string Offset;
// Token: 0x04000031 RID: 49
public string VA;
// Token: 0x04000032 RID: 50
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000012 RID: 18
internal class AnalysisFailedException : Exception
{
// Token: 0x06000060 RID: 96 RVA: 0x000024DA File Offset: 0x000006DA
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200000F RID: 15
internal class AttributeAttribute : Attribute
{
// Token: 0x04000034 RID: 52
public string Name;
// Token: 0x04000035 RID: 53
public string RVA;
// Token: 0x04000036 RID: 54
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200000E RID: 14
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x04000033 RID: 51
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000010 RID: 16
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x04000037 RID: 55
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000011 RID: 17
internal class TokenAttribute : Attribute
{
// Token: 0x04000038 RID: 56
public string Token;
}
}