geofft / redhook

Dynamic function call interposition / hooking (LD_PRELOAD) for Rust
BSD 2-Clause "Simplified" License
177 stars 17 forks source link

Alternative? #27

Open sladg opened 9 months ago

sladg commented 9 months ago

From looking into open issues and activity, it seems the library is no longer maintained.

Is there any suitable replacement / alternative we could use?

geofft commented 9 months ago

https://github.com/woodruffw/upgrayedd is somewhat similar but I haven't had a chance to play with it.

That said - is there something specific this library doesn't do? I should probably update to the latest epoch but I would hope it still works as is....

sladg commented 9 months ago

@geofft thanks for tip!

I'm mostly looking for enforced types from libc, sharable state (#24) and guidance for syscalls (#21).