I have a binary that I am trying to analyze. IDA seems to interpret some of the instructions as "call [near|far] ptr XX" with a bogus address. My solution so far has been to undefine, which leaves something like this:
db ABh
unk_00000001 db CDh
db EFhAnd so on. Moving the cursor down one row and choosing "code" seems to analyze it correctly. All throughout the code there are little bits like this that need fixing.
Is this the correct way to fix the incorrect analysis, or should I be doing something different?







