willem
willem
Can you send me the `CroStru.dat` and `CroStru.tad` files. you can mail them to [email protected]
sorry, I did receive your file. but i will be away for the next few weeks.
It is in gnumake format, i think i installed that using cygwin. most recently i built eimgfs on windows april 2019, using visual studio 14.0
Your binary seems fine. This message means that it did find a 'B000FF' encoded image, but it tried to use a memory offset not present in the B000FF image. I...
This is what I found: ## the partition table Note that DSK1 has a sectorsize of 0x800. dumpptable -v -r -b 0x800 DSK1* ----- 000000000 000000800 - 003205000 l=003204800: B(000:01:01)...
You are not saying what goes wrong exactly. When you run these commands: eimgfs -v -info -list -o 0x003205000 DSK1_0_255197184.img eimgfs -v -info -list -o 0x003c05000 DSK1_0_255197184.img what does not...
It is possible to modify the image with this tool, that is what the `-add` and `-del` options are for. But it does require a thorough understanding of what you...
what operating system are you using? and did you build the binary your self, or did you use one downloaded from my releases?
can you give me an example of where exactly you would like 'utf-8 support'?
I think that would be an archive split after zipping. like with the unix utility `split -b 10G archive.zip`, instead of split by zip itself, with `zip -s 10G archive.zip...