Skip to content

ehntoo/binaryninja-vle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binaryninja-vle

A disassembler and lifter for the PowerPC Book E Variable Length Encoding extensions

to install:

This plugin relies on the libvle

  1. Have git pull the libvle code:
$ git submodule init; git submodule update
  1. Next, compile libvle:
$ cd libvle
$ make
$ cd ..
  1. Finally, link or copy this folder into the BinaryNinja plugins folder. On my system:
$ cd ~/.binaryninja/plugins
$ ln -s </path/to/binaryninja-vle> 
  1. Done!

About

A disassembler and lifter for the PowerPC Book E Variable Length Encoding extensions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages