AFLplusplus/LibAFL

DeExit for latest MacOS

Offen

#922 geöffnet am 01.12.2022

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (479 Forks)github user discovery
enhancementhelp wantedmacos

Repository-Metriken

Stars
 (2.621 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 17T 22h) (10 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide