1 个仓库
Automated identification of known library functions within a binary to facilitate their replacement with stubs.
Distinct from Function Stubbing: Focuses on identifying where stubs are needed in a binary, whereas function stubbing is the act of implementing the stub.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Library Stub Detection. 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
Identifies common library functions to replace them with runtime stubs or syscall handlers.