hzqst / unicorn_pe

Unicorn PE is an unicorn based instrumentation project designed to emulate code execution for windows PE files.
MIT License
787 stars 199 forks source link

Failure to emulate simple 64-bit test application. #20

Open Object9999 opened 3 years ago

Object9999 commented 3 years ago

OS: Windows 10, Version 1809 Created 64-bit console application to test, but it seems there is a failure somewhere within mapping the image. I have attached images of the debug output and the test app code.

output: https://imgur.com/a/w32nxtg test app code: https://imgur.com/a/nWPJoOB

Any ideas?