unixpickle / gobfuscate

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

Check build constraints when obfuscating symbols #13

Closed unixpickle closed 5 years ago

unixpickle commented 5 years ago

Ideally, we would ignore the same set of sources that refactor/rename does, based on build constraints (e.g. platform-specific files and files with build tags). This would fix #9 and #5.