Advertisement
Guest User

Memdump v0.32

a guest
Nov 11th, 2016
885
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.62 KB | None | 0 0
  1. Original Article: http://games24.blog.fc2.com/blog-entry-351.html
  2.  
  3. PSVITA Memdump v0.32
  4.  
  5. v0.32
  6. http://ux.getuploader.com/GAMES24/download/242/memdump.v0.32.zip
  7.  
  8. 1.How to install
  9. Extract memdump.zip
  10. Copy the data and plugins folders to ux0:/
  11.  
  12. OR: Append "ux0:plugins/memdump.suprx 1" (without quotation marks) to ux0:plugins/game.txt
  13. Copy memdump.suprx to ux0:/plugins/
  14. and the data folder to ux0:
  15.  
  16. 2.How to use
  17. Start a dumped game:
  18.  
  19. Open the menu and the game will stop and characters will be displayed.
  20. If nothing is displayed, press SELECT+→ to close the menu and try again until the menu displays correctly
  21. If a menu doesn't display while using the plugin, press SELECT+→ once to exit the menu and retry.
  22.  
  23. 3.Features:
  24. Address Select:
  25. http://blog-imgs-95-origin.fc2.com/g/a/m/games24/2016-09-27-225236.jpg
  26.  
  27. Show memory:
  28. http://blog-imgs-95-origin.fc2.com/g/a/m/games24/2016-09-27-225249.jpg
  29.  
  30. Rewrite memory, change dump size:
  31. http://blog-imgs-95-origin.fc2.com/g/a/m/games24/2016-09-27-225358.jpg
  32.  
  33. Dump memory:
  34. http://blog-imgs-95-origin.fc2.com/g/a/m/games24/2016-09-27-230913.jpg
  35.  
  36. Memory search:
  37. http://blog-imgs-95-origin.fc2.com/g/a/m/games24/2016-09-27-165852.jpg
  38. http://blog-imgs-95-origin.fc2.com/g/a/m/games24/2016-09-27-181056.jpg
  39. http://blog-imgs-95-origin.fc2.com/g/a/m/games24/2016-09-27-224010.jpg
  40.  
  41. Load cheats:
  42. http://blog-imgs-95-origin.fc2.com/g/a/m/games24/2016-10-03-213143.jpg
  43.  
  44. 4.Menu
  45.  
  46. SELECT+↑
  47. Address Select menu
  48. Move position with left and right buttons
  49. Change value with up and down buttons
  50. If after memory search there is a Hit address
  51. Minus pointer with L
  52. Plus pointer with R
  53. And copy Hit address to address
  54. SELECT+→ exit menu
  55.  
  56. SELECT+←
  57. Memory Display menu
  58. Shows the memory near the selected address in the Address Select menu.
  59. Shift the address by 0x100 with the up/down buttons.
  60. SELECT+→ exit menu
  61.  
  62. SELECT+L
  63. Memory Rewrite and Dump Size Change menu
  64. Switch write size with START
  65. Write the address value set in the Address Select menu
  66. Change position with ←→
  67. Change value with ↑↓
  68. Write with △
  69. Writing to unauthorised memory will cause the game to crash
  70.  
  71. L to change dump end address
  72. R to change dump start address
  73. □ add 0x01000000 to dump address
  74. × subtract 0x01000000 from dump address
  75. SELECT+→ exit menu
  76.  
  77. SELECT+↓
  78. Memory Dump menu
  79. Dumps from and to the addresses set in the Memory Rewrite and Dump Size Change menu, when done, the game will resume
  80. Saved to ux0:data/memdump/n.bin
  81. n increases by 1 for each dump.
  82.  
  83. SELECT + R
  84. Memory Search Menu
  85. Shows 20 Hit addresses from shortest.
  86.  
  87. ←→↑↓
  88. Change 4byte search value
  89. ←→ change position
  90. ↑↓ change digit
  91.  
  92. △ switch between editing Memory Search start/end address
  93.  
  94. ○ switch offset added to/subtracted from start/end addresses
  95. 0x00200000
  96. 0x00020000
  97. 0x00002000
  98.  
  99. □ Add to start/end address
  100.  
  101. × Subtract from start/end address
  102.  
  103. L Initial Search
  104. Searches from start address to end address for a 4byte value.
  105. Matches are counted as hits
  106. You cannot exit the menu while searching.
  107. Exit the menu after completion.
  108.  
  109. R Refined search, from the second search onwards.
  110. Compares hits from previous searches.
  111. Equivalent results are kept, differing results are discarded.
  112. You cannot exit the menu while searching.
  113.  
  114. START Switch searched bytes
  115. 1 byte
  116. 2 bytes
  117. 3 bytes
  118. 4 bytes
  119.  
  120. SELECT+→ exit menu
  121.  
  122. Searchable scope is approx: 0x81000000-0x82000000
  123.  
  124. If there are no results, try widening the search to ~0x85000000
  125.  
  126. 0x03000000 takes about an hour.
  127.  
  128. While dumping or searching, sleeping will interrupt.
  129.  
  130. SELECT + □
  131. Cheat On/Off menu
  132. If started in a game for the first time, ux0:data/memdump/db/GAMEID.txt will be created
  133. If GAMEID.txt already exists, cheat codes will be loaded
  134. □ toggles cheats
  135. To individually toggle cheats, use ↑↓ to move the cursor and ○ to switch On, × to switch off
  136. SELECT+→ exit menu
  137.  
  138. GAMEID.txt format:
  139. 1 game can have up to 30 cheats
  140.  
  141. Temporary files are created in searching, they can be deleted when complete:
  142. ux0:/data/memdump/memoryscan.txt //Memory addresses with read errors
  143. // Pair of Error start address
  144. // Error end address
  145. ux0:/data/memdump/memtemp0.bin //Initial search memory dump
  146. ux0:/data/memdump/hittemp0.txt//hit address
  147. ux0:/data/memdump/hittemp1.txt//hit address
  148.  
  149.  
  150. Changelog:
  151. v0.10
  152. Dump save path changed to: ux0:data/memdump/n.bin
  153.  
  154. v0.11
  155. Memory write size changed with START
  156.  
  157. v0.12
  158. Improved memory search
  159. Exclude error addresses from seach
  160.  
  161. v0.13
  162. Show Hit addresses from address select menu
  163. Can copy Hit address with L,R
  164.  
  165. v0.20
  166. Added cheat load functionality
  167.  
  168. v0.23
  169. Change bytes with Start in search
  170. Fixed bug in refined search
  171. Can change search scope offset with ○
  172.  
  173. v0.24
  174. Added individual enable to cheats
  175. In Cheat Menu use ↑↓ to move the cursor and ○ to switch On, × to switch off
  176.  
  177. v0.25
  178. Added title in cheat menu, can only use alphabet
  179. 2byte characters will be corrupted
  180. Fixed bug with cheat menu cursor
  181.  
  182. v0.26
  183. added toggle rewrite in Memory Rewrite menu
  184. Set address and value and add with ○
  185. Delete cheats with SELECT+○
  186. Toggle rewrite won't work without cheats on
  187.  
  188. v0.27
  189. Fixed bug with repeat cheats
  190.  
  191. v0.28
  192. Added memory copy function to cheats
  193.  
  194. v0.29
  195. Added toggle to memory copy
  196.  
  197. v0.30
  198. Added search for change with SELECT + L
  199. For repeat searches
  200. SELECT + ← Same value as before
  201. SELECT + ↑ Bigger than before
  202. SELECT + ↓ Smaller than before
  203.  
  204. v0.31
  205. Reduced thread stack size
  206. Now works even in games it didn't, like World of Final Fantasy
  207.  
  208. v0.32
  209. Added pointer code functionality to cheats
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement