Developereo
Elite Member
Well, I have written LLM and other Machine Learning Source code, as well as all type of coding from Pascal to XML (Whatever UNSW taught) and I also work as a L3 Communication codex installer with ASC, so with respect,
Sorry, this is all high level stuff. I have written in both high level and low level languages, in and below assembly language. The virtual view provided to high level software is worlds away from the actual hardware.
this is not some low-level coding experience we are talking about.
This is precisely low level stuff I am talking about; stuff you cannot do at high level because the operating system prevents/protects you. You don't have to take my word; If you talk to someone who has written firmware or device drivers, as I have, they will tell you the kind of things you can do at that level.
Once again, memory it just an array of bits. How and which parts of memory are visible is controlled by software (and, possibly, hardware). It is possible to hide code in parts of the memory chip that the operating system does not initially know about but which can be unlocked by the proper combination of software and/or hardware signals. The hidden code would not be a simple contiguous piece of code that can be seen by random inspection of the memory chip; it would be scattered about in seemingly random instructions which can be assembled at run time into a sequential set of instructions.
And all of this is assuming that Turkey gets access to the real source code and not some curated version without the virus. The code is usually written in a high level language like Ada and compiled into assembly code. Some code is directly written in assembly language for performance reasons. A 10 million line Ada program will compile into 100 million lines of assembly or more. If you combine all the avionics, the total will approach half a billion lines of assembly code. Do you think Turkey will go through half a billion lines of assembly code? every time there is a software upgrade from the US, like in six months?
Even if Turkey does that, it is useless and wasted effort because the real virus would be hidden in parts of the memory chip that look like junk unused memory and are nowhere to be found in the official source code.






