Releases: ayosec/plthook-rust
Releases · ayosec/plthook-rust
0.2.2
- Don't leak
ObjectFile
instances when a Replacement
is discarded.
0.2.1
-
Now, lifetime of Replacement
values is not bound to ObjectFile
. Instead, they use a Rc
pointer to have access it.
This avoid problems when Replacement
values are stored in another type.
0.2.0
ObjectFile::replace
returns values of Replacement
types. When a Replacement
is dropped, the original address in the PLT entry is restored.
0.1.0
First version of the crate. Provides bindings for all functionality available in plthook, except for the plthook_open_by_address
function.