Giter VIP home page Giter VIP logo

processamp's Introduction

ProcessAmp

A PoC driver inspired by the Booster from Pavel Yosifovich that rises each thread's priority on a given process. The driver monitors newly created threads on an interval basis and assign them the desired priority, which eventually should improve performance.

Conversely, the driver can also be used to lower the priority on high-demand thread's thus, capping CPU utilization.

Note: the driver has not gone through WHQL process, thus it requires enabling test-signing mode.

Installation

From elevated cmd

  • Enable driver test signing mode and reboot to take effect

    Bcdedit.exe -set TESTSIGNING ON

  • Install the driver

    sc create processamp type= kernel binPath= c:\pathto\processamp.sys

  • Start the service

    sc start processamp

Usage

Syntax

procamp.exe <target_process_name> <desired priority[0-31]> <refresh interval in seconds>

Example

Run the client against the target process to increase its threads to the maximum value (31) and refresh threads every five seconds.

procamp.exe minesweeper.exe 31 5

winmine

DISCLAIMER: the current version just works on unique process images that are mapped on a single PID

processamp's People

Contributors

uf0o 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.