Binary Strings
It may be worthwhile to dump the strings from the binary for review of hard-coded information.
strings binaryName
In this example, we will dump the strings into a file that we can grep through later.
% strings binaryName >> binary_strings.txt
% grep -iE 'jail' binary_strings.txt
isJailbroken
Jailbreak Detection
SecureNotes: Jailbroken device detected! You must bypass this check to continue!
SecureNotes: Device does not appear to be jailbroken!