Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uxmal/nucleus
Clone of "Compiler-Agnostic Function Detection in Binaries" source code
https://github.com/uxmal/nucleus
Last synced: 5 days ago
JSON representation
Clone of "Compiler-Agnostic Function Detection in Binaries" source code
- Host: GitHub
- URL: https://github.com/uxmal/nucleus
- Owner: uxmal
- License: bsd-3-clause
- Created: 2017-01-10T09:29:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T12:05:32.000Z (about 3 years ago)
- Last Synced: 2023-03-03T01:01:37.511Z (over 1 year ago)
- Language: C++
- Homepage: http://www.vusec.net/projects/function-detection/
- Size: 159 KB
- Stars: 71
- Watchers: 6
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Based on the paper "Compiler-Agnostic Function Detection in Binaries",
published at EuroS&P 2017.Requirements:
- libcapstone (tested with 3.0)
- libbfd-multiarchPlatform:
- Tested on Ubuntu 15.10 and 16.04
On these platforms you can install the required libraries by executing:
make setupSuggested usage:
make
./nucleus -e /bin/ls -d linear -i idainfo.py
(idainfo.py can be run in IDA Pro to import the functions found by nucleus)