Skip to content

Commit f355d33

Browse files
Deploying to gh-pages from @ c018b53 🚀
1 parent 7be1c8b commit f355d33

File tree

1 file changed

+23
-0
lines changed
  • pr-4/c018b534ae095de778d98514d89c98e6c686fe19

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<title>PSP NID Status</title>
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
5+
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
6+
<style>
7+
.w3-table .w3-container {
8+
padding: 0em 0px;
9+
}
10+
.w3-col {
11+
height:24px;
12+
}
13+
</style>
14+
<body>
15+
<div class="w3-container" style="height:100vh; width:100vw; overflow: scroll;">
16+
<h1>PSP NID Status</h1>
17+
<p>
18+
This page contains the status of all the NIDs from the PSP official firmwares. <br />
19+
To get more details about a library, click its name to see its list of NIDs. <br />
20+
On later firmwares, some kernel NIDs were randomized. A star indicates (most of) the library's NIDs were (re-)randomized at that firmware version. Note that the algorithm used to identify the randomizations is imperfect and, in particular, won't detect libraries whose NIDs have been randomized from the beginning. <br />
21+
Progress counts are given for both non-randomized and randomized NIDs (if present). Note that for randomized NIDs, all specified names are considered correct even though they cannot be verified. <br />
22+
Hover a color to get the numbers and the definition of its status. <br />
23+
</p><table class="w3-table"><tr><th>Module name</th><th>Library name</th><th>Progress</th></tr></table></div></body></html>

0 commit comments

Comments
 (0)