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

贡献者指南