Skip to content

This repository contains how to dump a windows registry and get difference between two windows registry dumps

Notifications You must be signed in to change notification settings

gr8nishan/dump_diff_registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

dump_diff_registry

This repository contains how to dump a registry and get difference between two registry dumps

How to run diffing_registry.py

To use this file run below command in the windows command prompt

python diffing_registry.py

Once you run this it will ask for two file path of the registry dumps

Please enter path of registry dump 1 : <enter the path of file including file name, in case the file is in current directory just give file name>

Please enter path of registry dump 2 : <enter the path of file including file name, in case the file is in current directory just give file name>

It will print the total number of keys subkeys whose values are different or which has been created or deleted

In case of any error an error message will come and log will be created with name diffinglog.log in current directory

How to run dumping_registry.py

To use this file run below command in the windows command prompt

python dumping_registry.py

Once you run this file it will create two files in the current directory named registry_dump_.pickle

There is a difference of 5 seconds in dumping the registry in both the files.

Once the dumping is successful it will print success message

In case of any error an error message will come and log will be created with name dumpinglog.log in current directory

About

This repository contains how to dump a windows registry and get difference between two windows registry dumps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages