bluesadi / Pluto

Obfuscator based on LLVM 14.0.6
811 stars 183 forks source link

Issue with Globals Encryption #14

Open KoMaR1911 opened 2 years ago

KoMaR1911 commented 2 years ago

Hi i'm having issue with Globals Encryption - compiler don't show any errors but strings are wrong I'm compiling python 2.7.18 lib on windows I'm using obfuscation only on 1 specific .c file I tryed with -onlystr too but doesn't help qf5saX6mka

Looking how to function looks like in IDA Dissasembler

obraz

Then after all lib compiled in .exe returns random strings

If more informations needed ask me i can provide :)

bluesadi commented 2 years ago

Well, that's what the GlobalsEncryption is excepted to do. This pass encrypt strings in the program at compile time and decrypt strings at run time, hiding the plain strings.

or did it break down at run time?

KoMaR1911 commented 2 years ago

Well, that's what the GlobalsEncryption is excepted to do. This pass encrypt strings in the program at compile time and decrypt strings at run time, hiding the plain strings.

or did it break down at run time?

Yes but problem is this is compiled to .lib then im linking it to .exe on windows i can provide .exe on Discord