sys_prx updated

This commit is contained in:
Nekotekina 2017-04-13 02:58:33 +03:00
parent 7428bb3025
commit 2fd58dc7e8
5 changed files with 556 additions and 168 deletions

View file

@ -278,30 +278,30 @@ extern std::string ppu_get_syscall_name(u64 code)
case 457: return "sys_overlay_get_module_dbg_info";
case 458: return "sys_overlay_get_module_dbg_info";
case 460: return "sys_prx_dbg_get_module_id_list";
case 461: return "sys_prx_get_module_id_by_address";
case 463: return "sys_prx_load_module_by_fd";
case 464: return "sys_prx_load_module_on_memcontainer_by_fd";
case 465: return "sys_prx_load_module_list";
case 466: return "sys_prx_load_module_list_on_memcontainer";
case 461: return "_sys_prx_get_module_id_by_address";
case 463: return "_sys_prx_load_module_by_fd";
case 464: return "_sys_prx_load_module_on_memcontainer_by_fd";
case 465: return "_sys_prx_load_module_list";
case 466: return "_sys_prx_load_module_list_on_memcontainer";
case 467: return "sys_prx_get_ppu_guid";
case 480: return "sys_prx_load_module";
case 481: return "sys_prx_start_module";
case 482: return "sys_prx_stop_module";
case 483: return "sys_prx_unload_module";
case 484: return "sys_prx_register_module";
case 485: return "sys_prx_query_module";
case 486: return "sys_prx_register_library";
case 487: return "sys_prx_unregister_library";
case 488: return "sys_prx_link_library";
case 489: return "sys_prx_unlink_library";
case 490: return "sys_prx_query_library";
case 480: return "_sys_prx_load_module";
case 481: return "_sys_prx_start_module";
case 482: return "_sys_prx_stop_module";
case 483: return "_sys_prx_unload_module";
case 484: return "_sys_prx_register_module";
case 485: return "_sys_prx_query_module";
case 486: return "_sys_prx_register_library";
case 487: return "_sys_prx_unregister_library";
case 488: return "_sys_prx_link_library";
case 489: return "_sys_prx_unlink_library";
case 490: return "_sys_prx_query_library";
case 493: return "sys_prx_dbg_get_module_info";
case 494: return "sys_prx_get_module_list";
case 495: return "sys_prx_get_module_info";
case 496: return "sys_prx_get_module_id_by_name";
case 497: return "sys_prx_load_module_on_memcontainer";
case 498: return "sys_prx_start";
case 499: return "sys_prx_stop";
case 494: return "_sys_prx_get_module_list";
case 495: return "_sys_prx_get_module_info";
case 496: return "_sys_prx_get_module_id_by_name";
case 497: return "_sys_prx_load_module_on_memcontainer";
case 498: return "_sys_prx_start";
case 499: return "_sys_prx_stop";
case 500: return "sys_hid_manager_open";
case 501: return "sys_hid_manager_close";
case 502: return "sys_hid_manager_read";