Coder Social home page Coder Social logo

phantom_thread's Introduction

phantom_thread

phantom_thread is a POC kernel driver designed for manual mapping and hides the system thread it creates. the driver spoofs it's system threads start address and uses KeEnterGuardedRegion() to avoid asynchronous procedure calls (APCs). This subverts bad actors that could be looking to find the spoofed system thread. this was a driver i wrote when i was bored for fun not for bypassing any specific anticheats/services.

features

  • manual map support: designed to be manually mapped into the kernel space.
  • spoofs thread start address: changes the start address of threads to enhance security and obfuscation through the usage of a gadget in a signed module.
  • apc avoidance: utilizes KeEnterGuardedRegion() to prevent APCs from being queued upon the thread finding that it links back to an unsigned module.

phantom_thread's People

Contributors

nulledc0de avatar

Stargazers

NX avatar  avatar InvokeThreatGuy avatar  avatar  avatar Riddles avatar  avatar Aekr1_         //akrasia avatar kernel_wizard 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.