Does KeBugCheck only work in a driver ?
Andy
[code]
start:
xor eax,eax
or esi, 300h
add eax, 220h
nop
cmp [eax], esi
pop esi
pop ebx
jnz short done
xor ecx, ecx
push ecx ; BugCheckParameter4
push ecx ; BugCheckParameter3
push ecx ; BugCheckParameter2
push ecx ; BugCheckParameter1
push 0E2h ; BugCheckCode MANUALLY_INITIATED_CRASH
mov [eax], ecx
call KeBugCheckEx ;ds:__imp__KeBugCheckEx@20
[/code]
Fix_It 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.