When you write code, you have to compile it. Here is an easily readable if statement in C:
If ( trump_count > biden_count)
{
trump_count --;
biden_count++;
}
That says if trump has more than biden, then subtract 1 from Trump and add 1 to Biden.
That is an oversimplified example but there would have to be something along those lines in the Smartmatic/Dominion code. So we should be able to get that off of the machines right? Wrong. Machines don't read code like that. That kind of code is compiled so that when it gets on the machine it is all just 1's and 0's and the program called the compiler creates that code and it is generally unreadable.
https://files.catbox.moe/ahpcx1.png
If we knew what the compiler they used was then we could decompile the code and have our smoking gun right there in the code. However, I think they thought that through and created their own compiler so that if the code and compiler are subpoenad, they can hand over a compiler that was designed in a way to obfuscate the offending code.
If you think writing your own compiler is hard, guess again. You just need to know how the CPU works and how storage and memory are addressed. Even that crazy bastard that wrote TempleOS wrote his own compiler.
I cannot believe we aren't dissecting the code forensically, and if someone is, that would be the absolute best way to prove this, beyond statistical analysis, eyewitness testimony, etc.
Happy Thanksgiving.
view the rest of the comments →
[–] 26557387? 0 points 1 point 1 point (+1|-0) ago
Seriously. Fuck off. I've worked on hardware that is in museums now.
Also, I claimed that you didn't need a decompiler to work on code.
Not once did I say that you can only code in Vim with 80 character line limits.
Yes, you can use tools to read, write, and debug Assembly directly.
In fact there are many non PC areas where writing Assembly is flat out required.
Many, but not all, of those instances are where you are going to be working with, or next to someone with a soldering iron.
Thanks for belittling every person that has written firmware, kernel code, and coded EEPROMs.
Oh, and lets not forget the Compiler Authors in there.
The people that made your ignorant arrogance even possible, by providing you with higher level languages to remove most of the tedium of writing out assembly, and keeping track of which calls you can make for each processor you expect your code to run on.
Sincerely fuck you. You ignorant, arrogant, entitled, holier than thou, piece of shit.
Oh yeah, by the way. If Assembly is just some "fanboy" thing, then why does ever higher level language let you write in Assembly blobs? It couldn't be that sometimes the compiler gets it wrong, could it? NoOoOoOo. The compiler, writen by humans, is perfect in every way. In fact that's why all compilers are version 1.0. Because they got it right the first time.
Fucking idiot.