speakeasy icon indicating copy to clipboard operation
speakeasy copied to clipboard

Debugging Exception

Open kartone opened this issue 4 years ago • 1 comments

When emulating an executable (exe) with run_speakeasy.py I stuck at this exception after a while:

0x408d14: Exception caught: code:0xc0000005, handler=0x527558, instr="mov ecx, dword ptr [eax + ecx*4]" module_entry: Caught error: Invalid memory read (UC_ERR_READ_UNMAPPED)

How do you suggest approaching this kind of troubleshooting?

Thanks.

kartone avatar Oct 13 '20 08:10 kartone

Right now, your best bet is to add prints unfortunately. I'm currently writing some debug code to make issues like this much easier to troubleshoot.

drewvis avatar Oct 15 '20 22:10 drewvis