Coder Social home page Coder Social logo

f4ncyz4nz4 / nucleus Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 128 KB

Tool for automatic identification of functions in binary code, fork of VU Sec project

Home Page: https://bitbucket.org/vusec/nucleus

License: BSD 3-Clause "New" or "Revised" License

Makefile 0.28% C++ 98.20% C 1.32% Dockerfile 0.20%
binary-analysis function function-recognition malware-analysis

nucleus's Introduction

Nucleus

GitHub all releases GitHub issues

This VU Sec project on function detection focuses on the automatic identification of functions in binary code. It aims to develop techniques and tools to analyze binary executables and identify individual functions within them.

Based on the paper "Compiler-Agnostic Function Detection in Binaries", published at EuroS&P 2017.

Contents

Quick start

docker build -t nucleus . 
docker run -it nucleus

Installation

Requirements

  • libcapstone
  • libbfd-multiarch

How to install

git clone https://github.com/f4ncyz4nz4/nucleus.git
cd nucleus
make setup
make

Usage

To reproduce the configuration from VU Sec paper and output a list of function addresses and sizes, use:

nucleus -d linear -f -e <binary>

To analyse a Mini DuMP file with an arch x86:32 and output a list of function addresses and sizes, use:

nucleus -d linear -f -t dmp -a x86 -l 32 -e <binary>

To analyse a raw file with an arch x86:32 and the best offset search option and output a list of function addresses and sizes, use:

nucleus -d linear -f -t raw -a x86 -l 32 -o -e <binary> 

To list all the possible commands, use:

nucleus -h

Acknowledgements

This work was supported by the Netherlands Organisation for Scientific Research through grant NWO 639.023.309 VICI “Dowsing” project. The public artifacts reflect only the authors’ view. The funding agencies are not responsible for any use that may be made of the information they contain.

License

GitHub

nucleus's People

Contributors

f4ncyz4nz4 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.