namazso (@namazso) 's Twitter Profile
namazso

@namazso

prompt engineer for c++ compilers

ID: 2870959000

linkhttps://namazso.eu calendar_today10-11-2014 18:09:54

633 Tweet

3,3K Followers

172 Following

namazso (@namazso) 's Twitter Profile Photo

I wonder how many factors of authentication annoys the user more than helps security. I am certainly annoyed by Azure's 4FA. Needs GitHub password, GitHub 2FA, Recovery email address, then code sent to it. I still use 2 devices total for this, so not sure where the security is.

Ryan K. Rigney (@rkrigney) 's Twitter Profile Photo

Helldivers 2 got review-bombed by players complaining about their anti-cheat, so I reached out to anti-cheat leaders from Riot Games, Roblox, and Fortnite to get their take. Are players over-reacting to kernel-level anti-cheat drivers? Full story: pushtotalk.gg/p/the-gamers-d…

namazso (@namazso) 's Twitter Profile Photo

Was about time to import the platform fragmentation from C++. Now we just need a couple more package managers and compiler frontends in Rust

Sam Curry (@samwcyo) 's Twitter Profile Photo

New writeup: "Hacking Millions of Modems (and Investigating Who Hacked My Modem)" samcurry.net/hacking-millio… Thanks for reading! Huge thanks to veritas, Brett Buerhaus, shubs, d0nut 🦀, Ian Carroll, and everyone who reviewed the post beforehand.

namazso (@namazso) 's Twitter Profile Photo

Seems like Microsoft managed to add support for changeable ports for SMB after just 30 years: learn.microsoft.com/en-us/windows-… Unfortunately no Linux daemon supports this (SMB over QUIC) yet, but hopefully they'll get there.

namazso (@namazso) 's Twitter Profile Photo

I think this CrowdStrike BSOD update was just the next logical step after crashing people’s programs randomly by injecting APCs to invalid memory. I hope everyone involved will have a fun time dictating bitlocker keys over phone!

namazso (@namazso) 's Twitter Profile Photo

I’m begging for infosec people, please before announcing something is “vulnerable” at least read the documentation, just in case it explicitly details the supposed vulnerability such as here. Developers like me don’t just write them as a joke.

Yarden Shafir (@yarden_shafir) 's Twitter Profile Photo

I’m a C programmer so forgive me for the (maybe) dumb question. I see people saying that the CS catastrophe shows that we need to switch to Rust. But the bug was in the parser, handling bad input. In this case wouldn’t Rust panic, and end up in a BSOD as well?

namazso (@namazso) 's Twitter Profile Photo

Seems like Hex-Rays is trying to erase their crypto oopsie (seri.tools/blog/ida-72-pa… writeup by seri · @[email protected], still up fortunately) with fake DMCAs, just got one on GitHub. Should’ve just asked me over mail instead tbh.

namazso (@namazso) 's Twitter Profile Photo

Just published two new projects, github.com/namazso/dll-pr… and github.com/namazso/dll-un… I always missed how there is no dUP2 but for dll hijacking runtime patch — now there is! I’ll port MagicSigner over to it soon as well.

namazso (@namazso) 's Twitter Profile Photo

Fun fact: If your first 20 blocked people got deleted for spam, your blocked accounts menu permanently breaks, and you can only possibly unblock people by getting your twitter data export and hacking up a script. Thanks Elon!

x86matthew (@x86matthew) 's Twitter Profile Photo

Another pointless weekend project - a playable version of the old 3DMaze screensaver from Windows 9x. I reverse-engineered the original screensaver binary and added user-input functionality for the controls (and fixed some other minor issues!) github.com/x86matthew/Pla…