Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
/ reg2bin Public archive

Simple script converting REG_BINARY entries from the registry to "bin" files

Notifications You must be signed in to change notification settings

dnso86/reg2bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

reg2bin.py

A simple script to help converting (only) the REG_BINARY entries exported from the Registry, to *.bin files. E.g. turning files containing entries such:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\AccessProviders]
"MartaExtension"="ntmarta.dll"
"ProviderOrder"=hex(7):57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,4e,00,\
  54,00,20,00,41,00,63,00,63,00,65,00,73,00,73,00,20,00,50,00,72,00,6f,00,76,\
  00,69,00,64,00,65,00,72,00,00,00,00,00

to a binary file for editing.

Comes with absolutely no warranty. PRs are welcome.

Usage

python reg2bin.py sample.reg

where registry_file.reg is something exported from regedit.exe - starts with "Windows Registry Editor Version 5.00". The script creates filenames as Keyname_Valuename.bin

About

Simple script converting REG_BINARY entries from the registry to "bin" files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages