Steven Edwards wrote:
Hi,
I think the affects both the branch and the trunk. At the end of stage 2 setup I get a
crash in
ntoskrnl: 319b and 6760c
According to my map.
8006760c <_NtAdjustPrivilegesToken@24+0xbc>
Is called in a few places and 319b is
/* Do the System Call */
call *%eax
80003199: ff d0 call *%eax
movl %eax, KTRAP_FRAME_EAX(%ebp)
8000319b: 89 45 44 mov %eax,0x44(%ebp)
Thanks
Steven
Should be fixed in revision 14209, but NtAdjustPrivilegesToken is pretty
much broken anyway...
- Filip