Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Latest commit

 

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Binalyze

Binary analysis tool using libbfd and Capstone API version 4.0.2
(https://www.capstone-engine.org/)

Usage: ./binalyze -f binary [-c section] [-odslrg]

-c : prints section information and content in hexadecimal and ASCII format
-o : prints static symbols
-d : prints dynamic symbols
-s : prints sections
-l : disassembles code with linear disassembly
-r : disassembles code with recursive disassembly
-g : finds ROP gadgets

About

ELF binary analysis tool using libbfd and Capstone API

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages