If you have a stripped binary with no debug symbols and you want to get to main, you can do this:
info files
and copy the entry pointx/20i <entryaddress>
- The lea before the call has a comment that holds the actual main address.
If you have a stripped binary with no debug symbols and you want to get to main, you can do this:
info files
and copy the entry point
x/20i <entryaddress>