Commit Graph

  • 715b1f4a5f Fix -short for tiny.txt #94 Pagran 2020-08-14 21:23:30 +0300
  • 7df14ad860 Fix reflect detection if -literals is passed. Fixes #93. lu4p 2020-08-14 20:09:43 +0200
  • 8b87580259 Add short stop for tiny.txt Pagran 2020-08-14 21:15:17 +0300
  • 22088f74f3 Optimize tiny.txt test and refactoring Pagran 2020-08-14 21:10:05 +0300
  • 02de9158b6 Fix reflect detection if -literals is passed. Fixes #93. #98 lu4p 2020-08-14 20:09:43 +0200
  • cdac2cd3d6 testdata: avoid fmt in the implement test script Daniel Martí 2020-08-14 19:06:08 +0200
  • c8b2cbaa36 testdata: avoid fmt in the implement test script #97 Daniel Martí 2020-08-14 19:06:08 +0200
  • ad44350cd0
    always use the compiler's -dwarf=false flag (#96) Daniel Martí 2020-08-14 18:24:04 +0200
  • de6bd96bc4 Added +buildtags compatibility Pagran 2020-08-14 16:43:59 +0300
  • 877df2d9a8 always use the compiler's -dwarf=false flag #96 Daniel Martí 2020-08-14 13:32:05 +0200
  • b128844df8 drop support for Go 1.13.x, test on 1.15.x Daniel Martí 2020-08-14 13:14:46 +0200
  • 1dc454e7cf drop support for Go 1.13.x, test on 1.15.x #95 Daniel Martí 2020-08-14 13:14:46 +0200
  • 6f2da836a0 Remove file renaming Update tests Add new lines test Pagran 2020-08-14 01:07:35 +0300
  • 05b4f88c71 Add comment for clear functions Pagran 2020-08-14 00:06:02 +0300
  • 60231b10b0 Apply file name protection only for transformed code Pagran 2020-08-13 23:28:21 +0300
  • 7aad04f0e7 Rewrite comment cleanup Fix method shuffling Added compatibility with marked //go directives methods Pagran 2020-08-13 20:58:42 +0300
  • 7d890c474f Refactoring and documentations Revert debug code Pagran 2020-08-12 20:25:55 +0300
  • 971e595d34 Add line obfuscator Add tiny flag Pagran 2020-08-12 19:15:49 +0300
  • cfd45d9a18
    PRs with one review and CI are now mandatory (#92) Daniel Martí 2020-08-12 14:20:36 +0200
  • d5d7f350ff PRs with one review and CI are now mandatory #92 Daniel Martí 2020-08-12 14:15:35 +0200
  • 98113d0124 properly skip non-build flags for 'go list' Daniel Martí 2020-08-12 14:05:08 +0200
  • 870cde9a0a
    Remove xor from the name of literal obfuscators. (#91) lu4p 2020-08-12 03:53:39 +0200
  • c3181c9091 Remove xor from the name of literal obfuscators. #91 lu4p 2020-08-12 03:48:19 +0200
  • 28adbaa73b
    Randomize operator (xor, add, subtract) on all obfuscators (#90) pagran 2020-08-12 04:23:43 +0300
  • aaced9c5cd small fixes #90 lu4p 2020-08-12 03:18:01 +0200
  • 189ee23788 Fix encryptChunks Pagran 2020-08-12 03:49:33 +0300
  • 5aad777a19 Small refactoring Pagran 2020-08-12 03:38:30 +0300
  • 6ae6b50308 + Rename getReversedOperator and genRandOperator + Small refactoring Pagran 2020-08-12 00:38:52 +0300
  • e59e0b8b36 Fix tests Pagran 2020-08-11 19:15:15 +0300
  • bc0bd853dd Add operator randomizer for xor_seed obfuscator Pagran 2020-08-11 19:13:09 +0300
  • b52e55e574 Add operator randomizer for xor_shuffle obfuscator Pagran 2020-08-11 19:09:33 +0300
  • 5b17f66855 Add operator randomizer for split obfuscator Pagran 2020-08-11 19:05:01 +0300
  • 40c0325d12 Add operator randomizer for swap obfuscator Pagran 2020-08-11 18:52:58 +0300
  • 19afa8f8d0 Add operator randomizer for xor obfuscator Pagran 2020-08-11 18:45:03 +0300
  • 2eba744530
    Add XorSeed obfuscator (#86) pagran 2020-08-11 01:46:08 +0300
  • 3dd4b0d6e3 Fixes #86 lu4p 2020-08-11 00:42:28 +0200
  • aa9767b0d2 add a regression test for #82 Daniel Martí 2020-08-10 23:07:30 +0200
  • d0e01478f0 keep build flags when calling 'go list' Daniel Martí 2020-08-10 19:29:20 +0200
  • fc4eb4f940 Handle ldflags set variable with . in package name Zachary Wasserman 2020-08-10 11:18:30 -0700
  • 1c7c96d466 Handle ldflags set variable with . in package name #89 Zachary Wasserman 2020-08-10 11:18:30 -0700
  • 5f02c45313 keep build flags when calling 'go list' #88 Daniel Martí 2020-08-10 19:29:20 +0200
  • 7fe0bf4787 simplify the main code flow somewhat Daniel Martí 2020-08-10 12:49:01 +0200
  • 564b1b3e1b Add XorSeed obfuscator Pagran 2020-08-09 21:39:36 +0300
  • 9c25f4c2b2
    Add xorShuffle obfuscator (#85) pagran 2020-08-09 13:05:47 +0300
  • 1ef64778a2 Rename Xor2 to XorShuffle #85 Pagran 2020-08-09 12:53:26 +0300
  • 0272ee4d1e Refactoring Pagran 2020-08-09 12:20:54 +0300
  • 7ac40809ad Add xor2 obfuscator Pagran 2020-08-09 00:58:31 +0300
  • 0dd97ed0fa
    math/rand.Intn(n) generates a `value`, (#83) lu4p 2020-08-04 16:54:43 +0200
  • f2112526cf math/rand.Intn(n) generates a `value`, which has the following properties `value >=0 && value < n`. #83 lu4p 2020-08-04 16:42:01 +0200
  • c51e08ef37
    Add split obfuscator (#81) pagran 2020-08-03 23:08:33 +0300
  • df68f7d72e Fix splitIntoRandomChunks #81 Pagran 2020-08-03 10:48:25 +0300
  • 80a0a7fce1 Add doc for split struct pagran 2020-08-01 18:21:39 +0300
  • 0bf6e3937f Fix three dots notation pagran 2020-08-01 18:11:10 +0300
  • c33af4a8ed Reformat and add position to encryption pagran 2020-08-01 18:05:00 +0300
  • 5606774c2f Add docs and reformat pagran 2020-08-01 17:04:59 +0300
  • af3c670558 Fixed typos pagran 2020-08-01 12:26:50 +0300
  • c0eaf5ee43 Add split obfuscator Pagran 2020-08-01 11:17:53 +0300
  • 65461aabce reuse a single 'go list -json -export -deps' call Daniel Martí 2020-07-15 21:37:48 +0100
  • 80ef43c664 reuse a single 'go list -json -export -deps' call #67 Daniel Martí 2020-07-15 21:37:48 +0100
  • c2079ac0a1
    Add test for literal obfuscators (#80) pagran 2020-07-31 21:23:51 +0300
  • 21c67b91b1
    Only obfuscate required identifiers (#79) lu4p 2020-07-31 18:42:30 +0200
  • 3775f5d3ff Only obfuscate required identifieres, #79 lu4p 2020-07-31 18:40:57 +0200
  • d772b0d1aa Refactoring and add float ast helpers #80 Pagran 2020-07-31 19:28:53 +0300
  • 03634f8343 Remove unused \s Pagran 2020-07-30 03:06:14 +0300
  • 12d4a392f4 Combine literals-all-obfuscators.txt nad literals.txt Rewrite literals.txt logic Pagran 2020-07-30 02:58:17 +0300
  • 0e8259aff8 Add test for literal obfuscators Pagran 2020-07-29 20:39:09 +0300
  • 5cbbac56f3
    move asthelper functions to separate package (#78) lu4p 2020-07-29 02:25:51 +0200
  • 2d8d80794b move asthelper functions to separate package #78 lu4p 2020-07-29 02:18:57 +0200
  • 846ddb4097
    internal/literals: minor adjustments to the last commits (#77) Daniel Martí 2020-07-28 22:38:30 +0100
  • 33848e0079 internal/literals: minor adjustments to the last commits #77 Daniel Martí 2020-07-28 22:08:14 +0100
  • 14a19b3e6b
    intLiteral helper now accepts int (#76) pagran 2020-07-28 23:21:30 +0300
  • 1f5c1a2212 intLiteral now accepts int #76 Pagran 2020-07-28 23:12:43 +0300
  • dc665ad71b
    Merge branch 'master' into intLiteral-fix #75 pagran 2020-07-28 23:04:24 +0300
  • 1a4a6062db intLiteral now accepts int Pagran 2020-07-28 23:02:48 +0300
  • 4b73c37ed7
    Add new obfuscators for literals - swap (#74) pagran 2020-07-28 22:25:20 +0300
  • 05fc9bd627 Rewrite generateSwapCount and add comments #74 Pagran 2020-07-28 22:05:57 +0300
  • 1d648a23a6 Fix getIndexType Pagran 2020-07-28 21:35:27 +0300
  • 098e3dc9fd Refactoring. Use callExpr and indexExpr Pagran 2020-07-28 21:30:13 +0300
  • 1fc5847178 Refactoring. Extract swap count generator Pagran 2020-07-28 19:36:07 +0300
  • cf8273e112 Small refactoring Pagran 2020-07-28 19:15:16 +0300
  • d7203ca0be Improving the swap algorithm Pagran 2020-07-28 16:56:29 +0300
  • 29efaf1e4a Added automatic optimization of index type Pagran 2020-07-28 14:59:15 +0300
  • 082f53429a Implement swap obfuscator Pagran 2020-07-27 15:09:59 +0300
  • 50d24cdf51 Add float, int, and boolean literal obfuscation. lu4p 2020-07-19 06:58:12 +0200
  • 3ea6fda837 CI: test on gotip Daniel Martí 2020-07-16 20:27:48 +0100
  • 63bf586fdd Add float, int, and boolean literal obfuscation. #70 lu4p 2020-07-19 06:58:12 +0200
  • 788e01b728 CI: test on gotip #71 Daniel Martí 2020-07-16 20:27:48 +0100
  • 705f9d3a28 Fix byte array and untyped constant obfuscation. lu4p 2020-07-17 03:44:28 +0200
  • bc5ba5dbff Fix byte array and untyped constant obfuscation. #69 lu4p 2020-07-17 03:44:28 +0200
  • d48bdbadae Use XOR instead of AES for literal obfuscation. lu4p 2020-07-16 18:24:24 +0200
  • d6c2551833 Use XOR instead of AES for literal obfuscation. #68 lu4p 2020-07-16 18:24:24 +0200
  • 9c4b7d5a44 add the first benchmark and CONTRIBUTING doc Daniel Martí 2020-07-15 13:35:44 +0100
  • 3fb9e330c9 add the first benchmark and CONTRIBUTING doc #65 Daniel Martí 2020-07-15 13:35:44 +0100
  • 818ec7749c Fix floats. #64 lu4p 2020-07-16 00:11:57 +0200
  • ce9efab562 Use XOR instead of AES for literal obfuscation. lu4p 2020-07-15 21:27:53 +0200
  • 0c5e0a8944 Fix 'A required privilege is not held by the client' on Windows Pagran 2020-07-15 17:53:08 +0300
  • 6374e5ada6 Fix 'A required privilege is not held by the client' on Windows #66 Pagran 2020-07-15 17:53:08 +0300
  • bad4e52ac4 don't use CombinedOutput for 'go list -json' Daniel Martí 2020-07-14 17:50:14 +0100
  • 47b1bc8e6a minor code cleanup for position shuffling Daniel Martí 2020-07-13 13:04:04 +0100
  • b4ed621eed
    Shuffle the order of top-level definitions. (#60) lu4p 2020-07-13 04:37:34 +0200