Skip to content
New issue

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

CMakelist.txt 如何开启字符串混淆 #10

Open
passself opened this issue Dec 27, 2024 · 0 comments
Open

CMakelist.txt 如何开启字符串混淆 #10

passself opened this issue Dec 27, 2024 · 0 comments

Comments

@passself
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant