DownWithUp / DynamicKernelShellcode

An example of how x64 kernel shellcode can dynamically find and use APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DynamicKernelShellcode

An example of how x64 kernel shellcode can dynamically find and use kernel APIs (exported from ntoskrnl).
Tested on Windows 10 x64 (1903)
The shellcode is capable of returning function addresses from ntoskrnl. For more practical use, it can easily be modified to call these functions. I used FASM as the assembler, but there is no special syntax so others should work. The Python file included is capable of generating the hashes needed.

Useful resources

About

An example of how x64 kernel shellcode can dynamically find and use APIs


Languages

Language:Assembly 53.1%Language:C 38.1%Language:Python 8.8%