An open API service indexing awesome lists of open source software.

https://github.com/potato-industries/custom-shellcode-encoder-decoder

Template script, .asm, exploit for custom shellcode encoding
https://github.com/potato-industries/custom-shellcode-encoder-decoder

custom exploit-development security security-tools shellcode shellcode-encoder

Last synced: 3 months ago
JSON representation

Template script, .asm, exploit for custom shellcode encoding

Awesome Lists containing this project

README

          

# Custom-Shellcode-Encoder-Decoder

Template scripts for custom encoding / decoding shellcode.

- python script encodes a given shellcode with custom routine.
- asm stub used to decode the encoded shellcode.

VulnServer.exe template exploit script to test that the decoder works.