Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logo partition FS data parsing. #4

Closed
DarkMatterCore opened this issue Jun 28, 2018 · 2 comments
Closed

Logo partition FS data parsing. #4

DarkMatterCore opened this issue Jun 28, 2018 · 2 comments
Labels
bug Something isn't working fixed Fixed bug

Comments

@DarkMatterCore
Copy link
Owner

The current method of mounting HFS0 partitions to view/extract data from them doesn't work with the logo partition from type 0x02 gamecards.

There's supposedly a "MountLogo" IPC call available somewhere, but I still have to gather info about it.

If everything else fails, we can manually parse the filelist from the HFS0 header and display that.

@DarkMatterCore DarkMatterCore added the bug Something isn't working label Jun 28, 2018
@DarkMatterCore
Copy link
Owner Author

Some preliminar code to get the HFS0 header from any given partition has been added to dumper.c in commit fae387a, although it is commented out for the time being.

@DarkMatterCore
Copy link
Owner Author

Fixed in d22add4.

@DarkMatterCore DarkMatterCore added the fixed Fixed bug label Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed Fixed bug
Projects
None yet
Development

No branches or pull requests

1 participant