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

HookPoint can not Send #11

Closed plusls closed 2 months ago

plusls commented 2 months ago

because CallbackOption has Box

https://github.com/regomne/ilhook-rs/blob/aeab7a18b79d2febd7dfafa4bcc78c33566ca7b8/src/x64.rs#L186

maybe it should be dyn ThreadCallback +Send + Sync

plusls commented 2 months ago

12