DllToShellCode: Fast Conversion Windows Dynamic Link Library To ShellCode
DllToShellCode
Fast Conversion Windows Dynamic Link Library To ShellCode
Features
- Support 32-bits and 64-bits
- Support Compression(using ntdll RtlCompressBuffer function or aplib)
- Support two modes
- Direct invoke dllmain(lpReserved as a parameter) if you don’t want using the dll internal functions
- Invoke the shellcode will return the address of the export function, so you can use it in anywhere
Use
Source: https://github.com/killeven/