osed-scripts icon indicating copy to clipboard operation
osed-scripts copied to clipboard

bespoke tooling for offensive security's Windows Usermode Exploit Dev course (OSED)

Results 3 osed-scripts issues
Sort by recently updated
recently updated
newest added

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...