How can I disassembly win16 with GDB

♀尐吖头ヾ 提交于 2019-12-25 15:36:42

问题


I am in need to debug bouncing ball virus (note that it is written in win16 asm) to finish my essay. Attempting to use GDB but it said:

not in executable format. File format unrecognized.

My problem is: Is it possible to use GDB to finish that?

If yes, what should I do? If no, what else debugger can I use besides the Win's debug.exe?

来源:https://stackoverflow.com/questions/10999988/how-can-i-disassembly-win16-with-gdb

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!