Skip to content

Commit

Permalink
Fixed FW 8.52
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoStretch authored Aug 17, 2024
1 parent 67cf564 commit 794b801
Show file tree
Hide file tree
Showing 6 changed files with 394 additions and 398 deletions.
Binary file modified installer/build/embed.o
Binary file not shown.
Binary file modified installer/build/main.o
Binary file not shown.
2 changes: 1 addition & 1 deletion installer/include/offsets/852.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define enable_debug_rifs_patch2 0x0064DC90

// allow sys_dynlib_dlsym in all processes
#define sys_dynlib_dlsym_patch 0x00017C2F
#define sys_dynlib_dlsym_patch1 0x00017C2F
#define sys_dynlib_dlsym_patch2 0x003AD040

// patch sys_mmap to allow rwx mappings
Expand Down
Binary file modified installer/installer.bin
Binary file not shown.
786 changes: 393 additions & 393 deletions installer/installer.map

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions installer/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
#include "defines.h"
#include "offsets.h"

#define DEBUG_SOCKET
#define DEBUG_IP "10.0.0.136"
#define DEBUG_PORT 9023

#define PS4_UPDATE_FULL_PATH "/update/PS4UPDATE.PUP"
#define PS4_UPDATE_TEMP_PATH "/update/PS4UPDATE.PUP.net.temp"

Expand Down

0 comments on commit 794b801

Please sign in to comment.