2 Attachment(s)
Tutorial: How to convert .pnach hack to ELF/ISO HEX Edit hack
This process is now automated by PNACH Converter
-----------------------------------
How to convert .pnach hack to ELF/ISO HEX Edit hack:
If the address in patch looks like "00xxxxxx",then it can be easily converted to ELF hack (in most cases)
For example:
Siren SCUS_973.55
patch=1,EE,00201718,word,3c023f40
1. open ELF file (SCUS_973.55) with Ps2dis
2. go to the address from patch "00201718"
3. Find Hex Value "3c023f80" and take some nearest values, too. We are interested in "3c023f80" (hex value) at "00201718" (address) only, but other values are required to avoid accidental matches at other addresses.
4. Reverse selected values (marked values on screenshot)
Code:
afa20000 = 0000a2af
3c034500 = 0045033c
3c023f80 = 803f023c
260400e0 = e0000426
5. Get ELF hack
Change
Code:
0000a2af 0045033c 803f023c e0000426
To widescreen
Code:
0000a2af 0045033c 403f023c e0000426
See image for more information.
Attachment 40757