-
Notifications
You must be signed in to change notification settings - Fork 0
original -> http://binsec.gforge.inria.fr/archives.html
License
Alfaiis/binsec
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# Compilation # ## BINSEC The following usual steps should do the trick: ``` % ./configure % make binsec ``` To install `BINSEC`, do `cd src; make install`. ## PINSEC ``` % ./configure % make pinsec ``` Then, go to the directory pinsec/build, and configure your build. The build needs `CMake`. # Use ## BINSEC In the `src` directory. - List of available commands: ./binsec --help - Help about a specific command: ./binsec COMMAND --help ### Simple examples ### - Linear (objdump-like) disassembly of text section ``` ./binsec disasm -sections .text -dmode linear BINARY_FILE ``` - Recursive disassembly of text section ``` ./binsec disasm -sections .text -dmode rec BINARY_FILE ``` - Simulation: ``` ./binsec simulate -entrypoint INIT_ADDR BINARY_FILE ```
About
original -> http://binsec.gforge.inria.fr/archives.html
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published