tbhaxor
  • About Me
  • Projects
  • Series
Subscribe
Tagged

process-injection

A collection of 4 posts

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.

  • Gurkirat Singh
Gurkirat Singh Apr 11, 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.

  • Gurkirat Singh
Gurkirat Singh Feb 21, 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.

  • Gurkirat Singh
Gurkirat Singh Jan 12, 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

  • Gurkirat Singh
Gurkirat Singh Sep 3, 2021 • 5 min read
tbhaxor © 2022
Powered by Ghost