04-24-2020, 09:12 AM
(04-23-2020, 12:37 PM)Pingu! Wrote:I can't open them thanks to the XOR! I Am trying to revert or break it(04-22-2020, 11:42 AM)TheUltimateDark Wrote: I don't understand why this is happening on my code I tried develop a script to be able to break X DiVE XOR or at least extract/convert it to a actual unity asset but when I try the file just rename itself all the time and idk what do any help will be really welcome here ;-;You don't need to reverse engineer Unity Flight Simulator files Lol, open them in AssetStudio:
Code:endian big
idstring "UnityFS\x00"
get archiveSize long
get unknownValue long
get fileCount long
for i = 0 < fileCount
get pointer long
get length long
getdstring name 0x8
log name pointer length
next i
https://github.com/Perfare/AssetStudio/releases