If you have a stripped binary with no debug symbols and you want to get to main, you can do this:

  1. info files and copy the entry point
  2. x/20i <entryaddress>
  3. The lea before the call has a comment that holds the actual main address.