1 个仓库
Integration of external analysis data, such as function maps, into the recompilation pipeline.
Distinct from Reverse Engineering Tools: Focuses on importing existing analysis results rather than providing the tools to perform the analysis.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Reverse Engineering Data Integration. Refine with filters or upvote what's useful.
PS2Recomp is a static recompiler for PlayStation 2 that translates machine instructions from executable binaries into source code to enable execution on modern hardware. It functions as a binary-to-source translator and a binary analysis tool designed to facilitate the preservation of legacy software. The project distinguishes itself through a hardware emulation runtime that manages memory models and register contexts, combined with a static binary patcher for replacing raw instructions and overriding function bindings. It utilizes a specialized vector unit instruction execution system that m
Imports function maps from reverse engineering tools to prioritize precise code boundaries.