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: 0x0200010F RID: 271
internal class AddressAttribute : Attribute
{
// Token: 0x04000374 RID: 884
public string RVA;
// Token: 0x04000375 RID: 885
public string Offset;
// Token: 0x04000376 RID: 886
public string VA;
// Token: 0x04000377 RID: 887
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000114 RID: 276
internal class AnalysisFailedException : Exception
{
// Token: 0x060009F7 RID: 2551 RVA: 0x00005586 File Offset: 0x00003786
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000111 RID: 273
internal class AttributeAttribute : Attribute
{
// Token: 0x04000379 RID: 889
public string Name;
// Token: 0x0400037A RID: 890
public string RVA;
// Token: 0x0400037B RID: 891
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000110 RID: 272
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x04000378 RID: 888
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000112 RID: 274
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x0400037C RID: 892
public string Offset;
}
}
+11
View File
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000113 RID: 275
internal class TokenAttribute : Attribute
{
// Token: 0x0400037D RID: 893
public string Token;
}
}