AFLplusplus / AFLplusplus/LibAFL
frida-windows: Hook file memory mapping/unmapping functions to correctly poison/unpoison memory
Đang mở
enhancement
- Ngôn ngữ chính
- Rust
- Star
- 2.6k
- Fork
- 481
- Merge trung bình
- 2 ngày 30 phút
- Pull request đã merge (30 ngày)
- 16
Mô tả
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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.