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: 0x02000042 RID: 66
internal class AddressAttribute : Attribute
{
// Token: 0x0400018F RID: 399
public string RVA;
// Token: 0x04000190 RID: 400
public string Offset;
// Token: 0x04000191 RID: 401
public string VA;
// Token: 0x04000192 RID: 402
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000047 RID: 71
internal class AnalysisFailedException : Exception
{
// Token: 0x060003AA RID: 938 RVA: 0x000049E2 File Offset: 0x00002BE2
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000044 RID: 68
internal class AttributeAttribute : Attribute
{
// Token: 0x04000194 RID: 404
public string Name;
// Token: 0x04000195 RID: 405
public string RVA;
// Token: 0x04000196 RID: 406
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000043 RID: 67
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x04000193 RID: 403
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000045 RID: 69
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x04000197 RID: 407
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000046 RID: 70
internal class TokenAttribute : Attribute
{
// Token: 0x04000198 RID: 408
public string Token;
}
}