Check out the Dump class . This will go through the framework and basically create the headers of each method, etc. that they contain. Very useful for reverse engineering infrastructures.
You can also try using the utility stringsfrom the command line. The utility stringswill output all raw strings contained in the compiled binary, which can be useful when searching for method names, etc.
Using it stringswill be a little more complicated / tedious, as it can also print a lot of garbage as well as useful material, so you need to drag it through to find interesting material.
, .