View Single Post
daperl's Avatar
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#266
Originally Posted by eiffel View Post
Running "more" on /usr/bin/cherry shows that it includes this string:

Sorry if these are false leads. As I said, I don't know how to read the inside of a binary file, but I thought these things were interesting.
For future reference, check out these commands:

Code:
hexdump -C | less
strings | sort -u | less
objdump | less

and when the binary is not stripped

nm | sort -u | less
WARNING: What follows is not for noobs and may not be optified

If you do the following as root, they'll be available to you:

Code:
echo "deb http://repository.maemo.org/ fremantle/sdk free non-free" >> /etc/apt/sources.list
echo "deb http://repository.maemo.org/ fremantle/tools free non-free" >> /etc/apt/sources.list

apt-get update
apt-get install less
apt-get install binutils
apt-get install bsdmainutils
__________________
N9: Go white or go home
 

The Following 2 Users Say Thank You to daperl For This Useful Post: