You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/kernel/data-types.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,17 @@ This struct was derived from [FreeBSD](https://github.com/freebsd/freebsd-src/bl
46
46
| 0xB10 | char[28]| unk2 | Seems like a struct. |
47
47
| 0xB40 | u32 | sdk_version ||
48
48
49
+
## self_auth_info
50
+
51
+
This struct contains authorization information. The PS4 rely on this struct to determine what actions can be done for each thread (they don't use *nix permissions). The PS4 obtained this struct from application image through the SAMU. Some examples of this structs can be found [here](https://www.psdevwiki.com/ps4/Auth_Info).
0 commit comments