AFLplusplus / AFLplusplus/LibAFL
frida-windows: Hook file memory mapping/unmapping functions to correctly poison/unpoison memory
Ouverte
enhancement
- Langage dominant
- Rust
- Étoiles
- 2.6k
- Forks
- 481
- Merge moyen
- 2 j 30 min
- PR mergées (30 j)
- 16
Description
frida-asan assumes all correctly addressable memory is unpoisoned, and all invalid memory is poisoned.
In order to maintain this invariant, we need to make sure that when files are mapped into memory, they are unpoisoned, and when they are unmapped, they are poisoned. We already hook `MapViewOfFile`, but need to hook any other similar functions, as well as the unmapping functions.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.