From 0ba5dbc085d74834006847e51df3bef025ed4b8e Mon Sep 17 00:00:00 2001 From: aiek Date: Wed, 24 Jul 2024 02:56:44 +0300 Subject: [PATCH] Update 'backport.md' --- backport.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/backport.md b/backport.md index a7cf0c9..c4a8048 100644 --- a/backport.md +++ b/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 \ No newline at end of file +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 +