8000 Releases · ayosec/plthook-rust · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: ayosec/plthook-rust

0.2.2

12 Aug 21:30
Compare
Choose a tag to compare
  • Don't leak ObjectFile instances when a Replacement is discarded.

0.2.1

12 Aug 21:15
Compare
Choose a tag to compare
  • 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

12 Aug 15:00
Compare
Choose a tag to compare

ObjectFile::replace returns values of Replacement types. When a Replacement is dropped, the original address in the PLT entry is restored.

0.1.0

29 Jul 21:49
Compare
Choose a tag to compare

First version of the crate. Provides bindings for all functionality available in plthook, except for the plthook_open_by_address function.

0