Have u ever experienced this and didn't want to launch your favourite tool with admin rights?
Say no more!
With this tool you can specify needed files via toml config file, or all if needed.
- go
System32_files_to_dump = [
"ntoskrnl.exe",
"win32k.sys",
"ntdll.dll"
]
# If u want to backup all valid modules from directory, place a single "*"
System32Drivers_files_to_dump = [
"*"
]
# Otherwise it logs every copied file
Silent = truegit clone https://github.com/shv187/winGows_kernel_backuper.git
cd winGows_kernel_backuper
change config.toml to your needs
go run .
- Rename It
- Restructurize dump layout
- Dump only these files that had changed since the last dump
- [unlikely] Add an option to install it, add it to PATH and dump to some user defined directory instead of relative /dumps for actual QoL
This is almost my first Go code, I found the file handling pretty weird, lmk if there are any serious issues.

