Contact Us
Article
Hacker Tools New Update | Download Directory |

| Windows | Linux | Mac OS X | Mobile | Assessment | Defense | Documents | Miscellaneous |
Hacker Tools » Download -> Miscellaneous-> Programming » GhostWriting: Writing to Another Process Without Opening it nor Actually Writing to it
This Directory TOP18
madCodeHook
The Art Of Disassembly
BuGLe - a Graphical OpenGL Debugger
Managing Windows Networks Using Scripts - Part 6: Remote Scripting First Steps
Akathisia - Fuzzer
12 PHP optimization tips
Ways of Executing Code in a PE Executable Before the Entry
DigiChat - WebChat Administrator Access
Peach - Fuzzer Framework
Stopping Spambots : A Spambot Trap
OpenSSH v4.6 Call Graph
Secure Programming Habits in PHP
Fuzz Testing of Application Reliability
Dump Yahoo Pass (source)
Top 10 Secure Coding Practices
Get Pass (source)
Nuclear (Web Attack Tool)
128 Videos from Googles Developer Day 2007
Search

GhostWriting: Writing to Another Process Without Opening it nor Actually Writing to it

File Size: KB
Update Time: 2007-04-18
Developer:
Description:     The basic idea of this method is forgetting about this process-centric idea of remote code execution. This is the challenge: writing and running remote code without actually opening the target process. We will not open any process nor will we write to it. Is this a paradox ? No, it is not. It is true that we are not going to use any OpenProcess, DebugActiveProcess, NtOpenProcess or similar functions. We will not even use any WriteProcessMemory, NtWriteVirtualMemory or alike.
Download:
  GhostWriting: Writing to Another Process Without Opening it nor Actually Writing to it