-
Posts
124 -
Joined
-
Last visited
Community Answers
-
Affe2626's post in How do I write this in theos (mshooking)? was marked as the answer
%hook BZRAllowedProductsProvider -(bool)isSubscriptionProduct:(id)arg1 { //arg1 = something //bool temp = %orig(arg1) to call original & store return value in temp (can just be returned w/o storing) //return true/false/temp/%orig(arg1) } %end