首页
社区
课程
招聘
[旧帖] [求助]IDA x86Emulator 0.00雪花
发表于: 2012-5-19 20:17 1351

[旧帖] [求助]IDA x86Emulator 0.00雪花

2012-5-19 20:17
1351
编译项目是:ida-x86emu
IDASKD是:IDA5.0的
编译平台是:VC++6.0

目前有俩个文件,不能编译:peutils.cpp 和cpu.cpp
Compiling...
peutils.cpp
E:\Code\ida-x86emu\trunk\peutils.cpp(65) : error C2065: 'dont_use_fgetc' : undeclared identifier
E:\Code\ida-x86emu\trunk\peutils.cpp(225) : error C2065: 'dont_use_fseek' : undeclared identifier
E:\Code\ida-x86emu\trunk\peutils.cpp(230) : error C2065: 'dont_use_fread' : undeclared identifier
E:\Code\ida-x86emu\trunk\peutils.cpp(248) : error C2065: 'dont_use_ftell' : undeclared identifier

Compiling...
cpu.cpp
E:\Code\ida-x86emu\trunk\cpu.cpp(2542) : error C2065: 'M_LN10' : undeclared identifier
E:\Code\ida-x86emu\trunk\cpu.cpp(2542) : error C2065: 'M_LN2' : undeclared identifier
E:\Code\ida-x86emu\trunk\cpu.cpp(2546) : error C2065: 'M_LOG2E' : undeclared identifier
E:\Code\ida-x86emu\trunk\cpu.cpp(2550) : error C2065: 'M_PI' : undeclared identifier
E:\Code\ida-x86emu\trunk\cpu.cpp(4295) : error C2632: 'long' followed by 'long' is illegal
E:\Code\ida-x86emu\trunk\cpu.cpp(4295) : error C2440: 'initializing' : cannot convert from 'unsigned __int64 *' to 'unsigned long *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
E:\Code\ida-x86emu\trunk\cpu.cpp(4543) : error C2632: 'long' followed by 'long' is illegal
E:\Code\ida-x86emu\trunk\cpu.cpp(4543) : error C2440: 'initializing' : cannot convert from 'unsigned __int64 *' to 'unsigned long *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
E:\Code\ida-x86emu\trunk\cpu.cpp(4546) : error C2440: '=' : cannot convert from 'unsigned __int64 *' to 'unsigned long *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
E:\Code\ida-x86emu\trunk\cpu.cpp(4578) : error C2632: 'long' followed by 'long' is illegal
E:\Code\ida-x86emu\trunk\cpu.cpp(4578) : error C2440: 'initializing' : cannot convert from 'unsigned __int64 *' to 'unsigned long *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
E:\Code\ida-x86emu\trunk\cpu.cpp(4581) : error C2440: '=' : cannot convert from 'unsigned __int64 *' to 'unsigned long *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
E:\Code\ida-x86emu\trunk\cpu.cpp(4900) : error C2632: 'long' followed by 'long' is illegal
E:\Code\ida-x86emu\trunk\cpu.cpp(4900) : error C2440: 'initializing' : cannot convert from 'unsigned __int64 *' to 'unsigned long *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
E:\Code\ida-x86emu\trunk\cpu.cpp(4903) : error C2440: '=' : cannot convert from 'unsigned __int64 *' to 'unsigned long *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
E:\Code\ida-x86emu\trunk\cpu.cpp(4920) : error C2632: 'long' followed by 'long' is illegal
E:\Code\ida-x86emu\trunk\cpu.cpp(5654) : error C2632: 'long' followed by 'long' is illegal
E:\Code\ida-x86emu\trunk\cpu.cpp(5654) : error C2440: 'initializing' : cannot convert from 'unsigned __int64 *' to 'unsigned long *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
E:\Code\ida-x86emu\trunk\cpu.cpp(5657) : error C2440: '=' : cannot convert from 'unsigned __int64 *' to 'unsigned long *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast

[培训]《安卓高级研修班(网课)》月薪三万计划,掌握调试、分析还原ollvm、vmp的方法,定制art虚拟机自动化脱壳的方法

收藏
免费 0
支持
分享
最新回复 (1)
雪    币: 8
活跃值: (11)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
帮忙了!帮忙了!
2012-5-20 08:50
0
游客
登录 | 注册 方可回帖
返回
//