Reverset is a lightweight portable reverse engineering and binary analysis tool. Currently supports the entire standard x86 instruction set, with coming support for x87 fpu, avx, and sse instructions. Supports almost the entire x64 instruction set. No external dependencies, written completely in C.
Features:
+ x86 disassembler
+ x64 disassembler
+ x86 assembler
+ x64 assembler
+ Analysis of 32 and 64 bit elf files
+ Patching
Use and Download:
git clone https://github.com/Mithreindeir/Reverset && cd Reverset make ./reverset <your_binary>
Source: https://github.com/Mithreindeir