Lucene search

K
kitploitKitPloitKITPLOIT:7815117510303933171
HistorySep 21, 2022 - 11:30 a.m.

NimGetSyscallStub - Get Fresh Syscalls From A Fresh Ntdll.Dll Copy

2022-09-2111:30:00
www.kitploit.com
15

Get fresh Syscalls from a fresh ntdll.dll copy. This code can be used as an alternative to the already published awesome tools NimlineWhispers and NimlineWhispers2 by @ajpc500 or ParallelNimcalls.

The advantage of grabbing Syscalls dynamically is, that the signature of the Stubs is not included in the file and you don’t have to worry about changing Windows versions.

To compile the shellcode execution template run the following:

nim c -d:release ShellcodeInject.nim  

The result should look like this:

Download NimGetSyscallStub