AFLplusplus / AFLplusplus/LibAFL
frida: Hook LoadLibrary/dlopen in order to unpoison newly loaded libraries
Open
enhancement
- Dominant language
- Rust
- Stars
- 2.6k
- Forks
- 481
- Avg merge
- 2d 30m
- Merged PRs (30d)
- 16
Description
In order to support complex programs which dynamically load shared objects, we need to hook `LoadLibrary`/`dlopen` in order to make sure that these dynamicallly loaded libraries are correctly unpoisoned.
Contributor guide
Assessment
This issue has not been assessed yet.