discovered 03 Aug 2026
cryptoshark
→ View on GitHubCryptoshark is a self-optimizing cross-platform code tracer that operates at the machine code level using dynamic recompilation, facilitated by Frida and Capstone. Its primary use case is to analyze and log API function calls in real time, enabling developers to study targeted functions by injecting instrumentation code without requiring the source code. Notable features include thread tagging based on API usage and a robust build system that supports creating portable binaries for various operating systems.