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: 0x02000003 RID: 3
internal class AddressAttribute : Attribute
{
// Token: 0x04000003 RID: 3
public string RVA;
// Token: 0x04000004 RID: 4
public string Offset;
// Token: 0x04000005 RID: 5
public string VA;
// Token: 0x04000006 RID: 6
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000008 RID: 8
internal class AnalysisFailedException : Exception
{
// Token: 0x06000007 RID: 7 RVA: 0x0000205A File Offset: 0x0000025A
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000005 RID: 5
internal class AttributeAttribute : Attribute
{
// Token: 0x04000008 RID: 8
public string Name;
// Token: 0x04000009 RID: 9
public string RVA;
// Token: 0x0400000A RID: 10
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000004 RID: 4
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x04000007 RID: 7
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000006 RID: 6
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x0400000B RID: 11
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000007 RID: 7
internal class TokenAttribute : Attribute
{
// Token: 0x0400000C RID: 12
public string Token;
}
}