Skip to content

eklitzke/scanasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a project to analyze x86 files.

Building

To build this project you will need autotools (i.e. autoconf, automake) and header files for Capstone and ELFIO. On Fedora you should install:

$ dnf install capstone-devel elfio-devel

To build the code from a fresh git checkout:

$ ./autogen.sh
$ ./configure
$ make

Afterwards there will be an executable at ./src/scanasm. If you wish to install this permanently, you can use make install the usual way.

This project is free software licensed under the GPLv3+.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages