Enviado em 13/01/2022 - 15:36h
Olá, preciso de ajuda. eu compilo um aplicativo simples com o gcc usando o -g e quando tento disassemblar (o nome do aplicativo é teste) ele dá as seguintes mensagens:
Se alguém puder dar uma luz, agradeço.
Reading symbols from teste...
(gdb) disassemble teste
No symbol "teste" in current context.
(gdb) set disassembly-flavor intel
(gdb) disassemble teste
No symbol "teste" in current context.
(gdb) file teste
Load new symbol table from "teste"? (y or n) y
Reading symbols from teste...
(gdb) disassemble teste
No symbol "teste" in current context.
(gdb)
(gdb) disassemble teste
No symbol "teste" in current context.
(gdb) set disassembly-flavor intel
(gdb) disassemble teste
No symbol "teste" in current context.
(gdb) file teste
Load new symbol table from "teste"? (y or n) y
Reading symbols from teste...
(gdb) disassemble teste
No symbol "teste" in current context.
(gdb)
Se alguém puder dar uma luz, agradeço.