The old ASM-based tests broke with the switch to LLVM 16 and were dropped. We can probably avoid this in the future by checking obfuscated LLVM IR. The restored tests just check that there is a XOR operation in the original IR and it disappears with any number of obfuscation rounds>=2.
The old ASM-based tests broke with the switch to LLVM 16 and were dropped. We can probably avoid this in the future by checking obfuscated LLVM IR. The restored tests just check that there is a XOR operation in the original IR and it disappears with any number of obfuscation rounds>=2.