main2标签处,很明显是一个函数,创建函数时给出以下提示:
.text:00401518: The function has undefined instruction/data at the specified address.
Your request has been put in the autoanalysis queue.
0x00401518偏移处含有数据或者未识别指令(无法创建函数)
有办法解决:找到0x00401518偏移处,切换到16进制窗口,按F2修改这四个字节全部为0x90(NOP指令),再按F2保存。再把0x00401518偏移重新解释成代码。
还有一处0x00401568也按上述方法修改。就可以创建main2函数了。如下图形
偏移0x401370处也是一个函数,可以试着用这种方法修改下。
资源下载:https://download.csdn.net/download/singleyellow/10535492
IDA Pro版本6.8