This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,20 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020006E0 RID: 1760
internal class AddressAttribute : Attribute
{
// Token: 0x04001CA7 RID: 7335
public string RVA;
// Token: 0x04001CA8 RID: 7336
public string Offset;
// Token: 0x04001CA9 RID: 7337
public string VA;
// Token: 0x04001CAA RID: 7338
public string Slot;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020006E5 RID: 1765
internal class AnalysisFailedException : Exception
{
// Token: 0x0600322F RID: 12847
public extern AnalysisFailedException(string message);
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020006E2 RID: 1762
internal class AttributeAttribute : Attribute
{
// Token: 0x04001CAC RID: 7340
public string Name;
// Token: 0x04001CAD RID: 7341
public string RVA;
// Token: 0x04001CAE RID: 7342
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020006E1 RID: 1761
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x04001CAB RID: 7339
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020006E3 RID: 1763
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x04001CAF RID: 7343
public string Offset;
}
}
+11
View File
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x020006E4 RID: 1764
internal class TokenAttribute : Attribute
{
// Token: 0x04001CB0 RID: 7344
public string Token;
}
}