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.
More work on Daemons plus porting to 7.02 7.55
- Daemons are full implimented and working. Still need to fix some menu stuff. - Daemons now read param sfo using sysfileutilwrapper. - Patches and offsets for 7.02 & 7.55 done. Still need to do userland side for mono.
- Loading branch information
Showing
25 changed files
with
813 additions
and
227 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#pragma once | ||
|
||
#if defined(SOFTWARE_VERSION_672) | ||
|
||
/* Util */ | ||
#define addr_Xfast_syscall 0x1C0 | ||
#define addr_ksysvec 0x1A4F460 | ||
#define addr_kprison0 0x113E398 | ||
#define addr_krootvnode 0x22C5750 | ||
|
||
/* STD Lib */ | ||
#define addr_kmemcpy 0x2F040 | ||
#define addr_kmemset 0x2DFC20 | ||
#define addr_kmemcmp 0x207500 | ||
#define addr_ksprintf 0xBC970 | ||
#define addr_kvsprintf 0xBCA00 | ||
#define addr_kprintf 0xBC730 | ||
|
||
#define addr_kmem_alloc 0x1170F0 | ||
#define addr_kernel_map 0x21C8EE0 | ||
|
||
#endif |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#pragma once | ||
|
||
#if defined(SOFTWARE_VERSION_672) | ||
|
||
/* Util */ | ||
#define addr_Xfast_syscall 0x1C0 | ||
#define addr_ksysvec 0x1564E80 | ||
#define addr_kprison0 0x113B728 | ||
#define addr_krootvnode 0x1B463E0 | ||
|
||
/* STD Lib */ | ||
#define addr_kmemcpy 0x28F800 | ||
#define addr_kmemset 0x8D6F0 | ||
#define addr_kmemcmp 0x31D250 | ||
#define addr_ksprintf 0x26F980 | ||
#define addr_kvsprintf 0x26FA10 | ||
#define addr_kprintf 0x26F740 | ||
|
||
#define addr_kmem_alloc 0x1753E0 | ||
#define addr_kernel_map 0x21405B8 | ||
|
||
#endif |
Oops, something went wrong.