Resources About Shellcode
-
Updated
Mar 17, 2020
Resources About Shellcode
C-shellcode to hex converter, handy tool for paste & execute shellcodes in IDA PRO, gdb, windbg, radare2, ollydbg, x64dbg, immunity debugger & 010 editor
Python library to convert elf to os-independent shellcodes
Compile C to null free x64 or x86 shellcode
Read text section bytes and format it for shellcode (64bit ELF only)
Reads an assembly language file, performs two passes over the file to identify labels and assemble the instructions, and then writes the resulting machine code to an output file. It includes several helper functions for handling instructions, managing a hash table for storing labels, and writing the machine code to the output file.
Read text section bytes and format it for shellcode. based on trimscash/texthex
Add a description, image, and links to the shellcode-convert topic page so that developers can more easily learn about it.
To associate your repository with the shellcode-convert topic, visit your repo's landing page and select "manage topics."