Recently, I have studied PSP Chinese language and written a Chinese language plug-in. In this record, I will talk about it for comfort.
The traditional Chinese-based process is used to find code tables and font libraries. Here is not much about what to crack. There are tutorials on the Internet. The following describes an alternative Chinese method, especially for games that are difficult to crack font libraries. Of course, this method also has some limitations.
Most games encrypt the font library. Sometimes games that are hard to crack the font library are helpless. However, most encrypted font libraries decrypt the ciphertext font library in the memory after the game is running, the following is an example of ethereum 5:
Although the font library in the image is encrypted, after dumping the memory, you can find the font library in the memory,
The method I want to talk about is to directly replace the font in the memory. Although the method is cumbersome, this method does not need to crack the font and saves a lot of time for cracking.
Steps:
1. Find the memory font location, as shown in.
2. Export the font memory as a file. The memory is more than 20 MB, and the actual font memory is only several hundred kb. You only need to export this part.
Write down the address in the previous position of the memory font library (the reason for recording the previous one is used for memory font positioning) and the address of the last word in the memory Font Library
Use winhex to open the memory dump file and export the data. Save as a file.
3. generate a new font file and import the old font file
4. Use the Chinese INS
Usage: Decompress mempatch to the root directory of the memory stick. For example, the general usage of plug-ins will not be detailed.
5. Enter the game and press the music key to call out the plug-in.
Click patch memory.
6. Test
Proceed to the game to see the font to change, because it is partially replaced, so the font is inconsistent.
Change the font.
7. Description
(1) This method is not limited to a certain game, but other games are also available.
(2) Directory description
Taige. Bin is the game font. To change the font of other games, you only need to replace the file, but the file name cannot be changed. Because it is the first version, let's see the results first, and check whether the updates are made as needed.
Plugin download:
Http://download.csdn.net/detail/yf210yf/7681597
PSP development ------ Chinese INS