Bonjour, je cherche a creer un Blue Screen Of Death.
J'ai écrit un code très simple :
#include <ddk/ntddk.h>
int main(){
KeBugCheck(0x0);
}
Je le compile avec minGw sous Windows XP
>gcc test.c
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp/ccHLXpXi.o:test.c:(.text+0x32): undefined reference to `_imp__KeBugCheck@4'
collect2: ld returned 1 exit status
Voila, si quelqu'un sait pourquoi, ça me serait d'une grande aide ! Peut etre qqch à linker ??
Merci d'avoir lu !