
Windows
文章平均质量分 80
gr1x
这个作者很懒,什么都没留下…
展开
-
A brief on using CreateRemoteThread
2004-12-14 gr1x(c)In "Programming Applications for Microsoft Windows 4th", Jeffery Richter used Remote Threads to inject a dll into another processs address space. He tansfered LoadLibrarys addres原创 2004-12-14 21:55:00 · 1052 阅读 · 0 评论 -
A brief overview of the Windows debuggers
A brief overview of the Windows debuggersKD – Kernel debugger. You want to use this to remote debug OSproblems like blue screens. You want it if you develop device drivers. CDB – Command-l转载 2008-08-27 23:16:00 · 403 阅读 · 0 评论 -
Calling Conventions Demystified (Visual C++ calling conventions explained)
Long time no see these tedious 0CCCCCCCCh, "0cch" machine code for int 3, just a way to initialize the stack with int 3 for debug version:)# lea edi,[ebp-0C0h] # mov ecx,30h # mo转载 2008-08-30 11:41:00 · 475 阅读 · 0 评论