moon899 Posted July 2, 2021 Posted July 2, 2021 (edited) Hey everyone, Some time ago I created a topic for some tool to extract .pck files from the game "Psychedelica of the Ashen Hawk", there someone created a tool, with that I extracted the files but in these there are .bin files. I searched all kinds of methods to decrypt them but none has been feasible. Sample of .bin files: https://drive.google.com/file/d/1BQOuu9zDlN8PxUqpUzmmfxyjJeiXYA_U/view If anyone knows of a tool that can help me with this I would be very grateful. Edited September 11, 2021 by moon899 Quote
Tester Posted July 4, 2021 Posted July 4, 2021 (edited) I have no time to write a tool (even though this .bit scripts seems to be rather easy ones), for I am currently working on SLG System (legendary series Sengoku Hime and Sangoku Hime are on that engine; I have already hacked all Sengoku Hime scripts series and working on the Shihen69 scripts), but I can give you some instructions to manually edit the scripts. 1. Open the script with Hex Editor. For example, Mad Edit. 2. Find string you want to edit. It will be somewhere near the end of file (string section). 4. Find the address of the first byte of the next string (after 00 byte). For instance, let it be 0x0000091A. (Do that with all next strings as well right at this point). 5. Divide it like this: 0x0000091A -> 0x|00|00|09|1A|. 6. Leave 0x as it was and write the following segments in backward order. Like this: 0x|00|00|09|1A| -> 0x|1A|09|00|00. 7. Next. Leave 0x part and insert spaces. Like this: 0x|1A|09|00|00 -> 1A 09 00 00. 8. Edit string you did want to edit (found in 2). You may want to add some bytes (then use Notepad++). End of the string should be \x00 byte. 9. Find new address of the next string (after 00 byte) and convert it to new bytes (see 5-7). 10. Great! Now find all bytes of the old address (you got on 7; for instance, 1A 09 00 00) in file via hex editor. Change all of it to the new bytes (you got on 9). 11. Continue like this. Edited July 5, 2021 by Tester Quote
moon899 Posted July 8, 2021 Author Posted July 8, 2021 (edited) @Tester Thank you again! I still don't quite understand the heximal numbers but I I can edit the text directly. Aalthough I don't think is the best, I'm pretty new at this haha. Edited September 11, 2021 by moon899 Quote
MerzZly Posted August 28, 2021 Posted August 28, 2021 Tool based on @Tester algorithm: https://mega.nz/file/se5RSAKR#puZVIXyjakhYn3ZPZYMQQB3a9YM1N1JDP6eoDi0vPAQ moon899 and Linsey22 2 Quote
moon899 Posted September 11, 2021 Author Posted September 11, 2021 On 8/28/2021 at 4:35 AM, MerzZly said: Tool based on @Tester algorithm: https://mega.nz/file/se5RSAKR#puZVIXyjakhYn3ZPZYMQQB3a9YM1N1JDP6eoDi0vPAQ Sorry for the late reply but OMG this is just what I needed. It transforms the files perfectly to .txt and I can easily edit the lines. Thank you very much! Although from what I saw the program only extracts the files, do you know how to convert them to .bin again? Quote
MerzZly Posted September 13, 2021 Posted September 13, 2021 On 9/11/2021 at 4:33 AM, moon899 said: Although from what I saw the program only extracts the files, do you know how to convert them to .bin again? Drag & drop a .txt file or folder with .txt files and existed .bin files will be rewritten by new changes. Quote
Amy10 Posted June 9, 2022 Posted June 9, 2022 On 9/11/2021 at 4:33 AM, moon899 said: Sorry for the late reply but OMG this is just what I needed. It transforms the files perfectly to .txt and I can easily edit the lines. Thank you very much! Although from what I saw the program only extracts the files, do you know how to convert them to .bin again? I know this is an old thread but Iam trying to extract a bin file too but when I drag and drop the file nothing happens it just print the path of the file and when I hit Enter it closes the cmd Quote
moon899 Posted August 22, 2022 Author Posted August 22, 2022 On 6/9/2022 at 2:46 PM, Amy10 said: I know this is an old thread but Iam trying to extract a bin file too but when I drag and drop the file nothing happens it just print the path of the file and when I hit Enter it closes the cmd That's because the .bin files of each game has a different algorithm. I tried the extractor with Psychedelica of the black butterfly and it didn't work. I don't know much about it but try follow the steps mentioned by Tester and edit them yourself with a Hex Editor or posting the file and maybe someone will help you. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.