Commit Graph

  • 8a8027074d Shuffle the order of top-level definitions. #60 lu4p 2020-07-13 04:22:31 +0200
  • b3616f19c4
    fix implementedOutsideGo, fixes #56 (#59) lu4p 2020-07-13 01:31:26 +0200
  • d892f980c6 fix implementedOutsideGo, fixes #56 #59 lu4p 2020-07-13 01:28:06 +0200
  • 10f3dba709 Implemented stronger string obfuscation #54 Pagran 2020-07-12 18:07:55 +0300
  • 796f2b833e fix README mentioning old HidePanics function Andrew LeFevre 2020-07-09 11:52:28 -0400
  • b171463a47 slightly less verbose runtime AST code Daniel Martí 2020-07-09 16:50:51 +0100
  • 8cd5a13585 fix README mentioning old HidePanics function #53 Andrew LeFevre 2020-07-09 11:52:28 -0400
  • 7ede37cc0b
    add runtime API to suppress printing fatal errors Andrew LeFevre 2020-07-09 11:42:13 -0400
  • e2e4724e18 more AST formatting simplification, hide all fatal runtime errors, not just those concerning panics #52 Andrew LeFevre 2020-07-09 11:31:19 -0400
  • cee83e8f1d minor formatting changes, clarify comments on runtime modification Andrew LeFevre 2020-07-08 18:25:16 -0400
  • 4a942314ec added code to expose additional API in the runtime package to suppress printing fatal panics Andrew LeFevre 2020-07-06 18:31:16 -0400
  • baae7a46fd
    simplify detection of reflection lu4p 2020-07-07 21:11:54 +0200
  • 8f7236a0b5 Simplify detection of reflection #51 lu4p 2020-07-07 20:18:12 +0200
  • f1bf6f91ee
    skip literals used in constant expressions lu4p 2020-07-06 09:49:21 +0200
  • 009c8e8d8a Document cases in type switch statement. Don't print empty elements in test. Rename funtions. #47 lu4p 2020-07-06 01:39:02 +0200
  • b944833cd1 Skip string literals which need to be constant. lu4p 2020-07-04 22:22:17 +0200
  • c9bc7bac3b add a bit of code to aid debugging tests Daniel Martí 2020-07-05 21:56:26 +0100
  • ee18db7ef1 only add crypto dependencies if -literals is passed Andrew LeFevre 2020-07-05 15:40:14 -0400
  • c4f130eeae only add crypto dependencies if -literals is passed #49 Andrew LeFevre 2020-07-05 15:40:14 -0400
  • 3e4f3821ea don't leak build version information via a const either Daniel Martí 2020-06-28 21:59:02 +0100
  • 442eb4e139 speed up builds with the compiler's -dwarf=false flag Daniel Martí 2020-06-28 20:27:35 +0100
  • ccd46404c0 improve binsubstr error messages a bit Daniel Martí 2020-06-28 16:32:01 +0100
  • 44f638e84d
    upgrade dependencies lu4p 2020-06-26 11:27:46 +0200
  • 6389053897 Upgrade dependencies #45 lu4p 2020-06-23 01:11:58 +0200
  • 51550e98e8 README: simplify and update with the latest changes Daniel Martí 2020-06-20 16:23:44 +0100
  • 649cc2f6ba strip Go version information from the binary too Daniel Martí 2020-06-20 16:19:46 +0100
  • c7d1fc7c60 strip buildid information from linked binaries Daniel Martí 2020-06-19 18:29:15 +0100
  • 199d24d24f
    use fmt's %q to encode []byte literals lu4p 2020-06-19 12:10:17 +0200
  • cd1b06af34 Use %q to encode []byte. #42 lu4p 2020-06-18 23:36:48 +0200
  • fdc7f97db8
    use binary literals instead of hex strings lu4p 2020-06-18 14:12:40 +0200
  • a08a42503d Use binary literals instead of hex strings. #41 lu4p 2020-06-17 02:36:45 +0200
  • 234174b418
    don't obfuscate some literals which might break typechecking lu4p 2020-06-17 21:51:06 +0200
  • 1a2a526f62 Skip all string literals where the type is defined from string. #38 lu4p 2020-06-17 01:10:43 +0200
  • 75bf40cd8e Fix literal obfuscation edge case. #37 lu4p 2020-06-15 02:16:37 +0200
  • 4c64b13506
    make -seed=random use the same random seed for all packages lu4p 2020-06-14 18:47:26 +0200
  • 4af6f6d8ab fix broken -seed=random + remove unused spec #36 lu4p 2020-06-14 00:38:08 +0200
  • 0cf8d4e7a6
    add seed flag to control how builds are reproducible lu4p 2020-06-13 21:50:10 +0200
  • f5b68f5e67 add seed flag fixes #26 #34 lu4p 2020-06-13 19:11:07 +0200
  • 5604a2aa9e avoid importing fmt in strings test Daniel Martí 2020-06-13 00:45:42 +0100
  • a09b197fe2 remove the code to handle a nil file.Imports Daniel Martí 2020-06-13 00:26:04 +0100
  • 1bb85bbf9b simplify the code to obfuscate literals a bit Daniel Martí 2020-06-13 00:10:25 +0100
  • dd1fc4ed87
    don't replace all consts with vars lu4p 2020-06-13 00:44:57 +0200
  • f64ab44ce4 dont move all const to var fixes #32 #33 lu4p 2020-06-12 17:11:49 +0200
  • ecbcc61a62
    handle embedded struct fields with universe scope Nicholas Jones 2020-06-10 21:19:18 +0100
  • 537272b80e Handle embedded struct fields with universe scope #31 Nicholas Jones 2020-06-10 18:57:56 +0100
  • 04e8beed32 testdata: add sections to scripts/test.txt Daniel Martí 2020-06-09 17:47:16 +0100
  • c6643d37f9 simplify and tidy up the string obfuscation code Daniel Martí 2020-06-09 17:27:17 +0100
  • 65ceb9b7ca
    allow easy inpection of garbled code lu4p 2020-06-07 23:49:34 +0200
  • 91d0b96c08 Allow easy inpection of garbled code fixes #17 #28 lu4p 2020-06-07 02:20:17 +0200
  • 077d02d43a
    add basic literal obfuscation, starting with strings lu4p 2020-06-03 21:44:47 +0200
  • 8dd9a190bd Add string obfuscation fixes #16 #25 lu4p 2020-06-03 21:20:34 +0200
  • 349027cde2 blacklist struct fields with reflection too Daniel Martí 2020-05-29 15:28:24 +0100
  • 2297a8ac92 make detection of reflect more robust Daniel Martí 2020-05-28 21:46:52 +0100
  • f63551f17b Add ability to exclude identifiers fixes #15 lu4p 2020-05-28 19:19:57 +0200
  • 462f60a307 sto pusing -toolexec directly in the tests Daniel Martí 2020-06-01 13:49:37 +0100
  • 293ad567b7 add string obfuscation #24 lu4p 2020-05-30 22:16:18 +0200
  • 80538f19c7 blacklist struct fields with reflection too Daniel Martí 2020-05-29 15:28:24 +0100
  • 809b7a8dda remove forgotten debug print Daniel Martí 2020-05-29 13:48:10 +0100
  • 4bc64ef8fb make detection of reflect more robust Daniel Martí 2020-05-28 21:46:52 +0100
  • 8b898ad0d2
    exclude identifiers used via reflection lu4p 2020-05-28 21:40:12 +0200
  • 1b75f346be Add ability to exclude identifiers fixes #15 #23 lu4p 2020-05-28 19:19:57 +0200
  • 5702719485
    Merge pull request #1 from mvdan/master #22 lu4p 2020-05-26 01:34:10 +0200
  • 97bee3e943 Merge branch 'master' of github.com:lu4p/garble lu4p 2020-05-26 01:24:12 +0200
  • 1574059917 Add ability to exclude identifiers fixes #15 lu4p 2020-05-26 01:20:31 +0200
  • e8074d4665 support building ad-hoc plugin packages Daniel Martí 2020-05-25 22:27:09 +0100
  • e4b58b1452 reduce unnecessary std imports in tests Daniel Martí 2020-05-25 22:07:41 +0100
  • 56a1fd0257 support -ldflags=-X=pkg.name=str with garbled names Daniel Martí 2020-05-25 21:41:23 +0100
  • f1500d4924 Add ability to exclude identifiers fixes #15 lu4p 2020-05-25 20:20:43 +0200
  • 3c97725ccc skip plugin test case on Windows Daniel Martí 2020-05-18 18:47:57 +0100
  • 7321b29efe first version of plugins working Daniel Martí 2020-05-18 18:26:32 +0100
  • 012d5d6b34 document objOf Daniel Martí 2020-05-18 17:59:59 +0100
  • 3617013cd1 clean up the function that walks the syntax tree Daniel Martí 2020-05-18 17:52:48 +0100
  • f0a609c7fc fix out of bounds panic with "garble build" Daniel Martí 2020-05-06 12:27:29 +0100
  • 1ef3daf251 clarify usage text, add help flags Daniel Martí 2020-05-06 12:22:52 +0100
  • 19e4c098cd make selection of packages configurable via GOPRIVATE Daniel Martí 2020-04-28 21:42:39 +0100
  • 04dea79b2d initial support for cgo Daniel Martí 2020-04-05 18:33:39 +0100
  • 5aaa086e5d don't remove "//go:" compile directives Daniel Martí 2020-04-05 17:27:04 +0100
  • cf3f54aa88 README: expand the caveats section a bit Daniel Martí 2020-04-05 16:38:49 +0100
  • a7da406207 start supporting asm functions better Daniel Martí 2020-04-05 16:23:17 +0100
  • 53272a1eda do less work in 'go test -short' Daniel Martí 2020-04-04 20:47:43 +0100
  • d72c00eafd support building modules which require other modules Daniel Martí 2020-04-04 20:27:55 +0100
  • b8aec97e86 don't garble any embedded fields Daniel Martí 2020-04-04 20:02:41 +0100
  • 95c59d7f9a add Go 1.14 Daniel Martí 2020-03-08 18:41:21 +0000
  • 302cc137b6 test that filenames are garbled Daniel Martí 2020-02-23 12:58:57 +0100
  • 308e984293 don't use regexes when searching binaries for strings Daniel Martí 2020-02-23 12:57:39 +0100
  • f135b9fb7a CI: remove the 'garble test' step Daniel Martí 2020-02-22 21:45:02 +0100
  • 4d5ad43f10 allow garble to test itself Daniel Martí 2020-02-16 21:24:57 +0000
  • 1ce5310440 don't garble exported struct fields Daniel Martí 2020-02-16 21:18:08 +0000
  • b10cce34f8 parse boolean flags differently from string flags Daniel Martí 2020-02-16 17:51:03 +0000
  • ce0137fa6a don't break TestMain funcs Daniel Martí 2020-02-16 17:16:49 +0000
  • a6d2891a90 switch to gotooltest Daniel Martí 2020-02-08 23:13:14 +0000
  • 39802aae19 update deps Daniel Martí 2020-02-08 23:10:57 +0000
  • 5ccf56662a don't panic with struct pointer anonymous fields Daniel Martí 2019-12-15 12:02:32 +0000
  • 2067ad57aa ensure that tests with separate packages work Daniel Martí 2019-12-15 11:48:11 +0000
  • 30524ea282 shorten 'go test -short' run time Daniel Martí 2019-12-15 11:45:57 +0000
  • 9cf7df925d make "no such file" test pass on Windows Daniel Martí 2019-12-15 11:09:14 +0000
  • bee30aff41 add initial support for running tests Daniel Martí 2019-12-15 11:01:38 +0000
  • c23f529830 use real package paths when typechecking Daniel Martí 2019-12-14 22:32:46 +0000
  • b6d889cdcf start rejecting unknown non-tool commands Daniel Martí 2019-12-14 22:27:10 +0000
  • 0cc6e36414 split main1 with a func returning an error Daniel Martí 2019-12-12 18:19:02 +0000