Skip to content

Commit

Permalink
More info in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanAizek authored Apr 9, 2024
1 parent f741e38 commit 2b5bff8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Moment from video:
- Hook and rewrite VirtualAlloc to VirtualAllocExNuma for each NUMA node
- Hook any OpenProcess and CreateProcess for migrate to other NUMA nodes
- Hook any method detect cores and threads
- Hook open process as double-click or context menu right-click for non-PRO users not to run cmd.exe or powershell
- Hook open process as double-click or context menu right-click for non-PRO users ~~not to run cmd.exe or powershell~~ (in future `numayei.exe ./binary_non_numa.exe`)

## Summary:

Expand All @@ -46,8 +46,11 @@ Windows scheduler has to allocate the highest frequency to calculate task faster
- Windows 11 Pro 23H2 [22631.3296]
- another not tested

## How to Use?


1. Download any DLL Injector, I advise you to take an opensource. (im tested on Xenos64 Injector)
2. Select compiled `NUMADLL.dll` and inject in any process (any methods)
3. In future `NUMA.exe` it will be an injector and through its parameter you can specify path to running exe or active running process by PID.

Good example below in screenshot using NUMAyei with running binary not NUMA-aware adapting.

Expand Down

0 comments on commit 2b5bff8

Please sign in to comment.