Are you sure ? i have only seen self-modifying code in malware and there is no reason for a game to do that.
If it is however, then you need to find out the code that does it. Your other solution would be inline patching depending on the type of modification it does.
What game is it btw ? This looks interesting _________________
I'm sure, however, it doesn't seem to intentional, it seems to be a side effect of code obfuscation and very frequent mini-updates. The code itself doesn't change much, but I guess after every compilation of this game, the obfuscation routine (from a proprietary obfuscation software) seems to add these pesky NOPs in random places. Since mini-updates occur daily, it becomes a pain, especially since the byte patterns aren't changing besides the NOPs moving.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum