We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RT:
目前开启的是: set(OLLVM_OBFUSCATION_FLAGS "-mllvm -fla -mllvm -split_num=3 -mllvm -sub_loop=100 -mllvm -bcf_loop=6 -mllvm -bcf_prob=40")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OLLVM_OBFUSCATION_FLAGS}") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OLLVM_OBFUSCATION_FLAGS}")
如何开启字符串的混淆?用 -mllvm -aesSeed=0xada46ab5da824b96a18409c49 也没起作用,在代码中也没有找到对应的命令 -mllvm -bcf 会报错,无法识别bcf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
RT:
目前开启的是:
set(OLLVM_OBFUSCATION_FLAGS "-mllvm -fla -mllvm -split_num=3 -mllvm -sub_loop=100 -mllvm -bcf_loop=6 -mllvm -bcf_prob=40")
设置 C 和 C++ 编译器标志
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OLLVM_OBFUSCATION_FLAGS}")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OLLVM_OBFUSCATION_FLAGS}")
如何开启字符串的混淆?用 -mllvm -aesSeed=0xada46ab5da824b96a18409c49 也没起作用,在代码中也没有找到对应的命令
-mllvm -bcf 会报错,无法识别bcf
The text was updated successfully, but these errors were encountered: