Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

0x41C64E6D

Name: Anonymous 2016-05-27 7:25

What does this number stands for? I've stumbled upon it during reverse engineering a simple encryption scheme.

Name: Anonymous 2016-05-28 23:45

>>19
The game is Magic & Mayhem. I'm interested in how it stores map files (maps are also encrypted, probably to avoid game magazines publishing nice maps/guides without paying the devs) and draws isometry, without doing expensive 3d sorting. There is no community around it, so made a thread at openxcop forum:
http://openxcom.org/forum/index.php/topic,3932.0.html

I'm using a cracked version of IDA. I have disabled "no-return" analysis, because it led to malloc being determined as never returning and all calls to it turning int procedure ends (you can never be sure that there is enough memory), breaking analysis. IDA also doesn't init tables or vtables, so you have to look for them in data segment and manually convert to function lists, so it will analyze and cross reference them.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List