Ghostx2023 Posted February 29 Share Posted February 29 Example of F3D file: yule.zip Game download link: https://yuledr.66y.com/?channel=ybaidupz&channeldetail=ybaidupz00hk01 Link to comment Share on other sites More sharing options...
Thief1987 Posted March 7 Share Posted March 7 The whole file is just XORed with 0x40. Though files are also compressed with some kind of LZ algo, as it being a mobile game it's hard to try to reverse it. img_bg_01_01.png.rar 1 Link to comment Share on other sites More sharing options...
Solution piggsy Posted March 7 Solution Share Posted March 7 (edited) Some of the files you sent can be opened immediately in UABEA. But some of them, as mentioned above, are encrypted with XOR 0x40. Decrypt them first and then edit the beginning of the file in HEX Editor. Now you can open and edit in UABEA😀. Edited March 7 by piggsy 1 Link to comment Share on other sites More sharing options...
Ghostx2023 Posted March 17 Author Share Posted March 17 On 3/7/2024 at 11:26 PM, piggsy said: Some of the files you sent can be opened immediately in UABEA. But some of them, as mentioned above, are encrypted with XOR 0x40. Decrypt them first and then edit the beginning of the file in HEX Editor. Now you can open and edit in UABEA😀. HI,piggsy BMS script for XOR 0x40 decryption? Link to comment Share on other sites More sharing options...
ikskoks Posted March 17 Share Posted March 17 5 hours ago, Ghostx2023 said: HI,piggsy BMS script for XOR 0x40 decryption? Try this: get FILE_NAME filename string FILE_NAME += ".decrypted" get FILE_SIZE asize filexor 0x40 log FILE_NAME 0 FILE_SIZE Link to comment Share on other sites More sharing options...
Ghostx2023 Posted March 18 Author Share Posted March 18 12 hours ago, ikskoks said: Try this: get FILE_NAME filename string FILE_NAME += ".decrypted" get FILE_SIZE asize filexor 0x40 log FILE_NAME 0 FILE_SIZE HI,ikskoks I tested it and couldn't output the file Link to comment Share on other sites More sharing options...
ikskoks Posted March 18 Share Posted March 18 I assume you use "reimport.bat", but instead you should use this script for standard extraction with "quickbms.exe". Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now