ptrace-inject
ptrace-inject copied to clipboard
add support for unloading using dlclose
Added the ability to unload the injected lib using dlclose.
TODO: add support in the executable for unloading, though I don't really know how that would be possible as dlopen/dlclose is reference counted.