[SOLUCIONADO] Busco tools de ingeniería inversa para linux

Iniciado por NicoFlamel23, Marzo 03, 2021, 04:54:51 PM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

Marzo 03, 2021, 04:54:51 PM Ultima modificación: Marzo 09, 2021, 12:07:08 AM por AXCESS
Busco herramientas como defector eop de paquetes y debugger para Linux sería de buena ayuda y agradeciendo

Enviado desde mi M2004J19C mediante Tapatalk

no existe limites en las fronteras de la mente por que el conocimiento es libre e limitado

@NicoFlamel23

Citardebugger para Linux

*.- radare
*.- IDA PRO
*.- GDB
*.- Ghidra

También hay depuradores específicos para lenguajes interpretados.

~ DtxdF
PGP :: <D82F366940155CB043147178C4E075FC4403BDDC>

~ DtxdF

Pero hay tools para saber el packer y el eop del programa

Enviado desde mi M2004J19C mediante Tapatalk

no existe limites en las fronteras de la mente por que el conocimiento es libre e limitado

¿Tal vez readelf?

Código: bash
readelf -h ./a.out | grep -i punto
  Dirección del punto de entrada:    0x1040


Aunque 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: No tienes permitido ver los links. Registrarse o Entrar a mi cuenta

~ DtxdF
PGP :: <D82F366940155CB043147178C4E075FC4403BDDC>

~ DtxdF