Skip to content

Maherilaza/Shellcode-Injection

Repository files navigation

Shellcode Injection

A simple example of shellcode injection [Win32 api]

  • The Notepad process is created in suspended mode.
  • Memory is allocated within the Notepad process for the shellcode.
  • The shellcode is written into the allocated memory space.
  • An asynchronous procedure call (APC) function is used to execute the shellcode.
  • The Notepad process thread is then resumed to start executing the shellcode.

About

A simple example of Shellcode injection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages