Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Code g_Rom signature:
- "Allocating global rom object"
- Code m_MD5 signature:
- "MD5: %s"
- m_AutoSaveDir:
- file name: m_RomName.sra
- folder name: m_RomName-m_MD5
- m_RomName = 0x20 (32) in the compressed ROM (size: 20) (after byteflip)
- m_MD5 = MD5 hash of the whole compressed ROM image digested as hex (after byteflip)
- Project64-v2.4.0-1127-g185c658:
- Use static address of:
- .data 0057A94C - 00580000
- +0x1B70 from front ; - 0x3B44 from end
- 0x0057C4BC: extern CN64Rom * g_Rom
- + 0x34BC from 0x579000, Size: 20480 (0x5000), type: 16777216 (DATA image of Project64.exe) (MEM_IMAGE)
- CN64Rom class:
- 136 bytes large
- m_RomName: const char* (this + 0x2C)
- m_FileName: const char* (this + 0x44)
- m_MD5: const char* (this + 0x5C)
- Project64-v2.4.0-1369-g4976ea5:
- Use static address of:
- 0x005E4F64: extern CN64Rom * g_Rom
- CN64Rom class:
- 136 bytes large
- m_RomName: const char* (this + 0x28)
- m_FileName: const char* (this + 0x40)
- m_MD5: const char* (this + 0x58)
- + 0xF64 from 0x5E4000, Size: 24576 (0x6000), type: 16777216 (DATA image of Project64.exe) (MEM_IMAGE)
- Project64-v2.4.0-1552-gab0e7f2:
- Use static address of:
- .data 005C15E4 - 005FE000
- +0x38098 from front ; - 0x4984 from end
- 0x005F967C: extern CN64Rom * g_Rom
- + 0x167C from 0x5F8000, Size: 24576 (0x6000), type: 16777216 (DATA image of Project64.exe) (MEM_IMAGE)
- CN64Rom class:
- 136 bytes large
- m_RomName: const char* (this + 0x28)
- m_FileName: const char* (this + 0x40)
- m_MD5: const char* (this + 0x58)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement