Skip to content

Commit

Permalink
webMAN MOD 1.47.46d
Browse files Browse the repository at this point in the history
- Fixed detection of Cobra Debug on PEX/D-PEX
  • Loading branch information
aldostools committed May 21, 2024
1 parent 0485d9a commit 8c25460
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
Binary file modified _Projects_/updater/pkgfiles/USRDIR/webftp_server_full.sprx
Binary file not shown.
Binary file modified _Projects_/updater/pkgfiles/USRDIR/webftp_server_lite.sprx
Binary file not shown.
Binary file modified _Projects_/updater/pkgfiles/USRDIR/webftp_server_noncobra.sprx
Binary file not shown.
Binary file not shown.
Binary file modified _Projects_/updater/update/dev_hdd0/plugins/webftp_server.sprx
Binary file not shown.
Binary file modified _Projects_/updater/update/dev_hdd0/plugins/webftp_server_lite.sprx
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion include/init/firmware.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ static u64 sc_142 = 0;
#define IS_DEH (dex_mode == 1)
#define IS_DEX (dex_mode == 2)

#define isCobraDebug (file_size("/dev_flash/sys/stage2.bin") > 124000)
#define isCobraDebug ((file_size("/dev_flash/sys/stage2.bin") > 124000) || (file_size("/dev_flash/sys/stage2.cex") > 124000))
#define ALLOW_NOBD !(payload_ps3hen || dex_mode || (c_firmware < 4.75f))
#define isNOBD (peek_lv1(0x714BE0ULL) == 0x7863002060000000ULL)

Expand Down

0 comments on commit 8c25460

Please sign in to comment.