Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivision-research/binjawa
A Binary Ninja plugin for WebAssembly.
https://github.com/ivision-research/binjawa
binaryninja-plugin reverse-engineering
Last synced: 3 months ago
JSON representation
A Binary Ninja plugin for WebAssembly.
- Host: GitHub
- URL: https://github.com/ivision-research/binjawa
- Owner: ivision-research
- License: mit
- Created: 2020-06-12T00:04:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-30T19:26:51.000Z (over 4 years ago)
- Last Synced: 2024-03-27T06:01:34.792Z (11 months ago)
- Topics: binaryninja-plugin, reverse-engineering
- Language: Python
- Size: 921 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# binjawa
![Example](images/binjawa.png)
_A Binary Ninja plugin for WebAssembly._
## Description:
This is a plugin for disassembling and lifting WASM images.
## Minimum Version
This plugin requires the following minimum version of Binary Ninja:
* 2170
## Installation
First install the necessary Python dependencies:
```
$ pip install -r requirements.txt
```Then clone the plugin:
```
git clone https://github.com/CarveSystems/binjawa.git
```and link the plugin into your Binary Ninja plugin directory:
### OS X
```
ln -s /binjawa ~/Library/Application\ Support/Binary\ Ninja/plugins/binjawa
```### Linux
```
ln -s /binjawa ~/.binaryninja/plugins/binjawa
```## License
This plugin is released under a [MIT](LICENSE) license.