[–] 26555737? 0 points 2 points 2 points (+2|-0) ago (edited ago)
yea OP,
https://www.nsa.gov/resources/everyone/ghidra/📁
Toolkits can be helpful.
Q
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.
[–] 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
[–] 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.
[–] 26556876? 1 point -1 points 0 points (+0|-1) ago (edited ago)
Codemonkey is a fucking noob, its embarrassing as hell that people here talk him up.
8kun was down for like a.month when hotwheels started going after them because ron didnt know what the fuck he was doing. It didn't go back up till they got outside help.
[–] 26555357? 0 points 2 points 2 points (+2|-0) ago (edited ago)
Would you be able to have code that does the fraud and then deletes the offensive bits?
There are so many points of failure - the whole system stinks from top to bottom. Just tabulating in foreign nations presents a thousand holes to exploit.
In a well designed system there should be a FULL audit trail from the ballot to the final count, that anyone can go back and verify each step.
Why do banks never get their numbers wrong?
[–] 26555427? [S] 1 point -1 points 0 points (+0|-1) ago (edited ago)
To do that, you would have to have a CPU that could overwrite it's own code and I don't think that is possible. You could do that with a coprocessor and if the exact location of the code on the CPU was known, which would be easy, then you could have it so that at a certain time, that code was overwritten with a harmless and unsuspecting comment, but, then the code on the coprocessor would be there, showing what storage loations were overwritten, or it could delete its own firmware but then you'd have this blank coprocessor sitting there connected to the main CPU like "what's this for?". We would have to forensically analyze the hardware and the software, which is possible.
[–] 26555421? 0 points 5 points 5 points (+5|-0) ago
Yes, determining that the machines were programmed for a specific outcome will take time though.
We don't have that much time. Like Rudy said, it could take 6 mo to a year or more to prove this in court.
The afidavids of eye witnesses and their testimony in court and data showing massive spikes of vote dumps in a few minutes, is I think enough to declare that election invalid.
[–] 26555919? 0 points 2 points 2 points (+2|-0) ago
Precisely, and what the globalists are counting on is that these timescales are not what make population-level representative choices. They know that if Biden slides in while we wait for this proof, then by the time proof arrives, it will be old news. That's all it takes. Truth is not truth at the level of large groups. It gains a different character taken across hundreds of millions of people - truth is subordinated to the group mind, where stability predominates. People simply don't like to rethink things that they take to be old news. Think about it, the further back in time you have to reach to "edit" reality, the less stable your entire reality becomes - hence, the reason why old news is concrete news.
The democrats understand this psychology. It's also why they couldn't let headlines like the "Russia hoax" and things die in the news cycle. If they let that pause for too long, it would have become old news. For every thinking person, it did, but now we also have to account for desire. Desire plays a big part of interpreting our reality as well.
[–] 26556849? 0 points 1 point 1 point (+1|-0) ago
Once fraud is proven, POTUS wins. The beneficiary of the fraud should face repercussions, especially given that so many of those connected have obvious connections to the DNC/Biden candidacy.
Proving and showing how everything happens is how we get safe, secure elections moving forward.
[–] 26556013? 0 points 3 points 3 points (+3|-0) ago
Don't thank him for the information.
All compilers do is convert higher level languages into Assembly, and Assembly can be read by humans, or coded in.
https://en.wikipedia.org/wiki/Assembly_language
Roller Coaster Tycoon was coded entirely in Assembly, by a grade SSS+ Autist.
http://www.alearned.com/roller-coaster-tycoon-programmed-one-guy-assembly/
The code can be analyzed, as is, without the need of a decompiler.
A decompiler just makes the analysis faster for junior-mid level programmers.
And yes. I am claiming that you are not a high level programmer, unless you can read and write in Assembly.
[–] 26556236? 0 points 1 point 1 point (+1|-0) ago
Hey man, I know nothing about code or how any of this shit works. Was just thanking the dude for posting information that was interesting. Didn't even know what the hell a "compiler" was. Actually I still don't really know, but hey, at least it's got me interested.
[–] 26556585? 0 points 3 points 3 points (+3|-0) ago
The code can be analyzed, as is, without the need of a decompiler
while technically true, in practice it is not. it sounds from your post that you're a fanboy of coding, but not an actual assembly coder beyond perhaps a "hello world". even just following JMPs around is such a huge pain in the ass that we have made tools to make our lives easier which includes disassemblers. and if the code is intentionally obfuscated it becomes arbitrarily difficult to read without toolkits. would you really want to follow a thousand references in a row by hand?
or are you going to tell me that all the best crackers in the world are junior-mid level programmers because they use tools instead of wading through printouts of raw assembly?
btw nobody codes in assembly unless they're autistic or have to (which is a tiny number of cases). from a practical standpoint, C is a tool for writing and reading assembly faster and with fewer mistakes. and, given the state of compilers these days, the assembly that C generates is faster than hand-written assembly outside of a handful of toy examples.
A decompiler just makes the analysis faster for junior-mid level programmers. And yes. I am claiming that you are not a high level programmer, unless you can read and write in Assembly.
that's like saying you're not a good construction worker unless you can move a large pile of dirt with a spoon instead of a shovel. and that bulldozers are for noobs.
Compiled code gets converted into machine language, essentially just a bunch of numbers. The following instruction x86 instruction:
MOV eax, 1
Raw can look like this:
00 15 00 00 00 04 00 00 00 01
These numbers are just random, unless you assign meaning. 00 15 could be the x86 opcode for 'MOV' and then the CPU knows that MOV takes 2 operands, a destination and src and reads a certain number of bits ahead for each operand. This is how compiled code works, it reads a number, this gets converted to a CPU operation, and then each CPU operation has a number of operands that the computer has to read.
This is why you have to compile for each target machine x86 vs ARM vs SPARC or 32 vs 64 bit. And to reverse engineer any compiled program, you need a decompiler because it gives you context to the bits.
[–] 26555207? 0 points 5 points 5 points (+5|-0) ago (edited ago)
LMFAO. I'll write in Apple Basic too
05 Input JoeBiden$
10 (JoeBiden$=JoBiden$+1)
20 Goto 10 sub 2000000000000
30 return
50 end
[–] 26555229? [S] 0 points 2 points 2 points (+2|-0) ago
Lol, that would be a better example.
[–] 26555371? 0 points 3 points 3 points (+3|-0) ago (edited ago)
Apple 2c (compact) No hard drive, one 5.25 inch floppy drive, 128 kilobytes of RAM, clock speed 1 Megahertz, Green monochrome monitor. I had to break open the case and hard-wire a used metal 10 key kepad to the mother board so that I could input hundreds of receipts. Loved it! And I could run a word processor, database, and spreadsheet simultaneously and switch between the three programs.
[–] 26555382? 0 points 6 points 6 points (+6|-0) ago
Compile error: Variable JoBiden$ not found
[–] 26555396? 0 points 3 points 3 points (+3|-0) ago
You are correct lol. It's early.
[–] 26555383? ago
60 do not pass go, do not collect $200.00