If you have a stripped binary with no debug symbols and you want to get to main, you can do this:
Trying Common Names
_startr,CTRL+C, then break at__libc_start_main(and then go to the actual main)main
Locating From starti
info filesand copy the entry point-20250104060021939.webp)
x/20i <entryaddress>-20250104060244612.webp)
- The lea before the call has a comment that holds the actual main address.
-20250104060328803.webp)