Code converter

Hello!

I'm new on forum and sorry if i created this nonsense topic. I searched on google and didn't find anything.

I don't know what kind of code is this and i want to know how i can convert it into text

Here is the code : https://imgur.com/a/I7fMjBa

Thank you!
If I had to guess, that's what you get after you turn code into binary. Looks like something involving a GUI. Reverse engineering a binary is not a simple thing.
Is a BIG file and i opened with notepad... I don't know, is there any program that opens the file and can be edited ?
You could open and edit it with a hex editor but if you don't know what it is...
https://mh-nexus.de/en/
What is the filename extension of the file? (e.g. .docx, .bin, .pdf, .dll etc.)

Simple character sequences sometimes don't get mangled when turned into hex files - you can spot "spon.ap", "data", "TitleBar", "Accent", "Menu", "FullFade" etc. in that file which are unlikely to occur by chance. Can you see any more (particularly near start and end)? They might give a clue.
Last edited on
Topic archived. No new replies allowed.