-
Notifications
You must be signed in to change notification settings - Fork 0
CyberSecurity
Angelo Azevedo edited this page Jun 11, 2026
·
3 revisions
This configuration includes a dedicated suite of tools for cybersecurity, reverse engineering, and binary analysis, pre-configured for immediate use.
| Tool | Description |
|---|---|
| IDA Pro | Industry-standard disassembler and debugger (managed via ida-pro-overlay). |
| Binary Ninja | Modern reverse engineering platform (managed via nix-binary-ninja). |
| pwndbg | Exploit development and reverse engineering plugin for GDB. Provides an enhanced debugging interface. |
| angr-management | GUI for the angr binary analysis framework. Packaged directly from source using Nix. |
| Wireshark | Network protocol analyzer for packet inspection. |
| MemProcFS | PCIE DMA analysis and memory forensics (provided via the dmatools overlay). |
| QRookie | Reverse engineering and analysis tool (provided via the glaumar_repo NUR). |
| registry-spy | Tool to inspect Windows registry files natively on Linux. |
| dnspy | .NET assembly editor, decompiler, and debugger. |
Many of these tools (like angr-management, registry-spy, and dnspy) are built and packaged directly within the flake's pkgs/ directory, ensuring they run natively and reproducibly on NixOS without needing manual installation scripts or isolated environments.