AFLplusplus / AFLplusplus/LibAFL

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

オープン
#2,225 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement
主要言語
Rust
スター
2.6k
フォーク
481
平均マージ
2日 30分
マージ済み PR(30日)
16

説明

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.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。