Iquis / rev2-wakeup-tool

Revesal-timing inputs for Guilty Gear Xrd: Revelator 2 in training mode.
https://iquis.github.io/rev2-wakeup-tool/
GNU General Public License v3.0
38 stars 12 forks source link

Replace fixed offsets with patterns #67

Closed worsety closed 1 year ago

worsety commented 1 year ago

Extracted all current pointers from the machine code using byte sequences not containing relocations. The existing framework for parsing offset strings should still work alongside the new system.

I may have also fixed some 32-bit pointer handling somewhere in MemoryReader, as at one point I was getting an erroneous 64-bit pointer from existing code.