We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54ad8b commit 80821f9Copy full SHA for 80821f9
src/kernel/variables.md
@@ -0,0 +1,3 @@
1
+# Variables
2
+
3
+This is a list of global variables in the PS4 kernel. All offset here are an offset in the memory, not a file offset.
src/kernel/variables/proc0.md
@@ -0,0 +1,9 @@
+# proc0
+`proc0` is a `proc` structure represents the kernel process.
4
5
+## Locations
6
7
+| Version | Offset |
8
+| ------- | ---------- |
9
+| 9.0 | 0x01B90E00 |
0 commit comments