regomne / ilhook-rs

A library that provides methods to inline hook binary codes in x86 and x86_64 architecture
MIT License
69 stars 10 forks source link

[Bug] modify rsp not work in `JmpToRet` #13

Closed plusls closed 2 months ago

regomne commented 2 months ago

Rsp modifying when leaving trampoline is not supported yet, as it's a bit hard.