Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/algoatson/binaryninja.nix
- Owner: algoatson
- Created: 2024-07-08T06:04:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T06:20:25.000Z (6 months ago)
- Last Synced: 2024-07-08T07:58:42.898Z (6 months ago)
- Language: Nix
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```