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
+20
View File
@@ -0,0 +1,20 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000151 RID: 337
internal class AddressAttribute : Attribute
{
// Token: 0x040003A1 RID: 929
public string RVA;
// Token: 0x040003A2 RID: 930
public string Offset;
// Token: 0x040003A3 RID: 931
public string VA;
// Token: 0x040003A4 RID: 932
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000156 RID: 342
internal class AnalysisFailedException : Exception
{
// Token: 0x06000613 RID: 1555 RVA: 0x000032EE File Offset: 0x000014EE
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000153 RID: 339
internal class AttributeAttribute : Attribute
{
// Token: 0x040003A6 RID: 934
public string Name;
// Token: 0x040003A7 RID: 935
public string RVA;
// Token: 0x040003A8 RID: 936
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000152 RID: 338
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x040003A5 RID: 933
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000154 RID: 340
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x040003A9 RID: 937
public string Offset;
}
}
+11
View File
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000155 RID: 341
internal class TokenAttribute : Attribute
{
// Token: 0x040003AA RID: 938
public string Token;
}
}