/memory-scanner

basic program that can commit, reserve, show you how much reserved and committed memory in a process, list your running processes and a process priority manager

Primary LanguageRustMIT LicenseMIT

Memory Scanner

  • you can list with it your running processes
  • commit and/or reserve memory to a process and you can know how much memory is committed or reserved in the process
  • you can change the process priority

Usage

how to list running processes

  • test

how to commit memory to a process

the committed bytes in mspaint.exe was :

Pasted image 20230628085031

the view on powershell :

Pasted image 20230628085213

the committed bytes now :

Pasted image 20230628085507

the same process with reserving

how to change process priority

  • idk why process priority not showing in process hacker but i found a method to show it to you from task manager you just go like you want to set a new priority to the process and you will see a priority already selected its the priority of process

before changing the priority

Pasted image 20230628100237

the view on powershell

Pasted image 20230628100310

after changing it to real time

Pasted image 20230628100356

I will add a lot of features more