Thursday, June 1, 2017

Purely for academic reasons. is it possible to programmatically cause a BSOD to occur under windows xp/windows 7 in C#/.NET. I'm suggesting there's got to be some dirty hack, or some vulnerability to abuse to cause this. I'm looking for a snippet of code to run that guarantees a BSOD in a finite period of time.

HUNTING DOWN NUCLEAR CENTRALS 

Killing csrss.exe

tcpip.sys in .net 4.

https://stackoverflow.com/questions/5737118/programmatically-trigger-bsod/15180436

No comments:

Hack truque trick decode elliptic curve

  import hashlib def msg_to_int(msg: str):     return int(hashlib.sha256(msg.encode()).hexdigest(), 16) P_recovered = k_inv * C m_recovered ...