bugmeout / pyemu

Automatically exported from code.google.com/p/pyemu
0 stars 0 forks source link

REP STOSD #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try executing a function that does not use EBP and has an rep stosd. All the 
rep stosd is doing is zeroing memory. I've tried uping the debug level to three 
but no error or reason for halting execution is given.

What is the expected output? What do you see instead?
The emulator should execute past the REP STOSD. For some reason the emulator 
stops execution as a result of this instruction.

I'm running a very basic IDAPyEmu program that simply tries to execute the 
function. 

What version of the product are you using? On what operating system?
revision 19, windows xp sp3, ida 5.6

Please provide any additional information below.

Original issue reported on code.google.com by thebl...@gmail.com on 24 Oct 2011 at 1:40