-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Analysis/Deepanalysis calc.exe (win xp sp0)
2. compare basicblocks found with pyew with IDA
What is the expected output? What do you see instead?
I found 26 basic blocks. should be 32 (4 which might be hard to catch (SEH blocks))
What version of the product are you using? On what operating system?
PYEW "1.2.0.0", ubuntu 12.04 64bit
Please provide any additional information below.
it misses a short jump @ addr 0x010124c8 to basicblock @ 0x010124d8
and a short jump @ addr 0x010125cd to basicblock @ 0x010125dd
both jumps have same offset 0x0e: opcode EB 0E
Original issue reported on code.google.com by Mats.Sme...@gmail.com on 7 May 2013 at 1:28
Reactions are currently unavailable