add bogus

This commit is contained in:
ethanseow2002@gmail.com
2026-01-01 15:43:35 +08:00
parent 20b28b3e92
commit 6bb173e4cc
+3 -1
View File
@@ -5,6 +5,8 @@ LIBINCLUDE :=
# Compiler settings
# -nostdlib is used to prevent linking against standard system startup files
MUTATOR := ./mutator/docker_mutator.sh
override OBFUSCATIONS := flattening,substitution,split-basic-blocks,bogus
export OBFUSCATIONS
CC_x64 := $(MUTATOR) x64 -nostdlib
CC_x86 := $(MUTATOR) x86 -nostdlib
CXX_x64 := x86_64-w64-mingw32-g++
@@ -71,4 +73,4 @@ check:
clean:
rm -f $(BOFNAME).*.exe
rm -rf build dist
rm -rf build dist