Rugxulo

Usono, 13.01.2026, 12:41 |
"99Things" -- 2025 CGA (QB45) game (Miscellaneous) |
"99Things" -- 2025 CGA (QB45) game
* https://youtu.be/mokpzomXx8E?si=GlylSggumiksIlp4
* https://4am.org/99/
Grab QB 4.5 source code, binary, puzzle data at website. Or play in browser (via jsdos / DOSBox). |
tkchia

17.01.2026, 12:05
@ Rugxulo
|
"99Things" -- 2025 CGA (QB45) game |
Hello Rugxulo,
Nice game.
Minor gripe: it seems to me the game executable was compressed twice, first with exepack (or similar), then with UPX. It might be possible to improve the compressed program size if one can skip the exepack step...
Thank you! --- https://codeberg.org/tkchia · https://disroot.org/tkchia · 😴 "MOV AX,0D500H+CMOS_REG_D+NMI" |
ecm

Düsseldorf, Germany, 17.01.2026, 13:08
@ tkchia
|
Unpack exepacked file |
> Hello Rugxulo,
>
> Nice game.
>
> Minor gripe: it seems to me the game executable was compressed twice,
> first with exepack (or similar), then with UPX. It might be possible to
> improve the compressed program size if one can skip the exepack step...
>
> Thank you!
LZEXE has a tool called upackexe: https://pushbx.org/ecm/download/lzexe.zip
There are several more referenced by https://www.bamsoftware.com/software/exepack/ --- l |