obfuscator-llvm / obfuscator

3.88k stars 1.17k forks source link

-bcf causes crash #28

Open coolstar opened 9 years ago

coolstar commented 9 years ago

When I turned on the -bcf option, I noticed my binary was 2x the size and kept crashing. When I reverted to revision 293d1b7395345fe1a7dd65c3e1b682beb0d8ab0a, the binary size went back to normal and stopped crashing.

pyknite commented 9 years ago

Please, can you try again with the new version?

pyknite commented 9 years ago

Ok, is possible for you to send me your code, or a test case that fails? Thanks

cryptopathe commented 9 years ago

For the record, using -bcf will always increase the size of the resulting binary, as a lot of (dead) code is inserted.

pyknite commented 9 years ago

@AHappyFish your problem is not the same as @coolstar since your problem is at compilation time. Yours looks more issue #26. Can you give me a test case in the corresponding issue? Thanks

pyknite commented 9 years ago

Thx... I'll look into that. I'm going on vacation next week, so I'm not sure i will be able to resolve this before, but I'll try my best ;)

I did not get anything on the mailing list :( There is probably a problem. I will check with our admin (who is also in vacation right now :( )

coolstar commented 9 years ago

ok, I'll build the latest version of obfuscator and test