tbhaxor's Blog
  • About Me
  • Series
  • Support Me
Sign in Subscribe

process-injection

A collection of 5 posts
Process Injection using QueueUserAPC Technique in Windows
windows

Process Injection using QueueUserAPC Technique in Windows

You will learn the fundamentals of user mode asynchronous procedure calls in this post, as well as how to use them to inject shellcode into a remote process thread to obtain a reverse shell.
16 Jul 2022 8 min read
Process Injection using CreateRemoteThread API
windows

Process Injection using CreateRemoteThread API

CreateRemoteThread is the oldest method of process injection, and it is easily detectable. However, this establishes the foundations for process injection and code execution. This blog post will provide you with a thorough and practical explanation of how it works.
11 Apr 2022 11 min read
Reading and Writing into Process's Memory
windows

Reading and Writing into Process's Memory

Get the basic understanding on the remote process memory read and write all by windows 32 API and create your own game hacks.
21 Feb 2022 5 min read
Understanding Address Spacing in Detail
process-injection

Understanding Address Spacing in Detail

Address spacing is used in all the Operating Systems to manage the processes' memory. Virtual address spacing opened the door for more features like swapping and easy relocations of the instructions and data to prevent address tampering.
12 Jan 2022 5 min read
Exploiting Linux Capabilities – Part 6
linux

Exploiting Linux Capabilities – Part 6

Learn the basics of process injection and kernel modules. Build your own rootkits to exploit cap_sys_ptrace and cap_sys_module capabilities in the Linux kernel
03 Sep 2021 5 min read
Page 1 of 1
tbhaxor's Blog © 2025
Powered by Ghost