Recent content by _NzV_

  1. N

    Mamba Loader (+AutoLoader)

    Nothing changed in code, only offset are updated
  2. N

    VSH PRX Loader by U$er

    Download: PRX_Loader_U_1.12 Source Code: https://github.com/NzV/PRX_Loader Changes in VSH PRX Loader 1.12 (unofficial by NzV): * Added support for CFW 4.76CEX, 4.75DEX, 4.60DEX, 4.76DEX
  3. N

    Mamba Loader (+AutoLoader)

    Updated to v2.1.4 - Add support for CFW 4.76CEX, 4.75DEX, 4.60DEX, 4.76DEX
  4. N

    Mamba Loader (+AutoLoader)

    I have updated MAMBA/PRX Loader (But i don't have changed his version, its sill v2.1.3) with an updated version of MAMBA who fix an error introduced in last version released with the Loader. Note : If you use AutoLoader re-install it to update MAMBA. Download: MAMBA_PRX_Loader Source Code...
  5. N

    PS3 MAMBA/PRX LOADER (+AUTOLOADER) updated with 4.75 Support

    i have updated the pkg, two 4.75 symbols was wrong (thx aldostools), can you try again please ?
  6. N

    PS3 Manager API

    What error message do you get ? have you tried to load/unload with the webUI too ? I have tried again on REBUG 4.70 its seem to work like excepted.
  7. N

    Mamba Loader (+AutoLoader)

    Download: MAMBA_PRX_Loader Source Code: https://github.com/NzV/MAMBA_PRX_Loader Add support for CFW 4.75. MAMBA updated (Add support for CFW 4.75)
  8. N

    VSH PRX Loader by U$er

    Download: PRX_Loader_U_1.11 Source Code: https://github.com/NzV/PRX_Loader Changes in VSH PRX Loader 1.11 (unofficial by NzV): * Added support for 4.75CEX
  9. N

    PS3 webMAN MOD v1.41.41 - Latest updates from developer Aldostools

    Yep i will continue to update it for new cfw if someone don't do it before :). Thanks aldostools for all the jobs you made for this and all you other project.
  10. N

    PS3 Manager API

    https://mega.co.nz/#F!N5t22TgT!HMC57ZzSrpCSVqiRrxkSrA Try with this link on mega instead of mediafire, maybe it will work (I have no trouble with mediafire in my case file download fine)
  11. N

    PS3 Manager API

    PS3 Manager API PC Lib and Demo Tools Updated. Download: PS3M_API_Demo_Tools Source Code: https://github.com/NzV/PS3M_API-Lib/tree/master/PC Change log: PS3ManagerAPI.dll v1.2.0: Require webMAN-MOD v1.41.40 at least Add features of PS3M_API v1.2.x (Get and set IDPS/PSID anytime, VSH plugins...
  12. N

    PS3 Multiple Updates To webMAN-MOD: Version 1.41.36 Being The Latest

    I have tested my addition to cobra and it work like as execpted, check this log from recovery mode: mount BDVD cellFsUtilMount: /dev_bdvd mount /dev_bdvd success mount /dev_bdvd success Update from disc blocked! open_path /dev_bdvd/PS3_UPDATE/PS3UPDAT.PUP open_path...
  13. N

    PS3 Multiple Updates To webMAN-MOD: Version 1.41.36 Being The Latest

    Maybe we can also add something like this in cobra (mappath.c) it will always block update from disc from ISO, JB, original game and also from recovery since this hook is also enabled in recovery mode. LV2_HOOKED_FUNCTION_POSTCALL_2(void, open_path_hook, (char *path0, int mode)) { if...
  14. N

    PS3 Multiple Updates To webMAN-MOD: Version 1.41.36 Being The Latest

    Only Lv1_peek (partial one not syscall11) is keeped enabled when WebMAN-MOD remove syscall, because its done with syscall 8 the one who is used by cobra. But if you have COBRA + PS3M_API WebMAN-MOD will block Lv1_peek too and keep all cobra features working (ps3mapi partial disable syscall 8).
  15. N

    PS1EMU vs PS1NETEMU, in need of opinions for future COBRA release

    I have submit an source to joonie (using an opcode from habib instead of a combo) with user choice about emu saved in config file like your code did aldostools, and restored on each reboot. case SYSCALL8_OPCODE_CHANGE_PSXEMU: #if !defined(NO_PS1) && !defined(IS_MAMBA)...
Back
Top