Tool for decompiling *nix ELF programs for binary analysis
| src | ||
| testing | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
chisel
chisel is a tool for decompiling *nix ELF programs for binary analysis and reverse engineering. This project is being developed for assignments pertaining to Auburn University's COMP5970 Binary Program Analysis course.
Supported Binary formats
chisel supports binaries compiled to the ELF format from most x86/x64 *nix systems, and does not currently support macOS Mach-O or Windows PE binaries.