modulepackage
0.0.0-20240511233118-a4ef00b297da
Repository: https://github.com/spddl/regfilechecker.git
Documentation: pkg.go.dev
# README
RegFileChecker
Currently, the easiest way is to drag a *.reg file to RegFileChecker.exe to see the result.
- Green entries match
- Yellow have other values
- Red does not exist
- Pink has no access rights
With the CLI flags it is also possible to simplify this process if you have multiple files and want to have only the differences that are not written or are written incorrectly.
echo Windows Registry Editor Version 5.00 > diff.reg
RegFileChecker.exe -noinfo -nocolor -exit test1.reg >> diff.reg
RegFileChecker.exe -noinfo -nocolor -exit test2.reg >> diff.reg
# Functions
string => []byte.
string => string.
[]byte => string.
[]byte => uint64.
CompareInteger.
uint64 => string.
No description provided by the author
No description provided by the author
uint64 => []byte.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author