A disassembler and lifter for the PowerPC Book E Variable Length Encoding extensions
This plugin relies on the libvle
- Have git pull the libvle code:
$ git submodule init; git submodule update
- Next, compile libvle:
$ cd libvle
$ make
$ cd ..
- Finally, link or copy this folder into the BinaryNinja plugins folder. On my system:
$ cd ~/.binaryninja/plugins
$ ln -s </path/to/binaryninja-vle>
- Done!