This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made changes to loader to load instantly with out reloading UI and ch…
…anges to Game monitor. - Loader can now mount on inject so there isn't the need to reload the UI. If people have trouble with icons loading could be because of this. - CPU_Monitor is now System_Monitor to try and unify data and take the load off the system thread. - Added most offsets for 7.55 will still need alot of work on the toolbox side to figure out how to get class namespaces. - Added patches for 6.72 and 5.05 from mira to make patches for loading kernel.
- Loading branch information
Showing
25 changed files
with
581 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#pragma once | ||
|
||
void Install_505(uint64_t kernbase); | ||
void Install_672(uint8_t* kernbase); | ||
void Install_702(uint64_t kernbase); | ||
void Install_755(uint64_t kernbase); | ||
void Install_Patches(uint64_t kernbase); | ||
void Install_505(); | ||
void Install_672(); | ||
void Install_702(); | ||
void Install_755(); | ||
void Install_Patches(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.