Re: Can you find anything wrong with this solution to the Halting Problem?
From: Peter Olcott (olcott_at_att.net)
Date: 07/16/04
- Next message: Peter Olcott: "Re: Disproof of the Halting Problem's Conclusion"
- Previous message: Peter Olcott: "Re: Can you find anything wrong with this solution to the Halting Problem?"
- In reply to: Bryan Olson: "Re: Can you find anything wrong with this solution to the Halting Problem?"
- Next in thread: Kenneth Doyle: "Re: Can you find anything wrong with this solution to the Halting Problem?"
- Reply: Kenneth Doyle: "Re: Can you find anything wrong with this solution to the Halting Problem?"
- Reply: Bryan Olson: "Re: Can you find anything wrong with this solution to the Halting Problem?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 16 Jul 2004 00:05:22 GMT
> Suppose I build a simulator for you platform, including
> simulated protected memory and a simulated screen. The
> simulator takes a string encoding any (P, I) and simulates,
> step-for-step, program P running on input I. My simulator still
> can't see your actual screen, nor read your protected memory, so
> it doesn't violate the assumptions on:
>
> http://home.att.net/~olcott/halts.html
>
>
> What it can do is run the same programs as your platform, and
> they behave the same way for the same input. Programs cannot
> tell if they are running on the simulator. Furthermore, my
> simulator outputs whatever program P writes to the simulated
> screen.
>
> My question: Do you agree that writing this simulator is
> possible?
It seems possible.
It also seems like a much more convoluted way to
merely derive another way that does not solve the
original problem.
I guess there is one sure fire way for my own program
to see if any of its security has been violated. If it ever
can't determine whether or not a program halts, then it
would know that its security has been breached.
It looks like the only way to actually refute my idea
is to find a way that my security can be bypassed
that can not possibly be later corrected using another
form of security, or by disabling the bypassing mechanism.
This seems to be the only possible door to proving me
wrong.
- Next message: Peter Olcott: "Re: Disproof of the Halting Problem's Conclusion"
- Previous message: Peter Olcott: "Re: Can you find anything wrong with this solution to the Halting Problem?"
- In reply to: Bryan Olson: "Re: Can you find anything wrong with this solution to the Halting Problem?"
- Next in thread: Kenneth Doyle: "Re: Can you find anything wrong with this solution to the Halting Problem?"
- Reply: Kenneth Doyle: "Re: Can you find anything wrong with this solution to the Halting Problem?"
- Reply: Bryan Olson: "Re: Can you find anything wrong with this solution to the Halting Problem?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|