The Myrient mirror is now 100% COMPLETE.
Total archive size: 385TB.
All downloads have been validated.
Next stage:
• Torrent generation
• Public availability
The website is now back online.
Why this matters:
Many gaming companies shut down the digital stores for older consoles.
If you didn't already buy the games, there is no official way to download them anymore.
ROM archives like this help preserve gaming history so new generations can experience the games we grew up with in the 90s.
Low res old video (~2016) of a GPS spoofing demo in a lab using an SDR.
It takes 30 seconds for the Android phone to lock to the fake satellite signals and show a location in China!
Uses the open source "GPS-SDR-SIM" repo.
DO NOT try this at home. It's illegal.
Over The Top: WWI is now live on Steam.
It’s a third-person multiplayer shooter set in World War I with up to 200 players per match with a custom map editor.
I haven't done malware research (the kind I like) in a long time because I have a newborn. Now that my son is a little older and I have more opportunities I've returned with more focus and silliness.
When reviewing random .DLL's in Windows, I found more silly things.
Nerds abuse cmlua.dll as a UAC bypass. It exposes a COM object called ICMLuaUtil. People then abuse the exposed method ShellExec
However, for reasons I do not understand (maybe you know?) ICMLuaUtil bypasses UAC, hence any method invoked bypasses UAC. Things you can:
- ICMLuaUtil CallCustomActionDll
Will arbitrarily execute anything from a DLL and bypass UAC. People have defined this, but have no used it because ???
- ICMLuaUtil CreateFileAndClose
Will create a file and then close the handle. This is very silly because it accepts dwFlagsAndAttributes FILE_FLAG_DELETE_ON_CLOSE. You can arbitrarily begin deleting files on any directory without a UAC prompt
- ICMLuaUtil AllowAccessToTheWorld
Changes security descriptors supplied file to give access to all users on machine ..
There is a bunch of stuff that I don't see nerds abusing this stuff because ???