Editing NID
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 5: | Line 5: | ||
<syntaxhighlight lang="C"> | <syntaxhighlight lang="C"> | ||
uint32_t nid = sha1(concat(name, suffix)); | uint32_t nid = sha1(concat(name, suffix)); | ||
</ | </source> | ||
Suffixes can be found [https://psdevwiki.com/vita/index.php?title=Keys here], [https://www.psdevwiki.com/ps3/Keys#Modules here] and [https://wiki.henkaku.xyz/vita/NID here]. | Suffixes can be found [https://psdevwiki.com/vita/index.php?title=Keys here], [https://www.psdevwiki.com/ps3/Keys#Modules here] and [https://wiki.henkaku.xyz/vita/NID here]. | ||
Line 62: | Line 62: | ||
return bytes; | return bytes; | ||
} | } | ||
</ | </source> | ||
{{Development}} | {{Development}} | ||
<noinclude>[[Category:Main]]</noinclude> | <noinclude>[[Category:Main]]</noinclude> |