Git Product home page Git Product logo

digiforensics-464_2131-coffie's Introduction

DigiForensics

USB tool for memory imaging orignally intended for the Digispark.

WARNING THIS TOOL IS STILL IN DEVELOPEMENT AND IS NOT STABLE!

I'm currently going to be proceeding with the teensy until I can get the keyboard library adapted for my specific use. This recently has been proving to be a roadblock. If you would Like to contribute to the project this will definitely be a ideal task. You can contact me at [email protected] for more details.

Check out https://www.CalebCoffie.com for more details on the project.

Install

To install DigiForensics you will want to start off by installing the Arduino software from here: http://arduino.cc/en/Main/Software

You will then want to install the Teensyduino addon from here: http://www.pjrc.com/teensy/teensyduino.html

This will give you all the tools you need to program your teensy. The next step is then configuring your Arduino IDE to program your Teensy. This can be done by changing a couple settings in the menus. First switch the selected board to Teensy 2.0 or which ever teensy you are using in the following menu- Tools > Board Type > Teensy 2.0. Then you will need to switch the USB Type. This should be switched to Keyboard + Mouse + Joystick. This can be done in the following menu- Tools > USB Type > Keyboard + Mouse + Joystick. This is all you'll have to do to setup arduino.

You can now open the code and change a couple things to work in your configuration. One thing you'll want to make sure you change is the STORAGE_SERIAL constant in the code. This serial number can be found by plugging the storage device into a windows computer. Bring up a command prompt and enter the following command and you'll see the serial number listed below.

wmic logicaldisk get deviceid, VolumeSerialNumber

Change the Serial Number in the code and you should be ready to flash your teensy. All you have to do is press the arrow key in the arduino IDE whileyour teensy is plugged in. This will program your teensy.

The next step is to set up you external storage. This will need to be the same storage device you configured above. Simply copy all of the contents of the disk folder into the root of your storage device. This is all you need to do for the storage device.

The next step that I haven't mention yet is that you will need a button soldered onto you Teensy. This button is the trigger button. You can find out more about it in the blog post listed here: https://calebcoffie.com/digiforensics-a-usb-memory-imager/

The last and final step is to test it out. This can be done simply by plugging both the Teensy and the external storage into a 32bit windows system and pressing and holding the button for more than 3 seconds. This will then rip a runing copy of memory onto the external storage. If you get a copy of memory it's successfully set up. If not feel free to contact me and I can try and help you troubleshoot it.

Feel free to look in the code. I tried to make it really readable.

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.