|
how do i get the sorce code after obfuscate ? |
Answered by
luantak
Jan 3, 2023
Replies: 8 comments
|
What do you mean exactly? |
0 replies
|
Cause when I build main.go it will to main.exe but I want get obfuscated code |
0 replies
|
You can use -debugdir to see the obfuscated code, you can't build that from there or anything tho. Just useful to get a feel for what garble is doing. |
0 replies
Answer selected by
luantak
|
ok i found that thx |
0 replies
|
can garble obfuscation api calls like VirtualAllocEx? |
0 replies
|
As a general rule please provide more context so I can understand you |
0 replies
|
Are you using -literals? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

You can use -debugdir to see the obfuscated code, you can't build that from there or anything tho. Just useful to get a feel for what garble is doing.