Giter VIP home page Giter VIP logo

digital-forensics-file-copy's Introduction

digital-forensics-file-copy

This program will creates a new file from an existing file. The old file could be in any directory, with the new file will be in the root directory.

Contributors

  • David Thigpen
  • Chase Cloutier
  • David Stenson
  • Eric Larson

General Steps

  1. Allocate a new inode (unused)
  2. Copy all information from the old file inode to the new file inode.
  3. Make a new name for the new file.
  4. Link the new file inode in the root directory inode.
  5. Do ls in the root directory. The file name you created should show in ls command.
  6. Open the file to make sure everything is same as in old file.

Compiling Instructions

  1. Download the module:
cd digital-forensics/src/linux
git clone https://github.com/dthigpen/digital-forensics-file-copy.git copyfile
  1. Add the module to the Makefile sections as you would any module:
    • .PHONY section
    • all config
    • new config for copyfile
    • clean config

Note

This repository requires you to run the following commands:

cd copyfile/
git clone https://github.com/troydhanson/uthash.git

digital-forensics-file-copy's People

Contributors

dthigpen avatar chasexc avatar

Watchers

 avatar Eric Larson avatar David Stenson 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.