cleanup
This commit is contained in:
parent
b1a2c5a905
commit
40b0d84f53
36 changed files with 16 additions and 542 deletions
22
sys/profiles/programs/reverse-engineering.nix
Normal file
22
sys/profiles/programs/reverse-engineering.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
# patchelf --replace-needed libbinaryninjacore.so.1 ${symlinkJoin} $out/opt/binaryninja
|
||||
{
|
||||
pkgs,
|
||||
self,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
(ghidra.withExtensions (ps:
|
||||
with ps; [
|
||||
gnudisassembler
|
||||
machinelearning
|
||||
]))
|
||||
|
||||
self.packages.${pkgs.system}.binaryninja-personal
|
||||
self.packages.${pkgs.system}.ida-pro
|
||||
gdb
|
||||
];
|
||||
|
||||
networking.hosts = {
|
||||
"0.0.0.0" = ["master.binary.ninja"]; # idk my binary ninja crack [AMPED] told me to
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue