Defect another world

Chapter 562 Programmer's Defect World

Chapter 562 Programmer's Defect World
Meng Fei controlled himself to walk in the direction of the flywheel.The spinning flywheel stirred space and time, and a violent wind blew up his hair and clothes like flags.

It is impossible to solve the problem from the hardware.Not to mention that he doesn't have tools to remove the motherboard of the main control computer, even if he has, who would dare to dismantle the main control computer while the plane is flying?
So only software means are left.The automatic update system is part of the main control loop.Every time the main control system cycles, it will poll whether the hardware is automatically updated.

How about modifying that part of the query code so that instead of querying the hardware, it returns "no" every time?
But where is that code?There is no manual for this thing.

Meng Fei stared at the spinning giant wheel with his eyes.He remembered lying in bed as a child trying to feel the whirling blades of a ceiling fan.

Of course, it is impossible to see clearly.

"Single step!"

Just at his order, more negative entropy burst out from the void ether.In an instant, the temperature of the world dropped to absolute zero, and every atom stopped moving.

His "single step" can only stop the world he is currently in, which is the world of the program in the main control computer of the Soul-76 helicopter, not the reality.

So the main control computer shut down because of "single step", the reality is not.Even when the main control computer is stuck, it is useless for Zhang Li to control the plane with the joystick.

Meng Fei climbed onto the huge flywheel that had frozen.Although he is a little afraid of heights, there is no way to do it.

Only when you get up close can you see that this huge flywheel is not a bare wheel.

In the eyes of programmers, it is a pile of chaotic codes, the legendary "shit mountain".

In the eyes of some people, it will materialize into clearer concrete images, such as complex combinations of countless mechanisms and circuits, or even biological tissues.

It is as precise as a clock, but a million times more complicated than a clock.But it's also messy like a garbage dump.Sophistication and chaos, two conflicting words, work perfectly together.

Gears are connected to gears, and shafts are connected to shafts.The piles of jumpers on the circuit boards are like spider webs that have not been cleaned for decades, and the wandering cables are like the long whiskers in the mouth of a baleen whale.

Parts pile up on parts, organs grow within organs.Countless things, you don't know whether they are parts that fell out of nowhere, or tumors growing in the organs.

But on this whirling giant wheel, they work together in an astonishingly wonderful combination, controlling the plane to hover in the air, exactly.

If you want to pull out a screw from it, replace a line, or just change a switch with detailed instructions on how to change it, the entire "shit mountain" may collapse in an instant.

This is the ultimate creation of human wisdom, the labyrinth of the system, the treasure house of accumulated negative entropy in the universe, and the flawed world created by countless programmers losing their hair and losing their health.

If the giant wheel is still spinning and the main cycle is still running, it will be in a state of spinning, and it is impossible for the Creator to recognize what this lump is.

But Meng Fei has the ability of "single-step", coupled with his experience in debugging bugs in two lifetimes, and the surging computing power brought to him by bug.exe.

He found what he was looking for amidst the chaos.It's something like this:
//First query the hardware to determine whether an update is required.

bool need_update = QueryUpdateInterface();
// If an update is requested, start the update.

if (updated)
{
//Start Update.
StartUpdate();
}
For Meng Fei, the modification is simple.The question is after the modification, will the whole system crash?

If you will die in a plane crash if you change it or not, why not try changing it, maybe you will survive the desperate situation?After his modification, the code became like this:
//First query the hardware to determine whether an update is required.

bool need_update = QueryUpdateInterface();
// Never enter the update.

if (0)
{
//Start Update.
StartUpdate();
}
At this time, Fan Bu in the plane felt that he was suddenly suspended in the air, and his heart rushed to the position of his throat.And Zhang Li began to scold her.

The sticks didn't work before, but the plane was at least cruising properly.But after being "single-stepped" by Meng Fei, the plane didn't even cruise and became a free fall.

Fortunately, Meng Fei's "single step" only lasted for a moment.A moment later, the plane started autopilot again.

The plane stabilized again, and Boss Fan burst into tears.Now that he has money, status and supernatural powers, he vowed to live and die with the country, and he would never want to die if he thought about anything!

The back door to automatic updates is closed.Meng Fei stood firmly on the surface of the spinning flywheel, like an acrobat in a circus.

The world was spinning in a weird way, and the center of the rotation was not with him.It was as if the universe had become one giant hula hoop.

Spinning and giant phobia reminded him of the feeling of having a high fever when he was a child, lying in bed watching a planet spinning above his head in his mind.

But he pretended to be calm, put his hands in his trouser pockets, and stood in the gust of wind at the "highest" point on the surface of the rotating flywheel.

"Come out, boss. I knew it was you."

He didn't immediately fix the virus that infected the system again, causing the forced autopilot.Because he knew it was not that simple.

Fortunately, the automatic update system has been killed by him.Then he just needs to concentrate on dealing with the virus.But this virus actually hides its own strength.

Compared with Meng Fei's difficult appearance, the manifestation of the virus is simply smooth and smooth.

A lot of black smoke and dust appeared in the strong wind instantly.The soot is like the creation of an oil painting.Draft, color, and darken shadows in a snap.

With a bald head in a brown suit, former boss and teacher Luo An stood clearly in front of Meng Fei.

He is delicate and real, has color, and has ambient light. It is obviously an image rendered in real time using ray tracing technology.

Compared with Meng Fei's rough shape, which only has black and white, I don't know how much more refined.

"Oh? How do you know it's me?"

His expression didn't look surprised, but he showed a rare look of interest.

"Aside from you, who else can use the time when the national air computer is being upgraded to modify so much data?"

This point has confirmed his opponent since Qingqing told him that all the information about Tu Qian had been deleted.

What is the purpose of the other party to delete these materials?Probably to conceal the suspicion of smearing money, so that he can act as a tour guide and smoothly implement the plan to take them up the mountain.

Although there were indeed loopholes in the security system of the national air computer during that time, who else could exploit it so easily except Luo An?
(End of this chapter)

Tap the screen to use advanced tools Tip: You can use left and right keyboard keys to browse between chapters.

You'll Also Like