Closed GoogleCodeExporter closed 8 years ago
Original comment by jamie.l...@gmail.com
on 18 Mar 2013 at 9:06
Hey Carl,
Thanks for reporting. I made a few changes in the latest revision. One change
makes it use a process AS when disassembling the StartAddress (should be fine
now for threads that start in kernel or user mode).
Regarding the common Eip value of 0x7c90eb94, I think that's OK. It is
KiFastSystemCallRet. Also, most if not all threads that start in user mode will
have a StartAddress of 0x7c810856 UNKNOWN (in Bob.vmem) which is inside
kernel32!CreateThread. I updated the plugin to show something like "0x7c810856
kernel32.dll" instead.
Let me know if that doesn't improve things for you.
Original comment by michael.hale@gmail.com
on 25 Mar 2013 at 3:32
This issue was closed by revision r3181.
Original comment by michael.hale@gmail.com
on 25 Mar 2013 at 3:55
Original issue reported on code.google.com by
carl.pulley
on 15 Mar 2013 at 2:02