Hacking Disk image (ISO) file structure ?

omarrrio

Well-Known Member
OP
Member
Joined
Feb 18, 2010
Messages
634
Trophies
1
Location
nowhere
XP
527
Country
Macau
Hi, i am trying to make a tool that reads the ICON0.png and show it on my solution, but i am unable to find the pointers to said file, any chance someone can help a bro out ?

Thanks.
 

JamRules

.....
Member
Joined
Jan 9, 2014
Messages
527
Trophies
1
XP
2,204
Country
United States
I assume that it'll change per .iso so you'll have to try parsing the .iso header.

Not sure how to do it properly but if you can search for the file name,
above it you'll find the starting LBA and then the file size.

Starting LBA comes first and is stored in both endian formats.
The file size in bytes is next, again in both formats.

iso_a.png


0xDDD0 * 0x800 = 0x06EE8000 so this is the start of the .png

iso_b.png


The size was 0x56AC (22188) bytes so the end is at 0x06EED6AC

iso_c.png


You can possibly find a library to do it properly
 
Last edited by JamRules,
  • Like
Reactions: omarrrio and Joel16

omarrrio

Well-Known Member
OP
Member
Joined
Feb 18, 2010
Messages
634
Trophies
1
Location
nowhere
XP
527
Country
Macau
Thanks Jam, i noticed that the Disk image of a PSP game, contains only one file ICON0.PNG, so i'll just IndexOf the string minus a few vytes to get the position and size :D
 
  • Like
Reactions: JamRules

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Psionic Roshambo @ Psionic Roshambo: https://www.youtube.com/watch?v=gYzI76fwaM0