Hi ! > > I think self-modifying code is kinda rare case - it's made typically for > > protection againt hackers , and typically on pc side. Nintendo roms probably > > don't use this kind of > > protection. > > It doesn't have to be protection, for example GCC generates > trampolines to stack when using nested functions.
Ok, so apparently we will have some challenges on the way. I guess some sort of mutation - qemu + recompiler could be done as well... Debugger: can gdb be used in windows as well ? I think I have tried ddd in cygwin, it was kinda slow and diffucult to use.