24 Commits

Author SHA1 Message Date
mocha e9c0f8e5bf Bug correction
Corrected a bug which prevented compilation with all exec methods except 'APC' on Ubuntu 24.04.4. Many thanks to @django-88 for raising the issue
2026-04-05 00:54:43 +02:00
MochaByte 59dd170676 Merge branch 'main' into dev 2026-04-02 15:50:00 +02:00
mocha d327ad170f Fixed Bug in Hells Hall
FIxed bug which made the APC injection crash. Obfuscated variant did `and r8d, r8d` as junk instruction but this truncated the pointers in 64bit when ASLR placed them. Replaced with `test r8, r8` which only touches RFLAGS and leaves the register intact
2026-04-02 14:57:30 +02:00
mocha 17be834f40 Fix setup.py 2026-03-08 19:52:47 +01:00
mocha a18afb08e2 Fix Main.py 2026-03-08 19:40:44 +01:00
mocha 75a381e480 new exec methods 2026-03-08 17:44:39 +01:00
mocha 60e818be00 CTFPacker V2 2026-02-28 17:12:19 +01:00
ĐӾ3Ø 9b5a8076b9 Refactor Makefile for toolchain detection and paths 2026-02-05 19:37:42 +01:00
ĐӾ3Ø 96ec6c8e9d Refactor Makefile for improved toolchain detection 2026-02-05 19:37:18 +01:00
mocha 5756f07556 Corrected small bug 2025-11-17 22:01:14 +01:00
mocha 54d808e3f9 V1.4
Introduces a new argument to select the target process for APC injection (RuntimeBroker.exe or svchost.exe) in both Linux and Windows main.py scripts.
2025-11-17 21:45:48 +01:00
MochaByte ed619d390f Update setup.py 2025-08-21 19:17:00 +02:00
mocha 2e007a2227 Added PFX functionality (V1.3)
- Added pfx arguments for the user to provide custom certificates.
2025-06-18 14:44:25 +02:00
mocha 320c003e03 V1.3
- DLL format implemented
- May still contain bugs. Needs to be tested on different systems
2025-06-18 01:19:49 +02:00
mocha b8f2ef7a10 Merge branch 'main' of https://github.com/mochabyte0x/CTFPacker 2025-06-12 10:31:41 +02:00
mocha 98dfe48888 Modified the makefile for linux to have a more robust approach
- Less problems with the mingw toolchain and clang
2025-06-12 10:31:10 +02:00
MochaByte 3ceed2ad56 Update requirements.txt 2025-05-21 21:45:01 +02:00
Bolgorov 710aa4a765 Readmes 2025-03-19 00:30:58 +01:00
Bolgorov df101cb955 Add readme 2025-03-19 00:30:10 +01:00
Bolgorov fc67737731 Delete readme 2025-03-19 00:29:47 +01:00
Bolgorov 61359880ce adding readmes 2025-03-19 00:28:37 +01:00
Bolgorov 6ff7e35b0c Created a setup.py for easier installation
- Setup.py created. You can now install the tool via pip or pipx
- Fixed path problems
2025-03-19 00:10:35 +01:00
Bolgorov 22f74bc5a1 Delete osslsigncode.exe 2025-03-18 18:15:09 +01:00
Bolgorov 2d1230e2ad Separating Linux & Windows versions 2025-03-18 16:59:21 +01:00