scripts
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
// Token: 0x02001037 RID: 4151
|
||||
[Token(Token = "0x2001037")]
|
||||
[StructLayout(3, Size = 8)]
|
||||
public sealed class MKMNIOLPAHI : MulticastDelegate
|
||||
{
|
||||
// Token: 0x06006488 RID: 25736 RVA: 0x00161590 File Offset: 0x0015F790
|
||||
[Token(Token = "0x6006488")]
|
||||
[Address(RVA = "0x3E5170", Offset = "0x3E3B70", VA = "0x1803E5170")]
|
||||
public MKMNIOLPAHI(object @object, IntPtr method)
|
||||
{
|
||||
this.method = method;
|
||||
this.m_target = @object;
|
||||
}
|
||||
|
||||
// Token: 0x06006489 RID: 25737 RVA: 0x001615AC File Offset: 0x0015F7AC
|
||||
[Token(Token = "0x6006489")]
|
||||
[Address(RVA = "0x1C18C70", Offset = "0x1C17670", VA = "0x181C18C70", Slot = "13")]
|
||||
public EOKDBLCLLIB Invoke(PPENFJMFPNE IJNAMEBOMJJ, SessionManager.BDPNOBGNGNI FJIAAKKHHON, long? DDMPFMPILCE, long JJBANIDENHO, string NEGNEOOMDHG)
|
||||
{
|
||||
uint num;
|
||||
do
|
||||
{
|
||||
Delegate[] delegates = this.delegates;
|
||||
if (delegates != 0)
|
||||
{
|
||||
}
|
||||
}
|
||||
while (num == (uint)0);
|
||||
throw new ExecutionEngineException();
|
||||
}
|
||||
|
||||
// Token: 0x0600648A RID: 25738 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x600648A")]
|
||||
[Address(RVA = "0x1C18B90", Offset = "0x1C17590", VA = "0x181C18B90", Slot = "14")]
|
||||
public IAsyncResult BeginInvoke(PPENFJMFPNE IJNAMEBOMJJ, SessionManager.BDPNOBGNGNI FJIAAKKHHON, long? DDMPFMPILCE, long JJBANIDENHO, string NEGNEOOMDHG, AsyncCallback AFLPGGJMPOE, object FEDFKKMABOG)
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x0600648B RID: 25739 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x600648B")]
|
||||
[Address(RVA = "0x40BFF0", Offset = "0x40A9F0", VA = "0x18040BFF0", Slot = "15")]
|
||||
public EOKDBLCLLIB EndInvoke(IAsyncResult GIAOBLMEMMI)
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user