Giter Club home page Giter Club logo

windd's Introduction

winndd64


(c) 2015 Luis González Fernández - [email protected]

windd64 v1.0.3

This application implements a multithreaded, 64 bit version of a disk dumper for Windows Platform.

This applications works cloning disks sectors readed from source in a destination device or file. The final copy is a 1:1 copy of the source device.

This are the common dumps type that the application can make:

  • Block Device over block device
  • Block device over file
  • File over block device

The memory footprint of this application is to low and can be tuned at start time using the MemBuff parameter.

Usage: windd64.exe /if:INPUT /of:OUTPUT /buffer:200

Parameters:
/?               Show this help
/if              Input block device or file. Like \\.\PhysicalDrive0
/of              Source block device or file. Like D:\image.windd
/buffer          Amount of memory to use as buffer. In Mb, default=100
/ibs             Input block size (in bytes)
/obs             Output block size (in bytes)
/bs              Block size (Input & Output), overwrite ibs and obs (in bytes)
/skip            Skip n bytes at input start
/seek            Seek n bytes at output
/nd              Hide the disclaimer banner.
/v               Verbose Output. Show more info about reader/writer parameters.

Clone a disk in a image file

The following command will dump the Hard Disk 0 as image at location D:\image.raw using a 100 Mb of memory buffer.

C:\windd64>windd64.exe /if:\\.\PhysicalDrive0 /of:D:\image.raw /buffer:100

Clone disk over other

The following command will dump the Hard Disk 0 over Hard Disk 1 using a 100 Mb of memory buffer.

C:\windd64>windd64.exe /if:\\.\PhysicalDrive0 /of:\\.\PhysicalDrive1 /buffer:100

Restore a dump from file

The following command will restore a image file over a disk using a 100 Mb of memory buffer.

C:\windd64>windd64.exe /if:D:\image.raw /of:\\.\PhysicalDrive0 /buffer:100

windd's People

Contributors

luisgf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

windd's Issues

License?

What's the license for this project? No license technically means no one can use, modify or basically do anything with this (beyond look at the code).

More info: https://choosealicense.com/no-license/ (also a great site to help choose license, as the name implies).

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.