¿Tal vez readelf?
Código: bash
Aunque quizá le interese lo siguiente:
También:
Fuente: You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login
~ DtxdF
readelf -h ./a.out | grep -i punto
Dirección del punto de entrada: 0x1040Aunque quizá le interese lo siguiente:
CitarIn computer programming, an entry point is where the first instructions of a program are executed, and where the program has access to command line arguments.
También:
CitarFor some operating systems and programming languages, the entry point is in a runtime library, a set of support functions for the language. The library code initializes the program and then passes control to the program proper. In other cases, the program may initialize the runtime library itself.
Fuente: You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login
~ DtxdF











































