BeaEngine / beaengine

BeaEngine disasm project
515 stars 122 forks source link

Two stack corruptions #19

Closed john-8998 closed 4 years ago

john-8998 commented 4 years ago

In Routine_ModRM.c, there are 2 lines with "char str[2],,.", and then sprintf is writing to it 2 chars + NULL termination byte, which currupts the stack.

BeaEngine commented 4 years ago

Hi, ok, thanks for the report. I fix that on saturday

BeaEngine commented 4 years ago

quick commit without any test yet, can you tell me if it is ok ?