Giter Site home page Giter Site logo

codeportfolio's Introduction

CodePortfolio

Hello, I am Mike Winstead and I'd like to present the following repository as a sample of some of the programming work I've done in the past. If you'd like to know more about it, feel free to ask in our correspondence.

Contents

Recoverable Virtual Memory (C on Linux)

As part of my advanced operating systems course in my master's program, I needed to implement recoverable virtual memory (rvm) to make a memory region transaction-based and persistent across application crashes. This is my most complex C project at around 1000 lines to date with much work in data marshalling and self-created file formats. All my my work may be found in rvm.c.

As a security note, this rvm library is susceptible to a file format attack in which the attacker canges some of the offsets in the backing file for an application. Abuse of the blind trust in the backing file would allow an attacker to overwrite mapped-in regions of the target. The descision was taken to leave in the vulnerability as all recoverable regions of the application which are in the backing store would presumably be readable as well.

Explanation of the topic: https://cs.nyu.edu/rgrimm/teaching/sp08-os/rvm.pdf

codeportfolio's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.