Let\'s say I compiled the application below and stripped it\'s symbols.
#include int main() { printf(\"Hello\\n\"); }
Buil
IIRC, x/i is your friend. Of course you have to figure out which location you want to disassemble yourself.
x/i