Mark

Results 9 comments of Mark

Based on the log text in the example, perhaps that was a standard feature of the default Trace duplication scripts? So some Amiga/Mac/whatever disks could possibly contain similar info. [Maybe...

I don't think it's documented as such, though the (assembly-language) source is available: http://www.whdload.de/whdload/Tools/MFMWarp_src.lha

The first program I found this instruction sequence in was [PackDev](https://aminet.net/package/util/arc/PackDev1_9). Its [source code](https://aminet.net/package/util/arc/Packdev1_9src) is available for reference. I think there's only one instance in that particular program, which is...

Try running ReSource with -R and -S options. -R causes it to open a screenmode requester (maybe choosing a native mode might help?), and -S causes it to use system-friendly...

Well done for figuring that out! I do remember experimenting/playing with star, which has various options to specify the archive type/variant. It looks like I posted this in 2011: https://lists.gnu.org/archive/html/bug-tar/2011-02/msg00010.html...

Oh, I assumed the issue was different, since in this case bsdtar does extract the file correctly (extracted size 4,000,000,000 bytes). Whereas in #2125 the file was corrupted on extraction...

I used bsdtar 3.7.3 on Windows (10 and 11) to create and extract the archive. Hopefully you can reproduce the issue by just extracting it, then using the commands I...

Another point of information... If when creating the archive you specify more than one file, the second and subsequent files are not actually added to the archive! For example: ```...

I came across this the other day, here's an example of some undetected inlined `strcpy()` calls. (And in this case the decompiled code looks a bit confusing too.)