AFLplusplus/LibAFL

DeExit for latest MacOS

開放

#922 建立於 2022年12月1日

 (1 則留言) (0 個反應) (0 位負責人)Rust (479 個分叉)github user discovery
enhancementhelp wantedmacos

倉庫指標

星標
 (2,621 顆星)
PR 合併指標
 (平均合併 17天 22小時) (30 天內合併 10 個 PR)

描述

Apple seems to have killed their LD_PRELOAD-like honking on the latest MacOS, see: https://github.com/AFLplusplus/AFLplusplus/issues/1594#issuecomment-1326414145

As suggested in that thread, we might try calls-interposing to replace exits with abort, or, alternatively, find a pre-exit hook for MacOS.

Interposing docs: https://opensource.apple.com/source/dyld/dyld-733.6/include/mach-o/dyld-interposing.h.auto.html

貢獻者指南