Tool for decompiling *nix ELF programs for binary analysis
Go to file
2023-02-09 01:47:19 -06:00
notes Rework ELF data into structs, break up main.rs 2023-02-05 23:11:57 -06:00
src Add beginning program and section header parsing, slight cleanup and comments 2023-02-09 01:47:19 -06:00
testing Rework ELF data into structs, break up main.rs 2023-02-05 23:11:57 -06:00
.gitignore Initial commit 2023-01-23 20:31:41 -06:00
Cargo.toml Initial commit 2023-01-23 21:34:50 -06:00
LICENSE Initial commit 2023-01-23 20:31:41 -06:00
README.md Add offset constants for header and section table 2023-01-26 15:24:55 -06:00

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.