My driver (coded as a module) sometime gets an opps message (on i86 plateform). I decoded EIP, which points to inside one of my driver function. I know the offset and can objdump and see assembly instruction. My question is how do I relate this assembly instruction to C instruction in my driver file.
Usman