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 →
[–] 26555316? 0 points 26 points 26 points (+26|-0) ago
Ghidra..... NSA software that uses the logo that looks just like 8kun? CodeMonkey recently resigned from 8kun. If only we had the tools. Hello fellow IT faggot...
[–] 26555782? 0 points 3 points 3 points (+3|-0) ago
NSA software that uses the logo that looks just like 8kun?
NSA Gihdra - https://media.wired.com/photos/5c7f358c25da720469976787/191:100/pass/ghidra.jpg
8kun: https://isitwetyet.com/wp-content/uploads/2019/10/8kun-logo-color.png
kun vs chan: https://www.sljfaq.org/afaq/titles.html
[–] 26555895? 0 points 3 points 3 points (+3|-0) ago
Its the oroboros
The snake that eats its own tail.
Positive eating the negative
But the negative is always whats in focus, but the negative comes from the positive
[–] 26555858? 0 points 2 points 2 points (+2|-0) ago
This emblem is used among all the technocratic elites and ilk. It's a satanic image that is very old referencing the serpent. Doesn't necessarily mean it's always that, as before I knew anything about it I found the logo attractive and even sewed a version of it as a button on a scarf for my son once. But the fact that 8chan is so big, and technocrats are essentially what are currently running the world, high probability the coincidence isn't a coincidence at all.
[–] 26555737? 0 points 2 points 2 points (+2|-0) ago (edited ago)
yea OP,
https://qanon.pub/?q=ghidra
unless you are stuck on chapter 5 of C for dummies also with me
[–] 26556964? 0 points 2 points 2 points (+2|-0) ago
I was doing fine learning C, structured programming made sense to my brain, then I had to take Java, my Java professor confused the fuck out of me with his OOP explanations and that was the end of my learning to code experience. He said I would never work in IT and go do something else. 22 years later, I'm still working in IT for a Fortune 500 company - with a severe case of impostor syndrome still - but it has funded my retirement. Luckily I never had to program in Java since that class. I understood enough about Unix and SQL to get by.
[–] 26557254? 0 points 1 point 1 point (+1|-0) ago
I tried out Ghidra, it works good. Highly recommended.
[–] 26556357? 0 points 1 point 1 point (+1|-0) ago
I was thinking the same thing.
https://ghidra-sre.org/