Advertisement
dragonbane

Project64 Savefile System

Mar 19th, 2021 (edited)
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. Code g_Rom signature:
  2. "Allocating global rom object"
  3.  
  4. Code m_MD5 signature:
  5. "MD5: %s"
  6.  
  7. m_AutoSaveDir:
  8. file name: m_RomName.sra
  9. folder name: m_RomName-m_MD5
  10.  
  11. m_RomName = 0x20 (32) in the compressed ROM (size: 20) (after byteflip)
  12. m_MD5 = MD5 hash of the whole compressed ROM image digested as hex (after byteflip)
  13.  
  14.  
  15. Project64-v2.4.0-1127-g185c658:
  16. Use static address of:
  17. .data 0057A94C - 00580000
  18. +0x1B70 from front ; - 0x3B44 from end
  19. 0x0057C4BC: extern CN64Rom * g_Rom
  20.  
  21. + 0x34BC from 0x579000, Size: 20480 (0x5000), type: 16777216 (DATA image of Project64.exe) (MEM_IMAGE)
  22.  
  23.  
  24. CN64Rom class:
  25. 136 bytes large
  26. m_RomName: const char* (this + 0x2C)
  27. m_FileName: const char* (this + 0x44)
  28. m_MD5: const char* (this + 0x5C)
  29.  
  30.  
  31.  
  32. Project64-v2.4.0-1369-g4976ea5:
  33. Use static address of:
  34. 0x005E4F64: extern CN64Rom * g_Rom
  35.  
  36. CN64Rom class:
  37. 136 bytes large
  38. m_RomName: const char* (this + 0x28)
  39. m_FileName: const char* (this + 0x40)
  40. m_MD5: const char* (this + 0x58)
  41.  
  42.  
  43. + 0xF64 from 0x5E4000, Size: 24576 (0x6000), type: 16777216 (DATA image of Project64.exe) (MEM_IMAGE)
  44.  
  45.  
  46. Project64-v2.4.0-1552-gab0e7f2:
  47. Use static address of:
  48. .data 005C15E4 - 005FE000
  49. +0x38098 from front ; - 0x4984 from end
  50. 0x005F967C: extern CN64Rom * g_Rom
  51.  
  52. + 0x167C from 0x5F8000, Size: 24576 (0x6000), type: 16777216 (DATA image of Project64.exe) (MEM_IMAGE)
  53.  
  54. CN64Rom class:
  55. 136 bytes large
  56. m_RomName: const char* (this + 0x28)
  57. m_FileName: const char* (this + 0x40)
  58. m_MD5: const char* (this + 0x58)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement