logos icon indicating copy to clipboard operation
logos copied to clipboard

Logify: Provide flags to filter or exclude methods

Open 3xp10it opened this issue 6 years ago • 2 comments

As I know,logify.pl can be used like:

logify.pl 1.h > ~/xxx/Tweak.xm
logify.pl 2.h >> ~/xxx/Tweak.xm

When I found there are around 50 or more functions in file 1.h,but the target function what I want to record is only one function,how can I use logify.pl to record only one or few functions to Tweak.xm like:

logify.pl [email protected] >> ~/xxx/Tweak.xm

3xp10it avatar Nov 13 '17 01:11 3xp10it

Logify is currently very simplistic and can only generate output for an entire @interface. I agree it could do with options to select methods to filter to or exclude. I'll make this issue a feature request.

kirb avatar Nov 13 '17 02:11 kirb

Additionally, it doesn't support hooking C functions either.

uroboro avatar Nov 13 '17 02:11 uroboro