-
how do i get the sorce code after obfuscate ? |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments
-
What do you mean exactly? |
Beta Was this translation helpful? Give feedback.
-
Cause when I build main.go it will to main.exe but I want get obfuscated code |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
ok i found that thx |
Beta Was this translation helpful? Give feedback.
-
can garble obfuscation api calls like VirtualAllocEx? |
Beta Was this translation helpful? Give feedback.
-
As a general rule please provide more context so I can understand you |
Beta Was this translation helpful? Give feedback.
-
kernel32.dll,VirtualAllocEx,VirtualProtectEx . . . are not obfuscated |
Beta Was this translation helpful? Give feedback.
-
Are you using -literals? |
Beta Was this translation helpful? Give feedback.
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.