Live data from Hacker News

I ruined my vacation by reverse engineering WSC

blog.es3n1n.eu

31–40 of 196 posts

Re: I ruined my vacation by reverse engineering WSC

#31
post #25
post #3

FYI, WSC stands for Windows Security Center.

Thank you for the help. It is really frustrating when authors do not define an acronym when it is first introduced in the text.

They do. They understandably shorten it in the title, but then they define the acronym the first time they use it in the article.

Re: I ruined my vacation by reverse engineering WSC

#32
post #17

This is cursed: https://github.com/es3n1n/defendnot/blob/master/defendnot-lo... If you're curious what's actually going on there: https://github.com/es3n1n/defendnot/blob/master/cxx-shared/s...

yeah sorry i didnt feel like implementing my own RAII stuff for all the COM thingies due to time constraints. it will be changed in the next update though

https://github.com/es3n1n/defendnot/pull/6

Re: I ruined my vacation by reverse engineering WSC

#33

This is cursed: https://github.com/es3n1n/defendnot/blob/master/defendnot-lo... If you're curious what's actually going on there: https://github.com/es3n1n/defendnot/blob/master/cxx-shared/s...

What's cursed about this? I use this pattern all over in my code although the signature at the callsite looks a bit different (personal preference).

D (for example) has the concept of statements that trigger at end of scope built into the language.

Re: I ruined my vacation by reverse engineering WSC

#34
post #12

Earlier quoted context omitted.

You can also disable Windows Update entirely by taking ownership of wuaueng.dll and .exe. It’s the only effective method on Windows Home.

But disabling updates on the system connected to the Internet is a terrible idea. How do you update that afterwards?

By reinstating the ownership of those files.

Re: I ruined my vacation by reverse engineering WSC

#35
Lmao reverse engineering WSC on vacation sounds like some real dedication - honestly can't tell if that's commitment or just a cry for help. Made me think: if tuning all this stuff gives you a headache, would you rather have max security or just peace of mind and a fast machine?

Re: I ruined my vacation by reverse engineering WSC

#36
post #12

Earlier quoted context omitted.

You can also disable Windows Update entirely by taking ownership of wuaueng.dll and .exe. It’s the only effective method on Windows Home.

But disabling updates on the system connected to the Internet is a terrible idea. How do you update that afterwards?

Since the rest of the world updates their PC's, malware authors rarely focus on exploiting older versions.

Both Chrome and Windows are now in that position.

Basically, unless you are of interest to state level attackers, in 2025 even unpatched Chrome/Windows wont get drive by exploited.

Re: I ruined my vacation by reverse engineering WSC

#38
post #27
post #25

Earlier quoted context omitted.

Thank you for the help. It is really frustrating when authors do not define an acronym when it is first introduced in the text.

But they do: > The part of the system that manages all this mess is called Windows Security Center - WSC for short.

It needs to be closer to where the acronym is first introduced. The definition, on my screen, is below the fold so it can not be seen in context of where the acronym is first introduced. If it was defined below the title, I would understand.

* https://apastyle.apa.org/style-grammar-guidelines/abbreviati...

* https://www.stylemanual.gov.au/grammar-punctuation-and-conve...

* https://learn.microsoft.com/en-us/style-guide/acronyms

I do a lot of copy editing for clarity and non-native speakers so I have keep these things in mind. ¯\_(ツ)_/¯

Re: I ruined my vacation by reverse engineering WSC

#39
post #35

Lmao reverse engineering WSC on vacation sounds like some real dedication - honestly can't tell if that's commitment or just a cry for help. Made me think: if tuning all this stuff gives you a headache, would you rather have max security or just peace of mind and a fast machine?

> Max security or just peace of mind and a fast machine

Or, to avoid making that choice at all, just don't use Windows.

Re: I ruined my vacation by reverse engineering WSC

#40

Earlier quoted context omitted.

But disabling updates on the system connected to the Internet is a terrible idea. How do you update that afterwards?

Since the rest of the world updates their PC's, malware authors rarely focus on exploiting older versions. Both Chrome and Windows are now in that position. Basically, unless you are of interest to state level attackers, in 2025 even unpatched Chrome/Windows wont get drive by exploited.

That seems like pretty sketchy reasoning.

Like leaving your door unlocked, because you live in such a sketchy neighbourhood that everyone else always locks their doors.

Post reply on HN