Skip to content

Commit

Permalink
webMAN MOD 1.47.46h
Browse files Browse the repository at this point in the history
- Updated environment variable PATH _Make.bat: added current PATH #1098
- Updated download link of ps3netsrv in help.html
- Updated ps3mapi variables with latest opcodes from Cobra 8.5
- Updated comments for /dump.ps3 in debug_mem.h
  • Loading branch information
aldostools committed Jul 18, 2024
1 parent 485bf43 commit ab5524c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _Make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set CELL_SDK=/c/msys/1.0/cell_4.50
set PS3SDK=/c/PSDK3v2
set PS3DEV=/c/PSDK3v2/ps3dev2
set WIN_PS3SDK=C:/PSDK3v2
set PATH=%WIN_PS3SDK%/mingw/msys/1.0/bin;%WIN_PS3SDK%/mingw/bin;%PS3DEV%/ppu/bin;
SET PATH=%WIN_PS3SDK%/mingw/msys/1.0/bin;%WIN_PS3SDK%/mingw/bin;%PS3DEV%/ppu/bin;%PATH%;

REM make clean

Expand Down
2 changes: 1 addition & 1 deletion _Projects_/updater/pkgfiles/USRDIR/html/help.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions include/cmd/debug_mem.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// /dump.ps3?rsx
// /dump.ps3?mem
// /dump.ps3?full
// /dump.ps3?flash
// /dump.ps3?<start-address>
// /dump.ps3?<start-address>&size=<mb>

Expand Down
4 changes: 3 additions & 1 deletion include/ps3mapi/ps3mapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define PS3MAPI_WEBUI_VERSION 0x0121
#define PS3MAPI_WEBUI_MINVERSION 0x0120

#define PS3MAPI_CORE_VERSION 0x0123
#define PS3MAPI_CORE_VERSION 0x0124
#define PS3MAPI_CORE_MINVERSION 0x0111

#define PS3MAPI_OPCODE_GET_CORE_VERSION 0x0011
Expand All @@ -32,6 +32,7 @@
#define PS3MAPI_OPCODE_PROC_PAGE_FREE 0x0034

//MODULES
#define PS3MAPI_OPCODE_GET_PROC_MODULE_INFO 0x0040
#define PS3MAPI_OPCODE_GET_ALL_PROC_MODULE_PID 0x0041
#define PS3MAPI_OPCODE_GET_PROC_MODULE_NAME 0x0042
#define PS3MAPI_OPCODE_GET_PROC_MODULE_FILENAME 0x0043
Expand Down Expand Up @@ -62,6 +63,7 @@
#define PS3MAPI_OPCODE_CREATE_CFW_SYSCALLS 0x0095
#define PS3MAPI_OPCODE_ALLOW_RESTORE_SYSCALLS 0x0096
#define PS3MAPI_OPCODE_GET_RESTORE_SYSCALLS 0x0097
#define PS3MAPI_OPCODE_SWAP_PS2_ICON_COLOR 0x0098

//REMOVE COBRA/MAMBA HOOK
#define PS3MAPI_OPCODE_REMOVE_HOOK 0x0101
Expand Down

0 comments on commit ab5524c

Please sign in to comment.