-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Clang segfaults when sub-loop > 1 #1
Comments
Hi ! Thanks for your feedback ! I’ll look at this bug tomorrow or after tomorrow to see what’s wrong with the code.
Currently, the base code is from Apple release (http://www.opensource.apple.com/source/clang/clang-425.0.24/). But we will update the repository as soon as the LLVM team release LLVM 3.4 ! |
Fixed... I tested it with the test-suite of the latest version of libGMP, OpenSSL and libtomcrypt (note that the OpenSSL test-suite fail on the elliptic curves tests even without obfuscation) |
Very nice tool. I was playing around a bit with it and it seems that anytime I try to do function sub more than one loop, it blows clang up.
(note: I receive the same where when not trying to emit llvm-ir)
➜ llvm-obfuscator git:(master) ✗ cat test.c
The text was updated successfully, but these errors were encountered: