Difference between revisions of "SceSysconTzs"

From Vita Development Wiki
Jump to navigation Jump to search
(Created page with "== Module == === Known NIDs === {| class="wikitable" |- ! Version !! Name !! World !! Privilege !! NID |- | 0.940 || SceSysconTzs || Secure || Kernel || unk |} == Libraries...")
 
Line 12: Line 12:
  
 
This secure kernel module doesn't export any library.
 
This secure kernel module doesn't export any library.
 
  
 
== Not exported functions ==
 
== Not exported functions ==

Revision as of 21:10, 4 March 2019

Module

Known NIDs

Version Name World Privilege NID
0.940 SceSysconTzs Secure Kernel unk

Libraries

This secure kernel module doesn't export any library.

Not exported functions

module_start

int module_start()
{
  void **v0; // r1@1

  LOWORD(v0) = 389;
  HIWORD(v0) = (unsigned int)&dword_81000000[97] + 1;
  sceKernelRegisterMonitorCallHandler(0x11A, v0);
  return 0;
}