DeathRGH

PlayStation 4 Tool Box V2 | Changelog

Mar 13th, 2021 (edited)
4,092
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.99 KB | None | 0 0
  1. ///// 2.2.2.X (UNRELEASED) /////
  2. - Added a "Console Information" tool.
  3. - Added a Call of Duty: Modern Warfare II 1.04 tool.
  4. - Added the ability to set the fan threshold under "Console Tools" > "Console Settings".
  5. - Added the ability to copy a execution address for elfs in the "Memory Map" tool.
  6. - Added additional process names to the list of known ones.
  7. - Added the ability to copy the backtrace from the "Debugger".
  8. - Added a auto attach feature to the "Debugger".
  9. - Added a auto attach & patch feature to the "Debugger".
  10. - Added different display types for the xmm content in the "Registers" window.
  11. - Added the ability to choose from float or double display mode in the "Structure Compare" tool.
  12. - Added a variable auto refresh rate to the "Structure Compare" tool.
  13. - Added a box to copy or change the string at the selection in the "Peek Poker".
  14. - Added a 18 player zombie lobby example to the Black Ops III 1.00 LUA injector.
  15. - Added a 18 player zombie lobby example to the Black Ops III 1.33 LUA injector.
  16. - Added a Black Ops 4 1.17 GSC injector.
  17.  
  18. - Removed the visible focus from the buttons and checkboxes in trainers.
  19.  
  20. - Fixed an issue with the color markups in the register window not properly displaying the color for the selected row.
  21. - Fixed an issue with the "Kernel Peek Poker" where the kernelbase box would display 0 after following a pointer.
  22. - Fixed an issue with the form size of the "Kernel Peek Poker".
  23. - Fixed an issue with the "UART Output" where it would not print all new lines immediately after unpausing the stream.
  24. - Fixed an issue where the credits names would be cut off with some trainers that have many cheaters listed in the credits.
  25. - Fixed an issue with the trainers that have many options where they would have a huge padding on the left and right after opening them.
  26. - Fixed an issue with the trainers having the default winforms icon when openend outside the mdi.
  27. - Fixed an issue with the "Debugger" where the disassembly box would not scale properly when resizing the window.
  28.  
  29. - Frame4 (0.1.6):
  30. + Added a console information function.
  31. + Added a patch for the blkno spam on 5.05.
  32. + Added a patch across all firmwares to prevent a vm fault.
  33. + Added a fix to the AFR for some games that mount folders and not only files.
  34. + Fixed an issue with kernel read/write that could cause a heap overflow.
  35. - Frame4 (0.1.7):
  36. + Added a function to set the fan threshold (max 80°C).
  37. - Frame4 (0.1.8):
  38. + Fixed a issue with the debug interrupt packet which caused the xmm registers values to get corrupted.
  39. - Frame4 (0.1.9):
  40. + Added a network based uart output (port 3321).
  41. + Fixed a issue with injecting elfs on 6.72, 7.02 and 9.00 firmwares crashing the console after closing the game.
  42. - Frame4 (0.1.10):
  43. + Added firmware spoofing to 99.99 for 5.05. (remind me to do the other fw's too lol)
  44. - Frame4 (0.1.11):
  45. + Removed firmware spoofing to 99.99 for 5.05.
  46. + Removed network based uart output.
  47. - Frame4 (0.1.12):
  48. + Added a check to the kernel rw to prevent a shutdown when reading or writing a invalid address.
  49. - Frame4 (0.1.13):
  50. + Added a patch to bypass firmware checks when launching games. (9.00 offset still missing)
  51. - Frame4 (0.1.14):
  52. + Replaced the check of the kernel rw to prevent a shutdown with a warning.
  53.  
  54. - New Trainers:
  55. + How to Survive 2 CUSA07006 1.02
  56. + The Deer God CUSA06213 1.02
  57. + Dysmantle CUSA15128 1.04
  58.  
  59.  
  60.  
  61.  
  62. ///// 2.2.1.140 ///// (2022/07/21)
  63. - Added a "Speedhack" tool that allows you to speed up or slow down your game.
  64. - Added a Call of Duty: Modern Warfare Remastered 1.15 asset tool.
  65. - Added a Ratchet & Clank 1.00 tool.
  66. - Added a button to copy all text from the "UART Output".
  67. - Added additional checks for invalid characters in the "Trainer Manager".
  68. - Added a tool to call functions via rpc ("Function Caller").
  69. - Added a search to the threads window.
  70. - Added a button to single step to the "Debugger".
  71. - Added the ability to allocate memory in the "Memory Map" tool.
  72. - Added additional checks for the input and output in Black Ops III hash generator.
  73. - Added the ability to space out the hash in Black Ops III hash generator for easier search in ida.
  74. - Added additional checks for the input and output in Black Ops 4 hash generator.
  75. - Added the ability to space out the hash in Black Ops 4 hash generator for easier search in ida.
  76. - Added additional checks for the input and output in Black Ops Cold War hash generator.
  77. - Added the ability to space out the hash in Black Ops Cold War hash generator for easier search in ida.
  78. - Added a button to format imports copied from ida to the "IDA Function Pad" tool.
  79. - Added a checkbox to the "Import Patcher" tool that allows you to switch to "Cyber Mode" (non rebased executables).
  80. - Added a Black Ops III 1.00 LUA injector.
  81. - Added a Black Ops III 1.33 LUA injector.
  82. - Added a Black Ops 4 1.00 LUA injector.
  83. - Added a Black Ops 4 1.26 LUA injector.
  84. - Added a box for the entry point of the elf to the "elf Loader" tool.
  85.  
  86. - Updated the Call of Duty: Modern Warfare 2 Remastered 1.00 (Campaign) tool to the new attach system.
  87. - Removed some non functional ui across the game tools.
  88.  
  89. - Fixed several issues with tab orders across the tool.
  90. - Fixed some UI issues with the "Memory Dumper" tool.
  91. - Fixed an issue in the "Trainer Manager" where you would not be able to delete the hint text of a cheat.
  92. - Fixed an issue with the "Kernel Peek Poker" where the pointer you followed would be displayed in the kernelbase box.
  93.  
  94. - Frame4 (0.1.1):
  95. + Added a return value (address) for the entry point when loading elfs.
  96. + Added patches for copyin, copyout and copyinstr.
  97. + Added a application file redirector (AFR).
  98.  
  99. - New Trainers:
  100. + Back 4 Blood CUSA14275 1.08
  101. + Forager CUSA13967 4.13
  102. + Lawn Mowing Simulator CUSA29809 1.02
  103. + Tiny Tinas Wonderlands CUSA23766 1.08
  104.  
  105.  
  106.  
  107.  
  108. ///// 2.2.0.367 ///// (2022/03/22)
  109. - Replaced reliance on ps4debug with Frame4.
  110.  
  111. - Added support for firmware 9.00.
  112.  
  113. - Added a Call of Duty: Black Ops Cold War 1.27 tool.
  114. - Added a Call of Duty: Advanced Warfare 1.24 tool.
  115. - Added a Call of Duty: Modern Warfare Remastered 1.15 tool.
  116. - Added a "Capture Card View" tool to stream your capture card directly to the tool box.
  117. - Added buttons to copy bytes in reversed order (Peek Poker, Debugger, Kernel Peek Poker).
  118. - Added a button to the "Peek Poker" to inject bytes from a file.
  119. - Added a button to the "Peek Poker" to save the selected bytes to a file.
  120. - Added a "Process Info List" tool to view information for every process such as title id or content id.
  121. - Added a "PKG Merge" tool to merge pkg parts.
  122. - Added a backtrace to the "Debugger".
  123. - Added a button to open the Debugger, Registers and Software Breakpoints with one click.
  124. - Added the ability to change the protection of any entry in the "Memory Map" tool.
  125. - Added the ability to save/load code caves in the "Custom Code Cave" tool.
  126. - Added the ability to preview code caves in the "Custom Code Cave" tool.
  127. - Added the ability to add arrays to the "Structure Compare" tool.
  128. - Added the ability to choose from decimal or hex display mode in the "Structure Compare" tool.
  129. - Added the ability to choose from 1, 2, 4 or 8 byte mode in the "Structure Compare" tool.
  130. - Added a edit mask to all address boxes in the "Structure Compare" tool.
  131. - Added a wait cursor to the "Structure Compare" tool to better indicate the working status.
  132. - Added an indicator for uneven value length in the "Trainer Manager".
  133. - Added a button to view the changelog under "Misc" > "Changelog".
  134. - Added a float value display to the "PS4 Cheater" plugin.
  135. - Added scan size in MB and GB to the "PS4 Cheater" plugin.
  136. - Added a warning message when starting a new scan to the "PS4 Cheater" plugin.
  137. - Added the option to auto peek when opening a search result in the "PS4 Cheater" plugin.
  138. - Added the option to auto peek when opening a search result in the "On-Console Scanner".
  139. - Added additional checks for drag and drop trainer files.
  140. - Added a button to reverse the hash order in the "Black Ops III hash generator".
  141. - Added a button to reverse the hash order in the "Black Ops 4 hash generator".
  142. - Added a Black Ops Cold War hash generator.
  143. - Added a Black Ops 4 1.26 GSC injector.
  144. - Added drag and drop support for the "elf Loader" tool.
  145. - Added drag and drop support for the "Payload Injector" tool.
  146. - Added the ability to set a custom prefix filter for the "UART Output".
  147. - Added the ability to reload all trainers under Settings > Trainers > Reload Trainer Files.
  148. - Added the ability to load trainers for "C:\Users\...\Documents\PS4 Tool Box\User Trainers".
  149. - Added the ability to to display images for game tools (enable/disable in settings).
  150. - Added new icons across the tool.
  151. - Added new tool tips across the tool.
  152.  
  153. - Updated the error descriptions for the "Process Info" tool.
  154. - Updated the button text for copying the start address of a section in the "Memory Map" tool.
  155. - Updated the "Software Breakpoints" tool with a better UI.
  156. - Removed the port box in the "Payload Injector", it now inherits the port from the main tool.
  157.  
  158. - Fixed an issue with the "Structure Compare" tool where the internal group names would be displayed in the headers instead of the front end ones.
  159. - Fixed an issue with the "elf Loader" tool where the saved files would not order correctly by last selected.
  160. - Fixed an issue with the "Payload Injector" where the saved files would not order correctly by last selected.
  161. - Fixed an issue with the "Payload Injector" where sometimes the ip address would not update from the default one.
  162. - Fixed an issue with the "Payload Injector" where the selected payload from the drop down would not save as the default one.
  163. - Fixed an issue with the "Trainer Manager" where it would grab the running game's name with only capital letters.
  164. - Fixed an issue with the "Trainer Manager" where the UI would not properly reset after loading a new trainer file.
  165. - Fixed an issue with the "Trainer Manager" where it would allow you to save a file with invalid characters, preventing it from opening again.
  166. - Fixed an issue with the "Game Info" tool where it would grab the running game's name with only capital letters.
  167. - Fixed an issue with the "Process Info" where it would not update the information correctly after attaching to a new process.
  168. - Fixed an issue with the "Assembly Helper" tool where message boxes were displayed with the wrong theme.
  169. - Fixed an issue with the "Notify Tool" where some of the ui had incorrect themes applied.
  170. - Fixed an issue with the "Debugger" where some of the ui had incorrect themes applied.
  171. - Fixed an issue with the "Kernel Peek Poker" where some of the ui had incorrect themes applied.
  172. - Fixed an issue with the "Peek Poker" where some of the ui had incorrect themes applied.
  173. - Fixed an issue with the "Peek Poker" where the disassembly box would not properly resize.
  174. - Fixed an issue with the "Peek Poker" where the window name would not set properly when following a pointer.
  175. - Fixed UI issues in the Black Ops III 1.33 GSC injector.
  176. - Fixed UI issues in the Black Ops 4 1.25 GSC injector.
  177. - Fixed spelling mistakes across the tool.
  178.  
  179. - New Trainers:
  180. + Bloons TD5 CUSA08065 1.02
  181. + COD: Black Ops 4 CUSA11100 1.25
  182. + COD: Black Ops Cold War CUSA15010 1.27
  183. + COD: Ghosts (EX) CUSA00018 1.21
  184. + COD: Ghosts (EX) CUSA00025 1.21
  185. + COD: Ghosts (MP) CUSA00025 1.21
  186. + Resident Evil Village CUSA18008 1.01
  187. + Terminator: Resistance CUSA15306 1.00
  188. + Yet Another Zombie Defense HD CUSA18354 1.00
  189.  
  190. - Updated Trainers:
  191. + Battlefield 4 CUSA00049 1.00
  192. + COD: Black Ops 4 CUSA12443 1.24
  193. + COD: Black Ops III CUSA02624 1.33
  194. + COD: Ghosts (MP) CUSA00018 1.21
  195. + COD: Ghosts (MP) CUSA00025 1.00
  196. + COD: Ghosts (MP) CUSA00025 1.20
  197.  
  198.  
  199.  
  200.  
  201. ///// 2.1.10.286 ///// (2021/11/17)
  202. - Added extended error descriptions all over the tool to better identify issues.
  203. - Added a search feature for the hex box (Peek Poker, Debugger, Kernel Peek Poker).
  204. - Added the ability to NOP the selected bytes in a hex box (Peek Poker, Debugger, Kernel Peek Poker).
  205. - Added more icons to the context menu (Peek Poker, Debugger).
  206. - Added "Save to File" and "Follow Pointer" to the debugger to better match the peek poker layout.
  207. - Added an alternative debugger (Debugger V2) (WIP!!!).
  208. - Added single stepping (Debugger V2) (WIP!!!).
  209. - Added a "Backport Helper" tool to backport individual files (WIP!!!).
  210. - Added a "Memory Dumper" tool to dump memory to a file.
  211. - Added color markups in the register window for registers that changed from the last breakpoint or single step.
  212. - Added additional process names to the list of known ones.
  213. - Added a list of recent files to the payload injector.
  214. - Added the ability to resize the payload injector tool.
  215. - Added a list of recent files to the elf loader.
  216. - Added the ability to resize the elf loader tool.
  217. - Added the ability to load any trainer in offline mode to view the available options.
  218. - Added a Black Ops III hash generator.
  219. - Added a Black Ops III 1.33 GSC injector.
  220. - Added a Black Ops 4 hash generator.
  221. - Added a Black Ops 4 1.25 GSC injector.
  222.  
  223. - Updated the ps4debug payload for firmware 5.05. (v1.3.0505.95)
  224. - Updated the ps4debug payload for firmware 6.72. (v1.3.0672.5)
  225. - Updated the ps4debug payload for firmware 7.02. (v1.3.0702.3)
  226. - Added backwards compatibility for the ps4debug payload for 5.05, 6.72 and 7.02.
  227.  
  228. - Fixed an issue with hex boxes on any tool where red markups would only show after a 2nd refresh.
  229. - Fixed an issue in the debugger that would case the relative address option to be reset after peeking memory.
  230. - Fixed an issue in the debugger that would display message boxes with the incorrect theme.
  231. - Fixed an issue in the elf loader tool that would cause the toolbox to crash if the selected elf file was deleted.
  232. - Fixed an issue related to opening trainers. They will now open outside the MDI container by holding shift like any other window.
  233.  
  234. - New Trainers:
  235. + COD: Black Ops III CUSA02624 1.33
  236. + COD: Black Ops Cold War CUSA15010 1.00
  237. + The Forest CUSA12398 1.15
  238.  
  239. - Updated Trainers:
  240. + Battlefield 4 CUSA00049 1.00
  241. + COD: Modern Warfare CUSA08829 1.01
  242.  
  243.  
  244.  
  245.  
  246. ///// 2.1.9.88 ///// (2021/04/19)
  247. - Added a donation button in case you want to support this project.
  248. - Added a tool to apply proper padding to functions copied from IDA ("IDA Function Pad").
  249. - Added support to load import files to the "Import Patcher" generated from "IDA Function Pad".
  250. - Added the ability to open any window outside the MDI container by holding shift when opening it.
  251. - Added the ability to auto-resume all types of breakpoints (for execute use software breakpoints).
  252.  
  253. - Improved the speed of auto-resume breakpoints.
  254.  
  255. - Resized several tool windows to better fit their components.
  256.  
  257. - Removed left over UI from the code cave helper.
  258. - Removed the ability to add multiple addresses in the same group in the "Structure Compare" tool.
  259.  
  260. - Fixed an issue that would result in a local IP beeing resolved incorrectly.
  261. - Fixed an issue that would close then tool box when attaching the debugger.
  262. - Fixed an issue in the debugger that would case the "Last Instruction" button to stay hidden.
  263. - Fixed an issue in the register history that would hide the last group when adding something to the "Structure Compare" tool.
  264. - Fixed an issue in the register history that would display empty records.
  265. - Fixed an issue in the register history that would write values to the wrong registers.
  266. - Fixed an issue with software breakpoints crashing. (Thanks to TLH)
  267. - Fixed an issue with software breakpoints hit count increasing for the wrong breakpoint.
  268. - Fixed an issue with the assembly helper that would write multiple instructions in the same line.
  269.  
  270. - Updated Trainers:
  271. + Battlefield 4 CUSA00049 1.00
  272.  
  273.  
  274.  
  275.  
  276. ///// 2.1.8.6 ///// (2021/03/27)
  277. - Added support for multiple code cave tool windows at once.
  278.  
  279. - Added a Call of Duty: Black Ops III 1.26 (Multiplayer) tool.
  280. - Added a Call of Duty: Black Ops III 1.26 (Zombies) tool.
  281.  
  282. - Decreased the network buffer size to 128kb to reduce heap usage.
  283.  
  284. - Updated the ps4debug payload for firmware 5.05. (v1.3.0505.92)
  285. - Updated the ps4debug payload for firmware 6.72. (v1.3.0672.4)
  286. - Updated the ps4debug payload for firmware 7.02. (v1.3.0702.2)
  287.  
  288. - Fixed the ps4debug payload for firmware 6.72 crashing on injection.
  289.  
  290. - New Trainers:
  291. + The Last Of Us Part 2 CUSA10249 1.07 (Thanks to DEv_ShOoTz)
  292.  
  293. - Updated Trainers:
  294. + Battlefield 4 CUSA00049 1.00
  295.  
  296.  
  297.  
  298.  
  299. ///// 2.1.7.30 ///// (2021/03/14)
  300. - Added support for firmware 6.72.
  301.  
  302. - Added more process names to the list of known ones.
  303.  
  304. - Updated Call of Duty: Modern Warfare 2 Remastered 1.00 (Campaign) tool with more options.
  305. - Updated Call of Duty: Ghosts 1.00 (Multiplayer) tool with more options.
  306.  
  307. - Fixed an issue in libdebug that could cause a overflow in the receive data code. (Thanks to Ctn)
  308. - Fixed an issue where some of the letters in the trainer dropdown would appear as lower case.
  309.  
  310. - New Trainers:
  311. + Battlefield 4 CUSA00049 1.00
  312.  
  313.  
  314.  
  315.  
  316. ///// 2.1.6.168 ///// (2021/02/21)
  317. - Public Release of V2
  318.  
  319.  
  320.  
  321.  
  322. ///// 2.0.0.145 ///// (2019/04/19)
  323. - Public Beta of V2
Add Comment
Please, Sign In to add comment