You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to understand this tool better. Currently, I have a single file go program within my golang workspace and I have some string constants I would like to obfuscate. I tried running the tool a number of different ways such as:
gobfuscate program ./out
gobfuscate -noencrypt program ./out
etc.
And the primary problem I am getting is some of my packages could not be imported (cannot find package). It seems like these third party libraries are the problem when all I want to do is obfuscate a few global string constants which seems like it should not be that hard.
Is there an example I can use to do this, or is this not supported, or maybe I am just missing something. Any suggestions would be nice.
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to understand this tool better. Currently, I have a single file go program within my golang workspace and I have some string constants I would like to obfuscate. I tried running the tool a number of different ways such as:
gobfuscate program ./out
gobfuscate -noencrypt program ./out
etc.
And the primary problem I am getting is some of my packages could not be imported (cannot find package). It seems like these third party libraries are the problem when all I want to do is obfuscate a few global string constants which seems like it should not be that hard.
Is there an example I can use to do this, or is this not supported, or maybe I am just missing something. Any suggestions would be nice.
Thanks
The text was updated successfully, but these errors were encountered: