Gene Hackman’s Family Reveals What They Believe Caused His Death: Carbon Monoxide
Yet another reason to get rid of all the gas appliances in your home if you can: they’re dangerous!
If a government can issue a secret order to push a 'special' version of a mobile app just to a specific person (or set of people), how can this be mitigated?
How can app "rarity" be detected locally? (Antivirus and its descendants have a concept of a "well-known benign executable" vs one that has only been rarely seen.
Can a local app, or an OS feature, be used to compare local apps with a list of expected versions?
Can this be done independently of the OS (since the order could also subvert the rarity check)? (Even an independent app can be subverted if the only app store is the official one maintained by the same vendor.)
To detect unusual app versions, reproducible builds are necessary but not sufficient, unless the project is also FOSS -- because even if everyone gets the same APK, the app might receive different instructions from its server depending on unique metadata.
Today in "#systemd ruins everything", Jan learns that systemd-resolve...
- runs a proxy DNS server on 127.0.0.53 (which is in /etc/resolv.conf)
- uses it's own /run/systemd/resolve/resolv.conf
- will read and cache /etc/hosts regardless of what /etc/nsswitch.conf says (`ReadEtcHosts` defaults to `yes` in /etc/systemd/resolved.conf)
Applications that follow traditional libc resolver logic now will continue to get /etc/hosts results even if /etc/nsswitch.conf excludes 'files'.
🤦♂️
“HKEY_CURRENT_USER
. You will never find a more wretched hive of scum and villainy.”
Anybody knows how to demangle a string, not a symbol, in #Ghidra using Python?
been reminded of this several times this week and not in a nice way