GDB for WinDbg Users (Part 7)
It has been some time since I wrote the previous part. Here I will put some useful links. First link is a paper from Greg Lehey with core dump analysis cases studies on FreeBSD Intel platform using GDB and DDB (interactive kernel debugger)
The second link is a modern x86 assembly language book written by Richard Blum featuring AT&T syntax, GAS and GDB, interfacing with C language and Linux system calls, optimized compiler code, FPU and SIMD commands, inline and GCC generated assembly code:
Professional Assembly Language
- Dmitry Vostokov @ DumpAnalysis.org -

October 26th, 2007 at 8:31 pm
Thanks for the PDF link. I keep ‘Professional Assembly Language’ close to the desk - its an excellent reference.
October 27th, 2007 at 6:14 am
A bit old but enjoyable,
“panic!”
http://www.amazon.com/PANIC-System-Analysis-Handbook-CD-ROM/dp/0131493868/ref=sr_1_1/105-5086950-6419639?ie=UTF8&s=books&qid=1193465525&sr=1-1
Thx, Useful blog.