I was looking into this because of I kind of like retro Macs (especially OS X).
So far in the begining of my research I found an article goes into detail about the storage of these files (which are at ~/Library/Containers/com.apple.Safari/Data/Library/Caches). the same website also includes a tool you can use to get files via file carving. the tool is paid $19.00 (minus tax), but you can get a trial for 7 days.
I'm looking at Mac OS X 10.4 Tigers caching the files in ~/Library/Caches/Safari/, according to the file command these are NeXT/Apple typedstream data, little endian, version 4, system 1000 formatted data. https://github.com/dgelessus/python-typedstream this tool would probably work for those, problem it's GPLv3 (actually may LGPLv3 also) and probably not compatible with decaches MIT license.
I was looking into this because of I kind of like retro Macs (especially OS X).
So far in the begining of my research I found an article goes into detail about the storage of these files (which are at
~/Library/Containers/com.apple.Safari/Data/Library/Caches). the same website also includes a tool you can use to get files via file carving. the tool is paid $19.00 (minus tax), but you can get a trial for 7 days.I'm looking at Mac OS X 10.4 Tigers caching the files in
~/Library/Caches/Safari/, according to thefilecommand these areNeXT/Apple typedstream data, little endian, version 4, system 1000formatted data. https://github.com/dgelessus/python-typedstream this tool would probably work for those, problem it's GPLv3 (actually may LGPLv3 also) and probably not compatible with decaches MIT license.