Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/algoatson/binaryninja.nix

NixOS package for Binary-Ninja
https://github.com/algoatson/binaryninja.nix

Last synced: about 2 months ago
JSON representation

NixOS package for Binary-Ninja

Awesome Lists containing this project

README

        

# NixOS packages for Binary Ninja and SCC (shellcode compiler)
Can be installed on your system using the following commands, first if your installation is not located in /opt/binaryninja then you will have to edit the package so that it points to your binary ninja installation instead, same thing for scc.
```shell
# run to install in your nix-env.
nix-env -i -f ./binaryninja.nix
nix-env -i -f ./scc.nix
```