aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/plugins/HookSystem.hpp
AgeCommit message (Collapse)Author
2024-04-04hooksystem: manually map trampoline addressesVaxry
better patching of rip calls as we are close enough to just change them up
2023-12-27pluginapi: Trampoline hooks %rip patching improvements (#4256)Vaxry
--------- Co-authored-by: Jan Beich <[email protected]>
2023-12-06style/ci: apply clang-format and verify it in ci (#4039)François Conzelmann
* style: apply clang-format * ci: add new clang-format job to CI
2023-02-27Plugin Hooks: fix original bytes on %rip accessesvaxerski
2023-02-27Plugin Hooks: fix calls to %rip offsetsvaxerski
2023-02-27Plugin System (#1590)Vaxry
--------- Co-authored-by: Mihai Fufezan <[email protected]>