Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 896 Bytes

readme.md

File metadata and controls

32 lines (18 loc) · 896 Bytes

gobfuscator

gobfuscator

Inspired by gobfuscate, but gobfuscator is different in totally.

1. how to

Just only use it as go.

gobfuscator build .

2. dependency

test with Go 1.16.4

3. target

  • gobfuscator-frp
  • gobfuscator-fscan

4. technical

  1. Obfuscate third party package with ast.
  2. Process build tags and go:embed.
  3. Fast import graph walker.

And so on.