gang404
Little update on my XP CryptGenRandom project. Just rolled out a new replay campaign: `seed2state_v29_g_composed_provider_bridge`. It looks at the provider side with `rsaenh.dll` and checks the RNG relation in a single…
Quick update on the XP SP3 `CryptGenRandom` work. There are two key components in this RNG process: the transport side and the provider side. The transport side has been tightened up due to several `seed2state`…
Hey there, Good point! But if someone has access to the machine with all those privileges, the game is pretty much over. WinDbg isn’t a flaw in Bitcoin Core itself. If an attacker can attach a debugger, the security…
Hey everyone, I’m diving into a study on random number generation related to Bitcoin 0.1.5 and Windows XP. It's about how `CryptGenRandom` works in that context: Windows XP SP3 CryptGenRandom → OpenSSL 0.9.8h → Bitcoin…