falhenaki

Results 2 issues of falhenaki

Hi, I would really appreciate if you could add more detailed documentation on how to use/run with possibly real examples of what the tool can do. I have been going...

I have a tweak that runs the following code ``` #include "InspCWrapper.m" %ctor { setMaximumRelativeLoggingDepth(4); NSLog(@"Flag1"); enableLogging(); enableCompleteLogging(); NSLog(@"Flag2"); } ``` I can confirm that this runs because both Flag1...