LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   GDB Arcane Question (https://www.linuxquestions.org/questions/linux-software-2/gdb-arcane-question-663663/)

AMarkos 08-18-2008 03:35 PM

GDB Arcane Question
 
Would it be possible to examine the contents of a boot sector of a CD, let's say Ubuntu CD Alternate Install x64 with gdb? I searched the man page but could not find anything related to this ...

WindAndTiger 05-06-2009 06:27 PM

GDB is a debugger--it's not a tool for examining disk space.

You can use a binary viewer like xxd to view disk space. E.g.

Code:

$ xxd /dev/cdrom | less


All times are GMT -5. The time now is 08:35 PM.