Proof-Carrying Code for x86 Architectures

Тема в разделе "WASM.BOOKS и WASM.BLOGS", создана пользователем The Svin, 23 дек 2005.

  1. The Svin

    The Svin New Member

    Публикаций:
    0
    Регистрация:
    6 июл 2003
    Сообщения:
    665
    Адрес:
    Russia
    hxxp://www.cs.cornell.edu/~hamlen/x86pcc.pdf



    Kevin W. Hamlen



    This paper presents an extension of Necula and Lee’s Proof-Carrying Code (PCC) system

    to support the x86 architecture. PCC is a security scheme which allows the safe execution

    of untrusted code. Untrusted code to be executed is required to be coupled with a proof

    that the code satisfies certain safety properties. This code-proof pair is statically checked by

    the client system prior to execution. If the check succeeds, then the code is deemed “safe”

    and is accepted and executed by the client. This x86 adaptation rejects all programs which

    could potentially terminate with an unhandled exception or memory fault. It accepts most x86

    programs which satisfy the standard conventions of the architecture, but conservatively rejects

    some safe programs. Most reasonable programs can be translated into a form which will be

    accepted.