denim icon indicating copy to clipboard operation
denim copied to clipboard

Leaked file windows compilation path,

Open SheamusCsa opened this issue 3 years ago • 3 comments

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

SheamusCsa avatar Jan 21 '22 07:01 SheamusCsa

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

moloch-- avatar Jan 21 '22 13:01 moloch--

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

TaxMachine avatar Jun 06 '23 06:06 TaxMachine

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

moloch-- avatar Jun 06 '23 14:06 moloch--