On Sat, May 16, 2020 at 9:11 PM Billy Cui <billy...@gmail.com> wrote:

> I searched all the websites for such a solution, until Go1.2 there was a 
> buildmode archive, but it did not supported after 1.2, in the mean time, it 
> really don't have enough source code protected.
>
> Then I try use buildmode c-archive/c-shared, of course c-archive is much 
> better, but both of them works not expected as my thought, it's long code so 
> I posted on stackoverflow:
>
> https://stackoverflow.com/questions/61817655/go-build-with-static-library-generate-by-go-itself
> https://stackoverflow.com/questions/61813996/go-call-so-file-built-in-golang-buildmode-c-shared

The only technical measure that can be reasonably expected to possibly
prevent reverse engineering of a compiled program is not giving anyone
access to it in the first place.

Protect your rights legally. Any kind of DRM does not really work.

-- 
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/CAA40n-UyS_GXhEEeDECZjaBSUSO9FhoUhphUx8LDLSgeaSbEeg%40mail.gmail.com.

Reply via email to