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: 0x0200031D RID: 797
internal class AddressAttribute : Attribute
{
// Token: 0x04000EE3 RID: 3811
public string RVA;
// Token: 0x04000EE4 RID: 3812
public string Offset;
// Token: 0x04000EE5 RID: 3813
public string VA;
// Token: 0x04000EE6 RID: 3814
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000322 RID: 802
internal class AnalysisFailedException : Exception
{
// Token: 0x06000F35 RID: 3893 RVA: 0x00006872 File Offset: 0x00004A72
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200031F RID: 799
internal class AttributeAttribute : Attribute
{
// Token: 0x04000EE8 RID: 3816
public string Name;
// Token: 0x04000EE9 RID: 3817
public string RVA;
// Token: 0x04000EEA RID: 3818
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200031E RID: 798
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x04000EE7 RID: 3815
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000320 RID: 800
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x04000EEB RID: 3819
public string Offset;
}
}
+11
View File
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000321 RID: 801
internal class TokenAttribute : Attribute
{
// Token: 0x04000EEC RID: 3820
public string Token;
}
}