首页
社区
课程
招聘
[求助][求助]关于进程创建的疑问
发表于: 2010-4-19 10:44 4333

[求助][求助]关于进程创建的疑问

2010-4-19 10:44
4333
读CreateProcess过程中的疑问,求大牛们给指点,在NtCreateSection后,有BasepIsProcessAllowed(lpApplicationName);这个调用,不是很清楚有什么用途,Goolge出相关信息:
     就一个参数为Unicode进程名字
;   其内部调用了RtlEnterCriticalSection进入临界区
;   再调用NtOpenKey打开:
;   "\Registry\MACHINE\System\CurrentControlSet\Control\Session Manager\AppCertDlls"
;   解释:
;     AppCertDlls details.
;     Create in the "\\Registry\\MACHINE\\System\\CurrentControlSet\\Control\\Session Manager\\AppCertDlls" 
;    
;     The Key with name "AppSecDll" type REG_EXPAND_SZ, and put there, something like that "%SystemRoot%\system32\.Dll" ... In fact, they may be there a lot, so keep this in mind. 
;    
;     This yours DLL must have mandatory entry point with name CreateProcessNotify, and prototype as specified below. 
;   结束
;   最后调用RtlLeaveCriticalSection
能不能再详细点!

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

收藏
免费 0
支持
分享
最新回复 (2)
雪    币: 30
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
这个玩意跟CreateProcessNotify什么关系啊?求指点
2010-4-19 16:51
0
雪    币: 53
活跃值: (12)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
CreateProcessNotify是什么?求指点
2010-5-11 15:57
0
游客
登录 | 注册 方可回帖
返回
//