(no title)
nvme0n1p1 | 11 days ago
Here's one fun example from following development on Zulip: advapi.dll loads bcrypt.dll, which loads bcryptprimitives.dll. bcryptprimitives.dll runs an internal test suite every time it's loaded into any process. So if you can avoid loading advapi.dll, your process will start faster.
delta_p_delta_x|11 days ago
lelanthran|11 days ago
Skipping those seem like a really bad idea.
nvme0n1p1|11 days ago
lelanthran|11 days ago
There's a reason they do that and it's not for shits and giggles. You could find yourself with broken ciphers and not know it.
Skipping the cipher (or hash - not sure now) tests seem like a good way to get exploited.
nvme0n1p1|11 days ago
josephcsible|9 days ago
Can you explain how? That doesn't seem plausible.