mirror of
https://github.com/CodeXTF2/bof_template
synced 2026-06-21 13:42:05 +00:00
add bogus
This commit is contained in:
+3
-1
@@ -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
|
||||
Reference in New Issue
Block a user