4 matches found
Windows/x86 - Locate kernel32 base address / Stack Crack method NullFree Shellcode (171 bytes)
171 bytes small Windows/x86 shellcode with a new method to find the kernel32 base address by walking down the stack and look for a possible Kernel32 address using a custom SEH handler. Each address found on the stack will be tested using the Exception handling function. If it's valid and starts...
Windows/x86 - Locate kernel32 base address / Memory Sieve method Shellcode (133 bytes)
; Shellcode Title: Windows/x86 - Locate kernel32 base address / Memory Sieve method Shellcode 133 bytes ; Description: ; This shellcode is a new method to find kernel32 base address by parsing .text section of memory to find a pointer to kernel32 API. ; Shellcode Author: Tarek Ahmed ; Tested on:...
Windows 9x/NT/2k/XP PEB method 35 bytes
No description provided by source. /This is a 35 byte C implementation of the use of the PEB method to get the kernel32 base address on Windows. This is generic code designed to run on both Windows 9x and NT based systems. The code has been optimized to not have any 00h bytes so that you wont hav...
windows 9x/NT/2k/XP PEB method 35 bytes
Exploit for win32 platform in category shellcode ======================================= Windows 9x/NT/2k/XP PEB method 35 bytes ======================================= /This is a 35 byte C implementation of the use of the PEB method to get the kernel32 base address on Windows. This is generic co...