You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Cool project! I noticed that the "Avanced Use" example in the README has a couple mistakes:
It's missing the selector when calling patchFutureClassWithName
PLPatchIMPFoward(patch, void (*)(id, SEL, id *)); should be PLPatchIMPFoward(patch, void (*)(id, SEL, id));
Also, I had quick, unrelated question: when running PLPatchMaster in an ARM64 process/slice, I run into crashes that do not happen on ARMv7. Is PLPatchMaster supposed to work on ARM64 ?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
Cool project! I noticed that the "Avanced Use" example in the README has a couple mistakes:
PLPatchIMPFoward(patch, void (*)(id, SEL, id *));
should bePLPatchIMPFoward(patch, void (*)(id, SEL, id));
Also, I had quick, unrelated question: when running PLPatchMaster in an ARM64 process/slice, I run into crashes that do not happen on ARMv7. Is PLPatchMaster supposed to work on ARM64 ?
Thanks!
The text was updated successfully, but these errors were encountered: