时间延迟:API HOOKING已公开 [英] Time Delay:API HOOKING REVEALED

查看:85
本文介绍了时间延迟:API HOOKING已公开的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在附带显示了API挂钩"文章的源代码中,
时间延迟的处理方式为

In the source code attached with "API hooking revealed" article,
the time delay is handled as,

if( nMillisec > 5 )
            {
                Sleep( nMillisec - 3 );
            }



谁能说出来,为什么不能简单地将其处理为

睡眠(nMillisec);


感谢adv.



can anyone tell, why it is not simply handled as

Sleep(nMillisec);


Thanks in adv.

推荐答案

尝试在本文结尾处将您的问题发布到论坛中,然后作者应会看到它.
Try posting your question in the forum at the end of the article, then the author should see it.


这篇关于时间延迟:API HOOKING已公开的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆