Garble imports and package paths in GOPRIVATE (#116)
Andrew LeFevre
2020-09-05 17:29:10 -0400
fdc7cb6e0esplit obfuscateImports logic into a few more functions, improved/added comments
#116
Andrew LeFevre
2020-09-05 12:59:35 -0400
20a81ba1e1simplified part of imports test, move testing import path garbling in the syntax test
Andrew LeFevre
2020-09-04 11:34:47 -0400
8a1c98e6d3fix issue where stdlib package names could sometimes accidentally get garbled, resulting in errors at the linking phase
Andrew LeFevre
2020-09-04 11:18:54 -0400
790b33e963committed everything, hopefully the diff lines up correctly
Andrew LeFevre
2020-09-02 16:32:10 -0400
update dependency versions, drop Go 1.14
Daniel Martí
2020-08-29 21:21:33 +0100
e1b827f09cupdate dependency versions
#117
Daniel Martí
2020-08-28 23:49:22 +0100
2b0156f469update README
#115
Andrew LeFevre
2020-08-27 08:39:37 -0400
68bfe606afupdate go.mod and go.sum to point to github.com/Binject/debug on master branch
Andrew LeFevre
2020-08-27 08:30:16 -0400
3ee2cf530aimproved error messages, added comments, commented out log statements
Andrew LeFevre
2020-08-27 08:25:26 -0400
889b9b8117fixed some 'type..' symbols not getting garbled, staticcheck now can be 100% garbled
Andrew LeFevre
2020-08-27 07:29:34 -0400
3534210e7ffixed importpath symbols not getting garbled
Andrew LeFevre
2020-08-26 17:32:29 -0400
6890c11d5cfix namedata and symbol name garbling, staticcheck compiles and runs successfully
Andrew LeFevre
2020-08-26 16:39:34 -0400
efd6468e80garble all possible combinations of private imports, patching reflect data needs fixing
Andrew LeFevre
2020-08-26 14:25:25 -0400
1e463d85a4updated to use new goobj2 ArchiveMembers api, fixed private import path ordering hopefully. Garble can now garble itself
Andrew LeFevre
2020-08-26 10:31:25 -0400
446fa77c8fstruct method/field names properly obfuscated, still more import paths to get rid of somewhere...
Andrew LeFevre
2020-08-21 15:52:16 -0400
5e6f178d41import obfuscation working for full import paths, last element of import paths are still leaked due to reflection data for struct methods/fields
Andrew LeFevre
2020-08-21 15:30:41 -0400
19d6983158import obfuscation almost working, just need to garble import paths in symbol data
Andrew LeFevre
2020-08-21 12:17:15 -0400
d3af58b558complain when GOPRIVATE matches no packages
Daniel Martí
2020-08-18 22:35:38 +0200
81b4c49702move the "missing -trimpath" test to the slow group (#106)
Daniel Martí
2020-08-18 16:46:51 +0200
5737cb7f8aAdd windows support for benchmark (#105)
pagran
2020-08-17 13:32:31 +0300
511779d8fftestdata: set GOPRIVATE in all but two tests (#104)
Daniel Martí
2020-08-16 13:52:44 +0200
20ae38104creuse the first call to 'go env' (#101)
Daniel Martí
2020-08-15 00:23:21 +0200
ea51e78283Check that all files use LF line endings in CI
lu4p
2020-08-14 21:24:15 +0200
00b1c19a6fcomplain when GOPRIVATE matches no packages
#109
Daniel Martí
2020-08-18 22:35:38 +0200
081baaec10move the "missing -trimpath" test to the slow group
#106
Daniel Martí
2020-08-18 16:36:16 +0200
13e273c9b3use bitsets to detirmine what literals to obfuscate, handle errors from obfuscateNumberLiteral. Found an logic bug in numerical obfuscation by handling these errors
Andrew LeFevre
2020-08-16 11:25:48 -0400