Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leaked file windows compilation path, #3

Open
SheamusCsa opened this issue Jan 21, 2022 · 3 comments
Open

Leaked file windows compilation path, #3

SheamusCsa opened this issue Jan 21, 2022 · 3 comments
Labels
wontfix This will not be worked on

Comments

@SheamusCsa
Copy link

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--
Copy link
Owner

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

@moloch-- moloch-- added the wontfix This will not be worked on label Jan 21, 2022
@TaxMachine
Copy link

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--
Copy link
Owner

moloch-- commented Jun 6, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants