A quick extractor for NSFileWrapper serialized archives.
Find a file
Simon Rodriguez 0ff837626b Update readme
2017-03-16 14:25:27 +01:00
LittleEndianRandomAccessFile.java First commit 2015-11-27 00:05:29 +01:00
README.md Update readme 2017-03-16 14:25:27 +01:00
SRDeserializer.java Comments added 2016-01-08 23:47:14 +01:00
SRFile.java First commit 2015-11-27 00:05:29 +01:00

SRDeserializer

A quick extractor for NSFileWrapper serialized archives.

Utilisation

To extract the archive at path i_am_a/path/to_the/archive, use

SRDeserializer deSer = new SRDeserializer("i_am_a/path/to_the", "archive");
if(!deSer.deserialize()){
//Error
}
//Success

No guarantee of efficiency or safety,.... This is completely dependant of the current private implementation of NSFilewrapper serializedRepresentation method by Apple.

More info on SRDeserializer : blog article

More info on NSFileWrapper : developer documentation

License

You can do what you want with this. If you feel nice, credit me :)

About me

Feel free to visit my website simonrodriguez.fr or my blog.