Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.
/ Binalyze Public archive

ELF binary analysis tool using libbfd and Capstone API

Notifications You must be signed in to change notification settings

dasuos/Binalyze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published