Recent content by divyanshu0045

  1. D

    Hacking PS4 RiPKiT/Modding/Cheat/Backport Tool by RiPPERD - UPDATED V2.2

    @RiPPERD If you want to remove dependency on python runtime, you can compile python scripts to exe including all dependencies. There is a utility named 'pyinstaller' for doing this exact task. I have used it in the past on linux successfully but I believe it can used to the same effect on...
  2. D

    Hacking PS4 RiPKiT/Modding/Cheat/Backport Tool by RiPPERD - UPDATED V2.2

    Suggestion for those who are getting error at line 8 or line 9 of Downgrade python scripts (import errors) 1. Confirm that you have hexdump and pprint module for python 2.7 installed 2. If you are not sure, then run below command in cmd(with admin): python.exe -m pip install hexdump...
  3. D

    Hacking PS4 RiPKiT/Modding/Cheat/Backport Tool by RiPPERD - UPDATED V2.2

    Can anyone here point me to a tutorial or utility that will help in decrypting eboot.bin to .elf