Search Results
7/3/2025, 9:32:53 PM
>>529813657
Someone found an exe with the debug symbols so I know what is data, what is procedures, what everything is named, and what the name of the file it is defined in is. I have that all plugged into Ida and I go about defining structs and renaming things until I get pseudocode that I can understand. Then I copy it into my decomp project and refactor it a little so it builds. DOS-specific interrupts and library function calls get replaced with SDL3 or Windows/Unix equivalents. It seemed very difficult at first but as you get into the swing of things and more and more stuff is defined, that helps you figure out other stuff. I haven’t gotten stuck yet.
Someone found an exe with the debug symbols so I know what is data, what is procedures, what everything is named, and what the name of the file it is defined in is. I have that all plugged into Ida and I go about defining structs and renaming things until I get pseudocode that I can understand. Then I copy it into my decomp project and refactor it a little so it builds. DOS-specific interrupts and library function calls get replaced with SDL3 or Windows/Unix equivalents. It seemed very difficult at first but as you get into the swing of things and more and more stuff is defined, that helps you figure out other stuff. I haven’t gotten stuck yet.
Page 1