HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Randor

no profile record

comments

Randor
·11 месяцев назад·discuss
Microsoft allows you create a second "login only" account username to access your e-mail and other services. I was having the same problem as you but much worse. Check into it, only takes a few minutes to setup.
Randor
·2 года назад·discuss
That was a long read. Just be happy that you never had to deal with Trigraphs. https://learn.microsoft.com/en-us/cpp/c-language/trigraphs?v...
Randor
·2 года назад·discuss
A brilliant idea, maybe all software should block DLL without English names. Could even incorporate the new technique into the operating system.
Randor
·2 года назад·discuss
It's a very common security technique to avoid being targeted by malware. I believe even the Microsoft KSLDriver drops randomly named DLL and device drivers along with creating a randomly named system service. Uses 8 hex characters.

Several third-party vendors use the same technique, mostly security vendors.
Randor
·2 года назад·discuss
Some horrible code in there too:

https://searchfox.org/mozilla-central/source/toolkit/xre/dll...

Indiscriminate blocking of any DLL in the world with 12/6 hex digit filenames.