Esempio n. 1
0
 internal NtFreeVirtualMemory(Tools syscallTools)
 {
     _ntFreeVirtualMemoryDelegate = syscallTools.CreateDelegateForSyscall <NtFreeVirtualMemoryDefinition>();
 }
Esempio n. 2
0
 internal NtFreeVirtualMemory(IntPtr shellcodeAddress)
 {
     _ntFreeVirtualMemoryDelegate = Marshal.GetDelegateForFunctionPointer <NtFreeVirtualMemoryDefinition>(shellcodeAddress);
 }