2 مستودعات
Techniques for overriding operating system system calls to modify application behavior.
Distinct from URL Redirections: Candidates are focused on URL or stream redirection, not low-level system call hooking of connect().
Explore 2 awesome GitHub repositories matching operating systems & systems programming · System Call Interposition. Refine with filters or upvote what's useful.
Proxychains is a SOCKS proxy chain tool and TCP traffic redirector that forces outgoing network connections from applications into a specified sequence of proxy servers. It functions as a proxy sequence orchestrator, routing TCP network traffic through multiple SOCKS or HTTP proxies to anonymize network paths and bypass firewalls. The tool includes a remote DNS resolver that performs domain name resolution through a remote proxy to prevent DNS leaks and hide queries. This ensures that network traffic from applications that are not proxy-aware is redirected through the configured intermediarie
Redirects TCP connection requests by overriding the connect system call.
Luma3DS is a custom firmware for the Nintendo 3DS that removes factory restrictions to enable the execution of unsigned homebrew and game modifications. It functions as a kernel-level system extension that hooks system calls to bypass hardware limitations and introduce new operating system capabilities. The project serves as a homebrew payload loader, using boot-time mechanisms to launch third-party software and custom firmware versions. It also provides a game modding framework capable of patching executable code and intercepting file requests to load custom assets and modified data. The en
Overwrites operating system system calls to modify application behavior and bypass restrictions.