Update 'backport.md'

main
aiek 2 months ago
parent b356654ea8
commit 0ba5dbc085
  1. 15
      backport.md

@ -2,12 +2,13 @@ This guide has been written on the 24th of july, 2024, this should work for a fe
## How to backport
Steps needed before backporting:
> Steps needed before backporting:
Download CFF explorer
[You can download it from here](https://ntcore.com/explorer-suite/)
The actual backporting:
### The actual backporting:
1. Install NodeJS, even though you haven't patched it you still need to install it (with the system enviorment variables and everything)
@ -19,4 +20,12 @@ The actual backporting:
![image](https://git.randomserver.top/aiek/nodejs7/raw/branch/main/images/2.png)
ill continue this gimme 1 sec
3. Go into the "import directory" and then select "KERNEL32.DLL"
![image](https://git.randomserver.top/aiek/nodejs7/raw/branch/main/images/3.png)
4. Now find "GetSystemTimePreciseAsFileTime", and replace it with the following:
```QueryPerformanceCounter```
I think you're supposed to press space or something to actually be able to modify the value (whilst it's selected), not sure tho I patched this like 3 days ago

Loading…
Cancel
Save