I remember I have done this before, but forgot the command.
e.g.
I have a NSString defined in source, e.g.
NSString * s = @"secret";
I remember I can view the content using the strings
command, but I forgot the exact command to view it,
e.g.
strings my.ipa | grep "secret"
does not work. Anyone have idea?