Git Product home page Git Product logo

process-hollowing-crypter's Introduction

๐Ÿ’ฃ Process Hollowing Crypter ๐Ÿ’ป

This GitHub repository hosts the Process Hollowing Crypter project, a tool developed in C, focused on the implementation of the process hollowing technique. The project is in active development, representing an exploration into cybersecurity, software engineering, low-level programming, and malware analysis.

What is Process Hollowing?

Process hollowing is a stealth technique used by malware authors to inject malicious code into legitimate processes running on a system. This method allows the malware to execute under the guise of a trusted application, thereby evading detection from security software.

๐ŸŽฏ Project Objective

The goal of this project is to create a crypter using the process hollowing technique. This crypter will be capable of injecting a payload into a legitimate Windows process, allowing the payload to run undetected.

๐Ÿš€ Features

  • TBD

๐Ÿ› ๏ธ How It Works

  1. Create a Suspended Process: The crypter starts by creating a legitimate process, such as notepad.exe, in a suspended state.
  2. Unmap the Primary Module: It then unmaps the memory of the primary module of the suspended process.
  3. Load and Inject the Payload: The crypter loads the payload from a specified file and injects it into the memory space vacated by the unmapped primary module.
  4. Resume Execution: Finally, the crypter modifies the entry point of the suspended process to point to the injected payload and resumes the process.

๐Ÿงฐ Prerequisites

  • Windows environment for development and testing.
  • GCC for compiling the C code.
  • Basic understanding of Windows API and C programming.

๐Ÿ› ๏ธ Setup and Compilation

To compile the project, you will need GCC installed on your system. Use the following command to compile the code:

gcc crypter.c -o crypter.exe -lpsapi

process-hollowing-crypter's People

Contributors

m-a-x-c avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.