Commit Graph

253 Commits

Author SHA1 Message Date
Dobin Rutishauser c11bd73534 fix: win11 python3.12 fixes 2024-05-29 09:37:03 +02:00
Dobin 93b9ea8805 feature: random keys upon build 2024-05-29 08:35:37 +01:00
Dobin 8ed47409a2 refactor: template code 2024-05-29 08:29:22 +01:00
Dobin 854c41300e fix: small bugfixes 2024-05-29 08:28:23 +01:00
Dobin 0e08fde15d feature: 2-byte xor key 2024-05-20 09:21:44 +01:00
Dobin 87cb4bfe5b feature: decoy in shellcode 2024-05-20 08:36:16 +01:00
Dobin 9bb8afb6c0 refactor: less log files 2024-05-19 13:03:34 +01:00
Dobin b4e7711aba feature: more and nicer carrier's 2024-05-19 11:44:30 +01:00
Dobin 849df50dc8 refactor: remove source_style enum, do it with directories 2024-05-19 10:33:06 +01:00
Dobin 32000b5b78 fix: some dll bugs 2024-05-13 22:01:16 +01:00
Dobin 86c90434e1 refactor: rename AsmParser -> AsmTextParser 2024-05-13 18:55:32 +01:00
Dobin 87d8741f32 refactor: improve iat re-init handling / performance 2024-05-13 18:44:02 +01:00
Dobin 7ceb0af5a4 refactor: small code cleanup 2024-05-13 18:43:27 +01:00
Dobin 696599cb64 refactor: move capstone/keystone into its own file 2024-05-10 12:02:24 +01:00
Dobin 900c145557 feature: put payload into .rdata option 2024-05-09 21:04:37 +01:00
Dobin 3aa79afd70 refactor: read shellcode (carrier, payload) directly, no more files 2024-05-08 14:34:19 +01:00
Dobin 012d1253af feature: select if add missing IAT entries 2024-05-08 12:19:57 +01:00
Dobin 61f7cf0a5b tests: fix and reorganize 2024-05-08 11:44:37 +01:00
Dobin b8c834ac56 feature: patch missing iat (+refactor: remove ExeHost) 2024-05-06 11:00:50 +01:00
Dobin 2c9a20d822 feature: make exe to UI 2024-05-05 13:38:08 +01:00
Dobin 8ae738b841 feature: remove addingrelocation by making function hijack a relative jmp 2024-05-05 12:53:31 +01:00
Dobin 3cc232886f doc: update readme 2024-05-05 11:27:56 +01:00
Dobin ef7f63059e fix: make memory not rwx, but rw->rx 2024-05-02 17:35:11 +01:00
Dobin c372d348ce ui: show some more important information and checks 2024-05-01 22:30:53 +01:00
Dobin 3e6c1e06cf feature: keep exe and dll files in project folder 2024-04-29 19:24:29 +01:00
Dobin 58045529d2 ui: update 2024-04-29 19:03:17 +01:00
Dobin 23bb16d172 ui: make a bit nicer, highlight missing dlls 2024-04-29 18:38:33 +01:00
Dobin f6a015b63b fix: ui 2024-04-29 15:23:55 +01:00
Dobin f6ed263da0 refactor: some cleanup (vsc performance..) 2024-04-29 15:23:17 +01:00
Dobin 1b245e5506 refactor: make asm cleanup/fixup work in memory 2024-04-28 19:43:08 +01:00
Dobin c82c99e0eb refactor: all asm text parsing into asmparser.py 2024-04-28 17:56:12 +01:00
Dobin 25e504ee09 fix: check for corruption when exes are very small 2024-04-27 20:29:04 +01:00
Dobin 061b83f19b tests: fix forgotten 2024-04-27 14:29:29 +01:00
Dobin aca1ed46bc refactor: remove recursion from DerBackdoorer 2024-04-27 14:14:23 +01:00
Dobin a81c0c4d1a fix: dll func dropdown showing on exes 2024-04-21 15:47:47 +01:00
Dobin 586289bc76 refactor: syntax improvement for dllresolver 2024-04-21 15:45:39 +01:00
Dobin e6f3de18b4 feature: resolve dll imports 2024-04-21 15:22:47 +01:00
Dobin 1f768f0f15 tests: improve functionbackdoorer unittest 2024-04-20 19:08:51 +01:00
Dobin bc6cc4df2d refactor: function hijacker / DerBackdoorer rework 2024-04-20 15:09:17 +01:00
Dobin ab6823c7aa feature: ui: sections in exes/ 2024-04-19 21:02:16 +01:00
Dobin f9aa7e84d8 ui: show more info 2024-04-15 20:52:54 +01:00
Dobin 70c4a95b1b ui: more information 2024-04-14 21:37:54 +01:00
Dobin 4901c7b320 feature: show function size in dropdown 2024-04-14 18:27:35 +01:00
Dobin 3bbff69cdf feature: check function size of eop dll func 2024-04-14 18:20:32 +01:00
Dobin 4fb7b9f88e refactor: remove DataRefStyle 2024-04-14 18:19:31 +01:00
Dobin d4e4507e19 refactor: cleanup, create unittest, fix get_physical_address 2024-04-14 14:04:15 +01:00
Dobin b4671c8690 fix: make DLL + func + EOP work 2024-04-14 11:47:47 +01:00
Dobin 368b14934d fix: tester.py, and add testcases for DLL 2024-04-13 12:23:36 +01:00
Dobin b9d3a5a97e refactor: small SuperPe improvements 2024-04-13 11:12:43 +01:00
Dobin f40d527783 feature: show all exports on DLLs 2024-04-13 10:28:05 +01:00