💾 Archived View for radare.org › book › tools › rabin2 › entrypoints.gmi captured on 2023-11-04 at 11:53:56. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2024-08-18)

-=-=-=-=-=-=-

Code Entrypoints

The `-e` option passed to rabin2 will show entrypoints for given binary. Two examples: ``` $ rabin2 -e /bin/ls [Entrypoints] vaddr=0x00005310 paddr=0x00005310 baddr=0x00000000 laddr=0x00000000 haddr=0x00000018 type=program

1 entrypoints

$ rabin2 -er /bin/ls fs symbols f entry0 1 @ 0x00005310 f entry0_haddr 1 @ 0x00000018 s entry0 ```