Anyone ever do much with these? I have an old DOS C/C++ App I need to edit some of its data files on and it appears to use the implode/explode library. It seams that it extracts pieces of one file to memory then explodes them in memory to work with. I need some way of reading in a portion of the file, exploding it, editing some values, then implode it and write it back out to the original file. I'm not finding too much on it other than on the zlib project it appears someone cracked only the explode side, but that won't really help me.
The previous developers appeared to have a license for the DOS library, so not sure what PKWARE can assist on that. I emailed them asking what options I have...they will probably want me to invest in the $2000 package they have now that may not even work the same way as the old DOS compression. Anyone know of any API/DLL packages out there or maybe a couple exe files that can implode/explode and I can just write to file then read it and put it back in the original file when done or something....
The previous developers appeared to have a license for the DOS library, so not sure what PKWARE can assist on that. I emailed them asking what options I have...they will probably want me to invest in the $2000 package they have now that may not even work the same way as the old DOS compression. Anyone know of any API/DLL packages out there or maybe a couple exe files that can implode/explode and I can just write to file then read it and put it back in the original file when done or something....
Comment