Announcement

Collapse
No announcement yet.

Extracting files from RAM dumps (almost successfully done. but help needed)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Extracting files from RAM dumps (almost successfully done. but help needed)

    Hi,
    I've been trying to extract .gma (model container) from F-Zero AX to port them to F-Zero GX. We first were trying to extract them from the .lz archive but this won't be working since gxpand is unable to handle AX' .lz files format.
    So I thought about getting the data we want out off a RAM dump. And I have very quickly found what I was looking for.
    I opened a hex editor and pasted the data of the RAM into there. Unfortunately some Values have changed and needed to be corrected (and some need to be changed to 0x00000000).
    GXGMA (a model viewer for .gma files) reads the data correctly (I think) but gives me following error message: basic_ios::clear. looks like c++ to me.

    Any idea how to solve this?
    My Website
    Hacking YouTube Channel


    No requests, please

  • #2
    If no one here can help, you can try asking at AssemblerGames.

    Comment

    Working...
    X