Prepare configurable registry path

This commit is contained in:
momo5502
2024-11-03 15:57:52 +01:00
parent e32624ba1f
commit 0a81280796
7 changed files with 39 additions and 27 deletions

View File

@@ -363,7 +363,7 @@ struct process_context
{
}
registry_manager registry{R"(C:\Users\mauri\Desktop\windows\win-x64\registry)"}; // TODO: Fix
registry_manager registry{};
uint64_t executed_instructions{0};
uint64_t current_ip{0};