Global ETD Search

Search theses and dissertations gathered from participating repositories worldwide. Every result links back to the library that holds it. No account is needed.

Results

Showing 1 to 11 of 11 for “"separation logic"”.

  1. Forward with separation logic

    The use of Hoare logic in combination with weakest preconditions and strongest postconditions is a standard tool for program verification, known as backward and forward reasoning. Separation logic, an extension of Hoare logic, finds countless applications in the areas of program verification, but …

    unsw Repository record for Forward with separation logic (opens in a new tab)

  2. Verification of Go Channels

    … translator to support channels, and a library of separation logic specifications that define the expected behavior of channel operations on open channels. Finally, this thesis evaluates how effective this model and library is for verifying Go code containing channels, and discuss some limitations …

    mit Repository record for Verification of Go Channels (opens in a new tab)

  3. MECHANIZED VERIFICATION OF GRAPH-MANIPULATING PROGRAMS

    … about abstract mathematical graphs. We use separation logic to define how such abstract graphs are represented concretely in the heap. To facilitate the spatial entailments involving graphs, we propose an inference rule called Localize which generalize the Ramify rule. We show how this rule …

    nus Repository record for MECHANIZED VERIFICATION OF GRAPH-MANIPULATING PROGRAMS (opens in a new tab)

  4. Memory-safe microcontroller applications with the Bedrock structured programming system

    … library for the Coq proof assistant that applies separation logic to a small c-like language, allowing programmers to prove memory-related properties about their code. I used Bedrock to build a security peripheral out of a Cortex-m3 microcontroller; my peripheral provides both AES encryption and …

    mit Repository record for Memory-safe microcontroller applications with the Bedrock structured programming system (opens in a new tab)

  5. Modular Verification of Distributed Systems with Grove

    … systems, Grove uses the idea of ownership from separation logic. Using Grove, we built a verified unreliable RPC library, where we captured unreliability in the formal specification by using duplicable ownership. We also built a verified exactly-once RPC library, where we reasoned about …

    mit Repository record for Modular Verification of Distributed Systems with Grove (opens in a new tab)

  6. Automatic techniques for proving correctness of heap-manipulating programs

    … verification. This dissertation presents two logic-based automatic software verification systems, namely Strand and Dryad, that help in the task of verification of heap-manipulating programs, which is one of the most complex aspects of modern software that eludes automatic verification. Strand …

    uiuc Repository record for Automatic techniques for proving correctness of heap-manipulating programs (opens in a new tab)

  7. Formal verification-driven parallelisation synthesis

    … version. The sequential proof, written in separation logic, need only represent shape properties, meaning we can parallelise complex heap-manipulating programs without verifying every aspect of their behaviour. The second method proposes specification-directed synthesis: given a sequential …

    cambridge Repository record for Formal verification-driven parallelisation synthesis (opens in a new tab)

  8. Concurrent verification for sequential programs

    … method of presenting program proofs conducted in separation logic. Building on work by Jules Bean, the ribbon proof is a diagrammatic alternative to the standard 'proof outline'. By emphasising the structure of a proof, ribbon proofs are intelligible and hence useful pedagogically. Because they …

    cambridge

  9. Advancements in automated first-order verification

    Submission original under an indefinite embargo labeled 'Open Access'. The submission was exported from vireo on 2022-11-11 without embargo terms

    uiuc Repository record for Advancements in automated first-order verification (opens in a new tab)

  10. FORMAL VERIFICATION-BASED PROGRAM REPAIR

    Automated program repair has been an active research field in software engineering in the last decade. It aims to help developers automatically localize and fix program bugs, consequently reducing debugging efforts. Automated repair tools have been incorporated into continuous integration and code …

    nus Repository record for FORMAL VERIFICATION-BASED PROGRAM REPAIR (opens in a new tab)

  11. Enabling Rich Lightweight Verification of Rust Software

    … of Rust types in the implicit dynamic frames logic — a variant of separation logic — using the Viper language. We then develop a new static analysis that tracks the capabilities of Rust types (e.g., the ability to read or write a certain memory location), and we use its results in an algorithm …

    ethz Repository record for Enabling Rich Lightweight Verification of Rust Software (opens in a new tab)