illusion0001 / libhijacker-game-patch

GNU General Public License v2.0
104 stars 10 forks source link

added titleid lookup map for handling game patches #8

Closed astrelsky closed 1 year ago

astrelsky commented 1 year ago

Just change the signature of GameHandler to suit your needs.

I didn't test this but you should be able to check the map in Ghidra after building. If it is properly sorted (by numeric value uint64_t and uint16_t not alphabetical) then it should function correctly.

astrelsky commented 1 year ago

The build failed because I forgot to include the header. :joy: It was just a usage example anyway.