forked from obfuscator-llvm/obfuscator
-
Notifications
You must be signed in to change notification settings - Fork 317
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
aesSeed flag causing duplicate symbols #32
Comments
ghost
changed the title
Duplicate symbols
aesSeed flag causing duplicate symbols
Oct 12, 2022
Same problem |
I got the same issue too. I'm using cmake with NDK 25
|
Kk, I tried heroims ollvm 9.0.1 on NDK 21.3 and got the same error too, so aesSeed is obviously broken |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Describe the bug
Getting Duplicate symbols error when trying to use aesSeed flag. Without the aesSeed flags, it works fine
To Reproduce
Use this flag
LOCAL_CPPFLAGS += -mllvm -sub -mllvm -fla -mllvm -split -mllvm -bcf -mllvm -sobf -mllvm -aesSeed=0xada46ab5da824b96a18409c49dc91dc3
in Android.mkExpected behavior
Should be able to compile without errors
Desktop (please complete the following information):
Souce Code (please complete the following information):
Cannot share my private source code
Additional context
I'm using NDK 25.1.8937393 with llvm 14.0.6. I patched llvm 14.x branch with legacy patch and followed this tutorial to compile https://blog.csdn.net/qq_41923691/article/details/123258565
This issue does not happen on Ollvm 9.0.1
Logs
The text was updated successfully, but these errors were encountered: