someome tell me how to extract the ipa from the fortnite adp
it seems that every variant ipa has some random 112 bytes at the start (probably a signature of some kind or encrypted data), and the rest is a zip archive with the files packed with lzfse. those bytes cut off sm data.
@TranKha50277352 if it was every 512 bytes, then why would the filename be cut off, if its at 0x70 (which is 112). either the blocks would be bigger or it wouldnt be every 512 bytes.
the cut off data is probably a zip header, because right after the data there's a string "ata.plist" which is cut off from "META-INF/com.apple.ZipMetadata.plist", then after that is the compressed data of that plist, but i have no idea how to recover it so i can extract the ipa.