well this is its first public release.
You can modify the elf header using this app and edit lines within the elf wic is perfect for disk editing etc...
================================================== ======================
Elf modifier v1.2
================================================== ======================
Basic overview:
This app allows you to modify the elf headers (main, programme and section).
Also allows you to modify lines of code in the elf.
*Notes*
[1] The set Header and Programme header buttons will use both the data from each tab so be carefull
[2] you will need .net run times sorry
(http://www.microsoft.com/downloads/d...displaylang=en)
[3] Address for moddifying is calculated by:
Finding the first address of the elf in the PS2Dis (not the entrypoint) generally 0x00100000.
Subtracting this address from the address you want to edit (0021044C - 00100000 = 0011044c)
[4] Backup the elf first incase something bad happends.
[5] code text file looks like:
2
0x000000e4 0x24426e40
0x000000e8 0x20000002
format:
NumberOfCodeLines
Code1[space]Data1
Code2[space]Data2
etc...
Change log:
V 1.2 (31/10/06)
[1] Added a GUI.
v 1.1 (31/10/06)
[1] Added support for reading a code text file to add to the elf.
v 1.0 (30/10/06)
APP released.
enjoy
http://www.megaupload.com/?d=5QU6WYNG
-->ok the console is still there!! does anyone know how to stop this console appearing in Visual C++ Express because its useless having it and makes app look shitty
feel free to make any suggestions
You can modify the elf header using this app and edit lines within the elf wic is perfect for disk editing etc...
================================================== ======================
Elf modifier v1.2
================================================== ======================
Basic overview:
This app allows you to modify the elf headers (main, programme and section).
Also allows you to modify lines of code in the elf.
*Notes*
[1] The set Header and Programme header buttons will use both the data from each tab so be carefull
[2] you will need .net run times sorry
(http://www.microsoft.com/downloads/d...displaylang=en)
[3] Address for moddifying is calculated by:
Finding the first address of the elf in the PS2Dis (not the entrypoint) generally 0x00100000.
Subtracting this address from the address you want to edit (0021044C - 00100000 = 0011044c)
[4] Backup the elf first incase something bad happends.
[5] code text file looks like:
2
0x000000e4 0x24426e40
0x000000e8 0x20000002
format:
NumberOfCodeLines
Code1[space]Data1
Code2[space]Data2
etc...
Change log:
V 1.2 (31/10/06)
[1] Added a GUI.
v 1.1 (31/10/06)
[1] Added support for reading a code text file to add to the elf.
v 1.0 (30/10/06)
APP released.
enjoy
http://www.megaupload.com/?d=5QU6WYNG
-->ok the console is still there!! does anyone know how to stop this console appearing in Visual C++ Express because its useless having it and makes app look shitty
feel free to make any suggestions

so ignor that...
lol
Comment