unixpickle / gobfuscate

Obfuscate Go binaries and packages
BSD 2-Clause "Simplified" License
1.45k stars 157 forks source link

How do I manually import gobfuscate? #49

Open tanc7 opened 2 years ago

tanc7 commented 2 years ago

I am unable to import gobfuscate import github.com/unixpickle/gobfuscate is a program, not a importable package.

I would like to call specific functions within the source code so I can selectively use it's features in my EXOCET-AV-Evasion project. Specifically, to modify the template go file my repo makes before it is cross-compiled.

sonnt85 commented 2 years ago

Rename files with "package main" into "package gobfuscate" then can import normally

tanc7 commented 2 years ago

Thank you!

Sent from my iPhone

On May 25, 2022, at 12:18 AM, NguyenThanhSon @.***> wrote:

 Rename files with "package main" into "package gobfuscate" then can import normally

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.