首页
社区
课程
招聘
加密技术内幕里面这个代码是不是有点问题?
发表于: 2005-3-24 16:10 3856

加密技术内幕里面这个代码是不是有点问题?

2005-3-24 16:10
3856
第187页的VC++代码
其中的一段
if(hInst!=NULL)
{
        FARPROC pIsDebuggerPresent=GetProcAddress(hInst,"IsDebuggerPresent");
        if(pIsDebuggerPresent!=NULL)
......

上面的if(pIsDebuggerPresent!=NULL)
应该是if(pIsDebuggerPresent()!=NULL)吧?

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 0
支持
分享
最新回复 (1)
雪    币: 201
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
this is a simple function pointer, please study c/cpp harder
2005-4-6 14:16
0
游客
登录 | 注册 方可回帖
返回
//