moloch-- / denim

Automated compiler obfuscation for nim
GNU General Public License v3.0
135 stars 22 forks source link

Leaked file windows compilation path, #3

Open SheamusCsa opened 2 years ago

SheamusCsa commented 2 years ago

The compiled exe file, I used IDA to check the NimMainModule function, and found the compilation path of the leaked file. How can I solve this problem? image

moloch-- commented 2 years ago

The current version of llvm-obfuscator does not implement string obfuscation, so you'll need to handle that yourself.

TaxMachine commented 1 year ago

The compiled exe file, I used IDA to check the NimMainModule function, and found the compilation path of the leaked file. How can I solve this problem? image

your build is not a release build. add -d:release,strip to your compiler flag

moloch-- commented 1 year ago

The version of obfuscator-llvm used in the project does not obfuscate strings.