dsbxida icon indicating copy to clipboard operation
dsbxida copied to clipboard

Interr Failed to sync segment information

Open palmerj opened this issue 2 years ago • 4 comments

Using this DOS 16bit EXE I'm getting the following error:

error

I'm using IDA Pro Version 7.5.201028 Windows x64 (32-bit address size) and I've installed the dsbxida plugin for 7.5

palmerj avatar Jan 01 '23 17:01 palmerj

Can anyone help here? The IDA debugger was going to be killer feature. Using Dosbox is sooo slow.

palmerj avatar Jan 03 '23 21:01 palmerj

@lab313ru, are you able to help? Thank you.

palmerj avatar Jan 05 '23 18:01 palmerj

Hi @palmerj, I'm using IDA PRO version 7.7.220118 Windows x64 (32-bit address size). I personally commented out these lines in ida_plugin.cpp register_post_event_visitor(HT_IDP, &ctx, nullptr); hook_to_notification_point(HT_IDP, hook_dosbox_callback, nullptr); hook_to_notification_point(HT_DBG, hook_dbg, NULL); Because they were causing more trouble than good. That way worked for me. However, this can have side effects that I haven't noticed yet. I've tried to dig into the IDA sdk but it's poorley ducumented. Another advantage of commented out those lines is that you can now double click on functions and see the functions assembly. Hope this helps.

tdaprogrammer avatar Mar 30 '23 15:03 tdaprogrammer

I'll check it.

lab313ru avatar Mar 31 '23 05:03 lab313ru