MJx0 / KittyMemory

This library aims for runtime code patching for both Android and iOS
MIT License
334 stars 113 forks source link

fix build on 32-bit iOS #33

Closed Ramen2X closed 1 week ago

Ramen2X commented 2 weeks ago

I noticed that in the 32-bit Apple scope in the KittyMemory implementation file, the info object was (presumably) erroneously mislabeled as libInfo, which caused build errors ("libInfo" not defined.). After making this change, compilation for 32-bit iOS succeeds for me with no further problems and memory injection works perfectly.