osed-scripts
osed-scripts copied to clipboard
bespoke tooling for offensive security's Windows Usermode Exploit Dev course (OSED)
Usage: python string-to-shellcode.py The last step ("push esp") is to push the pointer pointing to the created string to the stack, just pop to another registry if temporary storage is...
An instruction when pushing potentially non DWORD-aligned strings to the stack can potentially cause the SP to become a value non-divisible by 4. Aside from the serious performance hit from...
Hello epi052, I found that "sometimes" "there" is no pykd WinDBG extension from the machine. =( Therefore, I "stole" your idea in `install-mona` to solve the missing pykd problem. Hope...