All activity
Pandadairleft a comment
I built Ghost because I kept running into malware samples and shady tools using process injection, hollowing, and memory tricks that most basic scanners donβt catch. I wanted a fast, cross-platform way to detect these behaviors in real time. What started as a small Rust experiment grew into a full tool with CLI + TUI, cross-platform support, and more accurate checks. I hope it helps defenders,...
GhostDetect process injection and memory tampering in Rust
Built Ghost - scans processes for signs of malware injection. Catches shellcode, API hooks, process hollowing, thread hijacking, that stuff.
Works on Windows, Linux, macOS. Pretty fast, scans 200 processes in about 5 seconds. Has both command line and terminal UI.
Fair warning - you'll get false positives from browsers and game anti-cheat because they do weird memory stuff. So don't freak out if it flags Chrome.
Open source, MIT license. Drop a star if you find it useful.
GhostDetect process injection and memory tampering in Rust
Re-Architect is an open-source reverse engineering platform that runs binaries through multiple decompilers (IDA, Ghidra, Binary Ninja) and uses AI to explain functions, rebuild data structures, generate tests, and visualize results.
Re-ArchitectReverse engineering with AI + multi-decompiler support
Pandadairleft a comment
Hey everyone, I just launched Re-Architect β an open-source reverse engineering tool that runs binaries through multiple decompilers (IDA, Ghidra, Binary Ninja) + AI to explain functions, rebuild data structures, generate tests, and visualize results. https://github.com/pandaadir05/r...
Re-ArchitectReverse engineering with AI + multi-decompiler support
