This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
LLVM7.0@20190101
Previously, in an attempt to fix CFF not correctly ignoring the non-trivial instructions, some check was added to ignore those instructions checking if the terminators are br
, however this ignored the fact that ret
also exists in every single Function, results in CFF skipping all functions without Obfuscating them.
Thanks to @Ouroboros for discovering this issue . My private version works for all terminators so this issue persisted for more than 4 months silently