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

Is it possible to just obfuscate string constants and/or string variables #31

Open
danmartinj opened this issue Jan 31, 2020 · 1 comment

Comments

@danmartinj
Copy link

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

@danilofaria
Copy link

i would like to know this too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants