Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to inject cwcheat codes onto game memory?
12-19-2017, 02:12 PM
Post: #2
RE: How to inject cwcheat codes onto game memory?
You don't "inject cwcheat codes onto game memory", you're using CWCheat format and cheat engine which parses it to inject YOUR changes into game memory. - Which can be anything from text or other values changing existing game variables to actual code in mips assembly which will then be executed by the game.

This thread explains briefly how to use PPSSPP's built-in cheat engine aka how to copy and paste existing other people's cheats to be used in ppsspp. And places like this can explain cwcheat syntax if you need it for anything.

I have to add a warning that patapon 3 is not a noob friendly game when it comes to patching it's memory and unfortunately most people who made cheats for it did not have required knowledge, this caused some apparently famous "Patapon 3 infection" which people blamed on "hackers" and in reality was caused by dumb cheats replacing some pointers which in result corrupted savedata. So just in case, best backup your savedata before using any cheats made for this game;p. PSP cheating scene stopped evolving at stone age while PSP had quite a few more modern games, so unfortunately a lot of awful cheats do exist and if you want to be safe you should probably back up savedata before cheating in any game.;]


If you actually mean you want to "write code and inject it in game memory" the code as in code executable by the game, you need to learn mips assembly if you don't know it already and then just format it into basic write codes(0x2), it's also a good practice to place a simple check code(0xE is good enough, I always use those;p) before to avoid being injected in incompatible game version and also to avoid re-injecting the code when it's not required. In that situation more complex cwcheat code types are useless to even look at as still much more limited while very confusing and awful to debug.

http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders!
http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats,
https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to inject cwcheat codes onto game memory? - LunaMoo - 12-19-2017 02:12 PM

Forum Jump: