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

移植到llvm13编译的可执行文件没有混淆效果 #167

Open
kk-laoguo opened this issue Dec 1, 2021 · 2 comments
Open

移植到llvm13编译的可执行文件没有混淆效果 #167

kk-laoguo opened this issue Dec 1, 2021 · 2 comments

Comments

@kk-laoguo
Copy link

Other-C Flags里面的混淆参数加上了,编译也能通过,但是编译之后的可执行文件没有带混淆。请问llvm13移植的问题如何去解决?

@xll970211
Copy link

同问,折腾了很久好不容易可以了,但是感觉没有什么变化, @kk-laoguo 大佬发现原因了吗

@iaineng
Copy link

iaineng commented Mar 5, 2022

给clang编译器添加这个参数"-fno-experimental-new-pass-manager",如果是clang-cl则添加这个参数"-Xclang -fno-experimental-new-pass-manager"
如果还是不行可以尝试"-flegacy-pass-manager"
我的llvm13使用这两种方式都可以成功开启混淆

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

3 participants