Releases: mrfearless/CD
Releases · mrfearless/CD
v1.0.0.2
- Optimized assembler output to speed up process overall and to fix hangs (buffer overflows) for larger files (100K+)
- Added checkbox option to specify .DATA segment or .CONST segment for masm output
- Added Compress Text button and accelerators for it.
- Increased the max text size in the input edit control in the compress text dialog to 256KB
- Uploaded x64 version of CD
CD x86 v1.0.0.2 Binary Only
CD x86 v1.0.0.2 Source Code
CD x64 v1.0.0.2 Binary Only
CD x64 v1.0.0.2 Source Code
v1.0.0.1
- Added compress text dialog box
- Added more accelerators for some buttons on the main dialog and in the compress text dialog
- Added CDCompressMem function
- Changed CDDecompressMem to allocate 4 additional nulled bytes, for resources like ansi/unicode strings that required null bytes
- Added compressed string example to About dialog box in an edit control using the MSZIP compressed text stored in infotext.asm