AFLplusplus / AFLplusplus/LibAFL

frida-windows: Hook file memory mapping/unmapping functions to correctly poison/unpoison memory

Đang mở
#2,225 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
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

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.