Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[GDB] Debugging without symbols

HAARP
Joined
Dec 3, 2006
Messages
632
Reaction score
109
I've been debugging stuff lately and it wasn't long till I found that I wasn't able to debug an ELF executable under linux without symbols.

So I wanted to ask if there is a way to debug and navigate a program without symbols by using the step, next, etc instructions like you are able to do in IDA and Olly on windows?:love:

Note: I am able to do this when there are debug symbols but not when there aren't any & the only thing I have been able to do about it is view is the disassembly layout of it but not able to use the step in / step over /etc functions.
 
Last edited:
HAARP
Joined
Dec 3, 2006
Messages
632
Reaction score
109
It was! Thanks a lot :love:

---------- Post added at 11:13 AM ---------- Previous post was at 11:10 AM ----------

.Yoss. - [GDB] Debugging without symbols - RaGEZONE Forums
 
Back
Top