Re: How to develop a random number generation device
- From: krw <krw@xxxxxxxxxx>
- Date: Tue, 11 Sep 2007 21:43:01 -0400
In article <pan.2007.09.11.16.28.29.359000@xxxxxxxxxxx>,
nobody@xxxxxxxxxxx says...
On Tue, 11 Sep 2007 07:44:01 -0700, John Larkin wrote:
Cool. When can we expect buffer overrun exploits to be impossible
under Windows?
When it stops letting you run arbitrary machine code.
Many have said that Windows is useless. Your proposal would seal
that.
Nothing the OS does can prevent machine code from overrunning a buffer.
Absolute nonsense. Perhaps buffer overruns can't be prevented using
C++, but they *can* be prevented.
The only thing that the OS can do in this regard is to either restrict
what machine code you can run (e.g. cryptographic signing), and/or run
untrusted code in a heavily-restricted environment so that a buffer
overrun cannot be "exploited".
...or do what decent OSs do; protect tasks from each other.
Given that:
a) this would make Windows totally incompatible with most existing
software, and
No change.
b) about the only thing that Windows has in its favour is the mass of
existing Windows software,
M$ broke that with VIsta and still didn't fix buffer overruns.
I don't expect this to happen any time soon.
I don't either. Quality and security aren't priorities.
--
Keith
.
- Follow-Ups:
- Re: How to develop a random number generation device
- From: MooseFET
- Re: How to develop a random number generation device
- References:
- Re: How to develop a random number generation device
- From: MooseFET
- Re: How to develop a random number generation device
- From: John Larkin
- Re: How to develop a random number generation device
- From: MooseFET
- Re: How to develop a random number generation device
- From: John Larkin
- Re: How to develop a random number generation device
- From: MooseFET
- Re: How to develop a random number generation device
- From: John Larkin
- Re: How to develop a random number generation device
- From: John Devereux
- Re: How to develop a random number generation device
- From: MooseFET
- Re: How to develop a random number generation device
- From: John Devereux
- Re: How to develop a random number generation device
- From: John Larkin
- Re: How to develop a random number generation device
- From: Nobody
- Re: How to develop a random number generation device
- Prev by Date: Re: need help for the project
- Next by Date: Re: How to develop a random number generation device
- Previous by thread: Re: How to develop a random number generation device
- Next by thread: Re: How to develop a random number generation device
- Index(es):
Relevant Pages
|