Forgot your password?
typodupeerror

Submission + - Claude AI Finds Bugs In Microsoft CTO's 40-Year-Old Apple II Code (theregister.com)

An anonymous reader writes: AI can reverse engineer machine code and find vulnerabilities in ancient legacy architectures, says Microsoft Azure CTO Mark Russinovich, who used his own Apple II code from 40 years ago as an example. Russinovich wrote: "We are entering an era of automated, AI-accelerated vulnerability discovery that will be leveraged by both defenders and attackers."

In May 1986, Russinovich wrote a utility called Enhancer for the Apple II personal computer. The utility, written in 6502 machine language, added the ability to use a variable or BASIC expression for the destination of a GOTO, GOSUB, or RESTORE command, whereas without modification Applesoft BASIC would only accept a line number. Russinovich had Claude Opus 4.6, released early last month, look over the code. It decompiled the machine language and found several security issues, including a case of "silent incorrect behavior" where, if the destination line was not found, the program would set the pointer to the following line or past the end of the program, instead of reporting an error. The fix would be to check the carry flag, which is set if the line is not found, and branch to an error.

The existence of the vulnerability in Apple II type-in code has only amusement value, but the ability of AI to decompile embedded code and find vulnerabilities is a concern. "Billions of legacy microcontrollers exist globally, many likely running fragile or poorly audited firmware like this," said one comment to Russinovich's post.

Hardware Hacking

Water Logic Gates Built at MIT 239

ndogg writes "This story is all wet. Paulo Blikstein at MIT has created a water computer. The one boolean logic gate he created functions as a half-adder (i.e. both XOR and AND). He then proceeded to create a four bit adder."

Comment Re: Not perpetual motion (Score 2, Informative) 397

If I'm reading the text of their patent correctly, it's not for the motor, but for the magnet assembly used in the motor. Maybe I'm missing something, but even with that limitation the patent looks pretty weak. Doesn't it cover just about any use of permanent magnets in a variable configuration to modify a magnetic field?

Yeah, their pseudo-science is laid on thick, but it looks to me like a variant on the Lutec scam which is, funnily, always going to be ready "at the end of the year X" where X is whatever calendar year you are currently in. Check out their site. They even quote an anonymous but "notable" physicist, color me impressed:

http://www.lutec.com.au/

Anyway, this looks like another in a long line of "use permanent magnets to make a perpetual motion device" concepts.

Yup, no doubt.

Slashdot Top Deals

MESSAGE ACKNOWLEDGED -- The Pershing II missiles have been launched.

Working...