Giter Site home page Giter Site logo

regdump-1's Introduction

Registry Dump

Dump one or more registry hives as text, one line per value. Normally values and empty keys are written; use -v to only show values, or -k to only show keys (along with the time of last write).

Key names, value names and strings will only use ASCII characters, other characters will be written as <XX> or <XXXX>, using the hexadecimal code of the character.

String types will stop at the first null (or double null, for multi), adding <...> to indicate if there is more non-null data; use -s to display everything (although trailing nulls are still not shown). Multi-strings will be separated by <>.

If binary data is predominantly ASCII (7 out of 8 bytes, or 3 out of 4 words) it will be displayed as a string, always showing everything (including trailing nulls). If 8-byte data matches a 21st century FILETIME it will be shown as date and time (local), as well as data.

Some non-standard value types are supported. Types under the Properties key having the high 16 bits set will be treated as a device property type (0xFFFF0000 | DEVPROP_TYPE...) and translated to a corresponding standard type. Types under the DriverPackages key will mask out the high word, resulting in a standard type.

Note: assumes the hive and CPU are little-endian.

References:

https://www.codeproject.com/KB/recipes/RegistryDumper.aspx
https://github.com/msuhanov/regf/blob/master/Windows%20registry%20file%20format%20specification.md

regdump-1's People

Contributors

adoxa avatar

Stargazers

 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.