You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GoBfuscator is a professional-grade obfuscation tool specifically designed for Go (Golang) source code. It provides multiple layers of protection to make reverse engineering difficult while maintaining 100% runtime functionality.
A peephole optimizer for Z80 compilers that write lowercase Z80 assembly language. It shortens jumps to jr, builds djnz loops, changes call and ret pairs to jp, and removes dead stores.
Polyglot FFI Contract Verifier (PFCV) is a high-assurance verification pipeline for cross-language foreign function interfaces. It analyzes native interfaces and enforces safety contracts across Python, Rust, and C/C++ to prevent memory errors and ABI mismatches. (Currently in active development)
A peephole and AST optimizer for 8080 and Z80 compilers. It folds constants, removes dead code, replaces instruction patterns, and converts 8080 mnemonics to Z80 mnemonics. The author no longer maintains this code.