oh dear
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
|
||||
namespace Cpp2IlInjected
|
||||
{
|
||||
// Token: 0x02000058 RID: 88
|
||||
internal class AddressAttribute : Attribute
|
||||
{
|
||||
// Token: 0x04000295 RID: 661
|
||||
public string RVA;
|
||||
|
||||
// Token: 0x04000296 RID: 662
|
||||
public string Offset;
|
||||
|
||||
// Token: 0x04000297 RID: 663
|
||||
public string VA;
|
||||
|
||||
// Token: 0x04000298 RID: 664
|
||||
public string Slot;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace Cpp2IlInjected
|
||||
{
|
||||
// Token: 0x0200005D RID: 93
|
||||
internal class AnalysisFailedException : Exception
|
||||
{
|
||||
// Token: 0x06000279 RID: 633 RVA: 0x000035A6 File Offset: 0x000017A6
|
||||
public AnalysisFailedException(string message)
|
||||
: base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
|
||||
namespace Cpp2IlInjected
|
||||
{
|
||||
// Token: 0x0200005A RID: 90
|
||||
internal class AttributeAttribute : Attribute
|
||||
{
|
||||
// Token: 0x0400029A RID: 666
|
||||
public string Name;
|
||||
|
||||
// Token: 0x0400029B RID: 667
|
||||
public string RVA;
|
||||
|
||||
// Token: 0x0400029C RID: 668
|
||||
public string Offset;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Cpp2IlInjected
|
||||
{
|
||||
// Token: 0x02000059 RID: 89
|
||||
internal class FieldOffsetAttribute : Attribute
|
||||
{
|
||||
// Token: 0x04000299 RID: 665
|
||||
public string Offset;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Cpp2IlInjected
|
||||
{
|
||||
// Token: 0x0200005B RID: 91
|
||||
internal class MetadataOffsetAttribute : Attribute
|
||||
{
|
||||
// Token: 0x0400029D RID: 669
|
||||
public string Offset;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Cpp2IlInjected
|
||||
{
|
||||
// Token: 0x0200005C RID: 92
|
||||
internal class TokenAttribute : Attribute
|
||||
{
|
||||
// Token: 0x0400029E RID: 670
|
||||
public string Token;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user