m
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
|
||||
namespace Cpp2IlInjected
|
||||
{
|
||||
// Token: 0x020000CA RID: 202
|
||||
internal class AddressAttribute : Attribute
|
||||
{
|
||||
// Token: 0x0400029E RID: 670
|
||||
public string RVA;
|
||||
|
||||
// Token: 0x0400029F RID: 671
|
||||
public string Offset;
|
||||
|
||||
// Token: 0x040002A0 RID: 672
|
||||
public string VA;
|
||||
|
||||
// Token: 0x040002A1 RID: 673
|
||||
public string Slot;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace Cpp2IlInjected
|
||||
{
|
||||
// Token: 0x020000CF RID: 207
|
||||
internal class AnalysisFailedException : Exception
|
||||
{
|
||||
// Token: 0x06000637 RID: 1591 RVA: 0x000044A6 File Offset: 0x000026A6
|
||||
public AnalysisFailedException(string message)
|
||||
: base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
|
||||
namespace Cpp2IlInjected
|
||||
{
|
||||
// Token: 0x020000CC RID: 204
|
||||
internal class AttributeAttribute : Attribute
|
||||
{
|
||||
// Token: 0x040002A3 RID: 675
|
||||
public string Name;
|
||||
|
||||
// Token: 0x040002A4 RID: 676
|
||||
public string RVA;
|
||||
|
||||
// Token: 0x040002A5 RID: 677
|
||||
public string Offset;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Cpp2IlInjected
|
||||
{
|
||||
// Token: 0x020000CB RID: 203
|
||||
internal class FieldOffsetAttribute : Attribute
|
||||
{
|
||||
// Token: 0x040002A2 RID: 674
|
||||
public string Offset;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Cpp2IlInjected
|
||||
{
|
||||
// Token: 0x020000CD RID: 205
|
||||
internal class MetadataOffsetAttribute : Attribute
|
||||
{
|
||||
// Token: 0x040002A6 RID: 678
|
||||
public string Offset;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Cpp2IlInjected
|
||||
{
|
||||
// Token: 0x020000CE RID: 206
|
||||
internal class TokenAttribute : Attribute
|
||||
{
|
||||
// Token: 0x040002A7 RID: 679
|
||||
public string Token;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user