• 0 Posts
  • 55 Comments
Joined 11 months ago
cake
Cake day: August 4th, 2023

help-circle




  • Great question! Not really my area of expertise, but probably there are at least a couple of possible avenues. One is decompilation and/or disassembly and static analysis. (Basically use automated tools to reconstruct the original source code as best it can and then read that imperfect reconstruction of the source code to figure out what it does.) Another is isolating it (“air gap” – no network or connectivity to anything you care about) so you’re sure it can’t do any damage and running it with tools that record/report everything it does. (On Linux, one could use strace and/or GDB. On Mac, dtrace. Not sure what the equivalent is for Windows programs running on Windows.)

    Actually, I guess another option could be to set up an isolated system, record a whole bunch of information about it before running the .exe then after running the .exe, examine it to see what you can find on the filesystem or in the registry or in RAM or whatever that might have changed. It wouldn’t catch everything, though. Like if it made a network connection or something but didn’t actually change anything on the filesystem, it might not leave any traces.

    Whatever the case, it’d probably require some specialized tools and expertise. But it’d be an interesting project.











  • Gotta be honest about my experience with Legal Eagle. One of the first videos I ever saw of his contained an error. (Sonny Bono had nothing to do with the Copyright Act of 1976. Bono wasn’t in congress until 1995. Legal Eagle is confusing the Copyright Act of 1976 with the “Sonny Bono” Copyright Term Extension Act which was passed in 1998.)

    And maybe it’s just serendipitous that one of the first videos of his that I watched contained an error that I was able to identify immediately. And maybe the vast majority of his videos aren’t riddled with errors. But I’m no expert on law and he’s supposed to be an expert on law, and given that one of the first few facts I even heard him speak was one I could immediately identify as incorrect, it made me concerned.

    Like if I had no expertise in Chemistry beyond my high-school class 20 years ago and was able to correct someone on YouTube who claims to hold a Ph.D. in Chemistry and claims to have worked as a chemical engineer at Dow Chemical for the last 20 years that “no, actually oxygen isn’t a noble gas. Maybe you’re thinking of neon? It’s just two to the right on the periodic table from oxygen.”