Skyliner121 Posted July 25, 2021 Share Posted July 25, 2021 I decompiled the F22.DAT with the decompiler Snowman just for fun. Then I search for the keyword "bomb" an found the code. Can some of you actually programm C++? Maybe we can fix the CCIP long/short error and more. 😄 The decompiler can be downloaded here: https://derevenets.com Link to comment Share on other sites More sharing options...
Skyliner121 Posted July 25, 2021 Author Share Posted July 25, 2021 Nervermind. It seems to be a dead end because I can't save with the decompiler. Link to comment Share on other sites More sharing options...
Krycztij Posted July 25, 2021 Share Posted July 25, 2021 Yeah, first thing you should try with any disassembler: Can you re-compile the code into a working executable? Link to comment Share on other sites More sharing options...
mikew Posted July 25, 2021 Share Posted July 25, 2021 Yes, a thankless task. The decompiler output is useful, but unless you can decompile to a point it can be recompiled again, you're basically limited to making hex edits of the exe based on what you found with the decompiler. I was using Hex Rays for this sort of thing 15 or so years ago. Maybe things have moved on with free SW like Ghidra. EDIT: Krycztij posted a few seconds before me. He's the one you need to listen to about this. Link to comment Share on other sites More sharing options...
Skyliner121 Posted July 25, 2021 Author Share Posted July 25, 2021 I have copied all the code into the compiler ( 735k of lines 🤯) and tried to compile again. There's only 1265 errors. 😁 Link to comment Share on other sites More sharing options...
Recommended Posts