Bin Compiler / decompiler

10/19/2013 21:10 Qosmiox1#1
can anyone tell me where to download bin compiler or decompiler, ive looking for them for quite a long time still cant find. please help
10/19/2013 21:14 nekromonker#2
wrong section...

[Only registered and activated users can see links. Click Here To Register...]

( müsste richtige seien,net sicher xD )
10/19/2013 21:39 YatoDev#3
lol why you search a compiler or decompiler ?
10/19/2013 22:19 Qosmiox1#4
because im currently playing a game called tales of pirate ,im trying to edit the stuff int here but the file i downloaded, one of them is not working properly, btw thanks for replies

i need the Bin compiler, the one i got not work properly
10/19/2013 23:15 Jeoni#5
There is no fixed bin format as it is for example with exe. "bin" just stands for "binary" telling that this file should not be a text file. Anything else is defined in the application which creates / reads this file. In order to know what's inside, how it's encrypted etc, you need to reverse how the game reads and parses the file.
With these information you can build your own bin reader / creator (compiler / decompiler are something else, and therefore should not be used in this context). Maybe someone has done it for this game already but I doubt it if you can't find it.
I know, that this is much harder than just downloading and using a tool. Have fun ;D
I hope I could help you at least a bit :D
Jeoni