Example #1
0
 internal NtAllocateVirtualMemory(IntPtr shellcodeAddress)
 {
     _ntAllocateVirtualMemoryDelegate = Marshal.GetDelegateForFunctionPointer <NtAllocateVirtualMemoryDefinition>(shellcodeAddress);
 }
Example #2
0
 internal NtAllocateVirtualMemory(Tools syscallTools)
 {
     _ntAllocateVirtualMemoryDelegate = syscallTools.CreateDelegateForSyscall <NtAllocateVirtualMemoryDefinition>();
 }