-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# Binary Ninja PowerPC VLE Extenstion | ||
# Renesas NEC850 Architecture Plugin | ||
|
||
An architecture extension to allow working with VLE instructions under PowerPC. | ||
When working with a binary that supports VLE just select `ppc` from the architecture list. Most common instructions should be lifted (including couple floating points). | ||
|
||
## Install | ||
|
||
1. Clone the repo: `git clone https://github.com/Martyx00/PowerPC-VLE-Extension && cd PowerPC-VLE-Extension` | ||
2. Fetch submodules: `git submodule update --init --recursive` | ||
3. CMake things: `mkdir build && cd build && cmake .. -DBN_INSTALL_DIR=/opt/binaryninja` (Replace the `/opt/binaryninja` string at the end with an actual install path of your instance) | ||
4. Make things and install plugin: `make -j4 && cp libVLE_Extension.so ~/.binaryninja/plugins/` (Replace the last part of the command with valid path to the plugins directory for your platform) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters