码迷,mamicode.com
首页 > 其他好文 > 详细

分析kernel.dll函数CreateRemoteThread进0环

时间:2020-11-25 12:38:51      阅读:7      评论:0      收藏:0      [点我收藏+]

标签:EDA   tac   des   sha   rgb   部分   hand   ssh   attr   

CreateRemoteThread

部分源码

push    edi             ; CreateSuspended
lea     ecx, [ebp+UserStack]
push    ecx             ; UserStack
lea     ecx, [ebp+ThreadContext]
push    ecx             ; ThreadContext
lea     ecx, [ebp+ClientId]
push    ecx             ; ClientId
mov     esi, [ebp+ProcessHandle]
push    esi             ; ProcessHandle
push    eax             ; ObjectAttributes
push    1F03FFh         ; DesiredAccess
lea     eax, [ebp+ThreadHandle]
push    eax             ; ThreadHandle
call    ds:NtCreateThread

 

分析kernel.dll函数CreateRemoteThread进0环

标签:EDA   tac   des   sha   rgb   部分   hand   ssh   attr   

原文地址:https://www.cnblogs.com/pppyyyzzz/p/14016903.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!