denim
denim copied to clipboard
Leaked file windows compilation path,
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?

The current version of llvm-obfuscator does not implement string obfuscation, so you'll need to handle that yourself.
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?
your build is not a release build. add -d:release,strip to your compiler flag
The version of obfuscator-llvm used in the project does not obfuscate strings.