Jump to content

yuledaren .f3d


Ghostx2023
Go to solution Solved by piggsy,

Recommended Posts

  • Solution
Posted (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😀.

1.png.634c7031909e6c84a65e3bf3b1d6920f.png2.png.d432ed4ea023501fba077ada5dfe0837.png

Edited by piggsy
  • Thanks 1
Link to comment
Share on other sites

  • 2 weeks later...
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😀.

1.png.634c7031909e6c84a65e3bf3b1d6920f.png2.png.d432ed4ea023501fba077ada5dfe0837.png

HI,piggsy  BMS script for XOR 0x40 decryption?

Link to comment
Share on other sites

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

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

ac3a7590007c211d001a80024b89136.png.59083027e84210fd14eec183fcae606f.png

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...