by zdimension on 11/8/24, 5:43 PM with 19 comments
by tzs on 11/8/24, 9:29 PM
It follows then that with a sufficiently good optimizer every program can be reduced to a single wrong instruction.
by xen0 on 11/8/24, 8:17 PM
Then I read one Raymond's investigations like this and realise I'm still not that good.
by pdonis on 11/8/24, 8:57 PM
"So at least it’s nice that this rogue code was compiled with stack buffer overflow protection. Can’t be too careful."
by interroboink on 11/8/24, 10:49 PM
Why does it appear to be crashing on the first instruction?
Did the malware mess with the main thread's code, so that the first instruction of the main thread was the invalid write instruction?
But then the malware thread must have run first somehow, no? (since that thread is in the same process)
I think I followed the article generally, but I don't understand what actual sequence of events might have taken place that resulted in this report of "crashed on first instruction."
by jandrese on 11/8/24, 9:57 PM
by wizzwizz4 on 11/8/24, 9:36 PM
:root > body {
visibility: visible;
opacity: 1;
}
by JSDevOps on 11/8/24, 10:06 PM