It’s pretty much the same as any compiled language. See 
https://www.pnfsoftware.com/blog/analyzing-golang-executables/

> On May 18, 2020, at 1:13 AM, Billy Cui <billy...@gmail.com> wrote:
> 
> 
> Looks this works, anyone know the plugin mode is easy crack out the source 
> code or not?
> 
> 
>> On Monday, May 18, 2020 at 11:21:40 AM UTC+8, robert engels wrote:
>> Just distribute it as a plugin (https://golang.org/pkg/plugin/) - you only 
>> need to make the calling interface public - and based on your use case - 
>> there is nothing proprietary there so it won’t be a problem.
>> 
>>> On May 17, 2020, at 9:45 PM, Billy Cui <bill...@gmail.com> wrote:
>>> 
>>> Hi Daniel,
>>> 
>>> I have test your solution of obfuscation, look you can only obfuscate the 
>>> binary not the source code.  In my case, I need to obfuscate the library 
>>> code, it's not final binary, it should be called by 3rd party.
>>> 
>>>> On Sunday, May 17, 2020 at 6:11:18 AM UTC+8, Daniel Martí wrote:
>>>> I don't generally advocate the use of obfuscation, but you can give this a 
>>>> try if you want: https://github.com/mvdan/garble
>>> 
>>> 
>>> -- 
>>> You received this message because you are subscribed to the Google Groups 
>>> "golang-nuts" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to golan...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/golang-nuts/87693c2b-91d4-4d5d-9c77-8219d9461cc5%40googlegroups.com.
>> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/golang-nuts/ba2be975-839e-471c-88b0-9eccc4b68a84%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/50B6B779-0904-4CA0-8C3D-782DEC7DE37F%40ix.netcom.com.

Reply via email to