Skip to content

hunter-ht-2018/bin2vex

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
vex
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

bin2vex

convert binary to VEX IR using the C interface provided by pyvex.

Compile

  1. build pyvex_c and vex
    ./build_pyvex.sh
  1. build bin2vex
    mkdir build
    
    cd build
    
    cmake ../
    
    make

It will create library libbin2vex.a and executable disbin2vex

Usage

./disbin2vex <raw_binary> [num]

This will disassemble the first num of instructions, and show both the disassembled code and VEX code. If num is not set, it will disassemble all the codes in raw_binary.

NOTE: raw_binary means the pure binary machine code.

About

convert binary to VEX IR using the C interface provided by pyvex.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •