首页
社区
课程
招聘
[求助]SmarTchecK怎么不能调试了!
发表于: 2008-1-7 20:59 5194

[求助]SmarTchecK怎么不能调试了!

2008-1-7 20:59
5194
不知道怎么了,我的SmarTchecK不能工作了,打开什么程序都是:
API failure
GetModuleHandleA returned 0x00000000
LastError: 找不到指定的模块。 (126)

不知道这是什么意思,是缺少什么吗。我是在论坛上下的啊,配置也是按论坛教程上面配置的。

这是SmarTchecK帮助上面说的,不知道我理解的对不对。意思是:程序自己的问题,有些函数的参数或者状态出了问题,要么我自己修复,要么就是我故意出现这样的错误的。
Description
An API function returned a failure status.
Note that an API failure may not indicate an error in your program. Some calls to API functions are expected to fail, and the calling program deals with the failure appropriately. An API failure is only an error if your program does not provide for the failure condition.
Visual Basic Sample Code
Sub WinFuncFailed()
'Windows API function returns failure
Dim lhBitMap As Long
'Both Module and Bitmap are invalid
lhBitMap = LoadBitmap(GetModuleHandle(""), "Missing.bmp")
End Sub
Probable Causes
Passing an argument that is inappropriate for the function
An invalid API call or sequence of API calls
Use of an API not supported on the operating system (Windows NT, Windows 98, Windows 95 or Windows CE)

Repair
If an API fails and the return value is not checked, other sections of the program might not behave properly. Some suggested courses of action are:

Check the return code for more information as to why the API failed. For a complete description of the error codes, refer to the Win32 API Help File.

Place conditionals around the API so a failure is handled properly by your program. If you already have conditionals around the API, you may want to suppress the error.
出错提示:


我的配置:
Error Detection的高级项



Reporting项:


[课程]Linux pwn 探索篇!

上传的附件:
收藏
免费 0
支持
分享
最新回复 (3)
雪    币: 44229
活跃值: (19955)
能力值: (RANK:350 )
在线值:
发帖
回帖
粉丝
2
SmarTchecK目前外面有2个版本,6.2和6.03,你换个版本看看。
2008-1-7 21:16
0
雪    币: 236
活跃值: (16)
能力值: ( LV6,RANK:90 )
在线值:
发帖
回帖
粉丝
3
不过我的另一个汉化的绿色版本的6.20的能正常使用。论坛下载的安装版 的却使用不了
为什么?
2008-1-7 23:09
0
雪    币: 236
活跃值: (16)
能力值: ( LV6,RANK:90 )
在线值:
发帖
回帖
粉丝
4
现在6.03版本的很难找啊!
谁有连接发一个啊。
2008-1-8 15:32
0
游客
登录 | 注册 方可回帖
返回
//