Native Binary Reverse Engineering

Project: Analysis of C/C++ authentication mechanisms

Overview: Reverse engineered native binaries to understand authentication flow, credential storage, and cryptographic implementations. Focus on identifying hardcoded secrets and weak cryptographic primitives.

Technical Approach:

Findings: Discovered weak key derivation, insufficient input validation, and timing vulnerabilities in authentication routines.

Tools Used: IDA Pro, x64dbg, Ghidra, Python (for automation scripts)