iOS 5.0.1 (jailbroken) binutils package or alternative to search for strings in binaries

The GNU package "binutils", on darwin, is handled by the package "cctools" (which contains a really old version of gas, but is mostly Apple-specific tooling). We use the package name "odcctools", due to a lineage from OpenDarwin. Regardless, if you use the version of strings from there on a binary that was not linked by the linker in that same package, you will get an error, but can solve that by putting strings in raw mode using "-"; so: "strings - myBinary".