Thread: DiDi Extract
View Single Post
CYBERDEV

JCF Member

Joined: Mar 2024

Posts: 1

CYBERDEV has disabled reputation

Mar 10, 2024, 06:08 PM
CYBERDEV is offline
Reply With Quote
DiDi Extract

Hello! I've been working on a program to extract files from installers made
by Digital Dimensions and have got it to a working state.

This means that files can be extracted from Setup.exe without executing the
file. That is useful when you're not on a Windows machine and don't want to
run the installer through Wine.

I use this to extract the files to use with Jazz? Resurrection (http://deat.tk/jazz2/).

Maybe this is useful to some of you too, here is the code:
https://codeberg.org/CYBERDEV/didiextract

When there is interest on how the data structures look let me know and I'll
do a writeup on that.