Is it possible to convert file hex position to cwcheat
|
12-04-2013, 04:14 AM
Post: #2
|
|||
|
|||
RE: Is it possible to convert file hex position to cwcheat
(11-27-2013 11:12 PM)vsub_ Wrote: Position in the image I don't have that game myself, so I can't test this directly, but I can still speculate on the possibilities. Whether a cheat code can do the same thing or not depends entirely on whether the patched byte is part of the main program, part of the video file (to make it invalid), or part of the disc directory structure (to make the entry for that video file invalid). A simple cheat to patch a byte the same way will only work if the patched byte is part of the main program. This can be tested by searching the main program for some long hex sequence which that byte is part of (as seen in the image file). But even then it will be necessary to identify what PSP address that byte will have at runtime, which may be possible to do by disassembly. For the other cases, where the patched byte is not part of the program, some other way would have to be invented to abort that video. Summing up: I'd stick with the image-patching for now, but keep an unpatched image for testing with future PPSSPP versions, hoping for better compatibility results in these later versions. Best regards: dlanor |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Is it possible to convert file hex position to cwcheat - vsub_ - 11-27-2013, 11:12 PM
RE: Is it possible to convert file hex position to cwcheat - dlanor - 12-04-2013 04:14 AM
|