feat(autorun): add option to disable autorun

This commit is contained in:
es3n1n
2025-05-16 19:31:01 +09:00
parent 96d0cddf8c
commit 7f0e9a6fd2
2 changed files with 5 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ namespace loader {
bool verbose;
bool from_autorun;
AutorunType autorun_type;
bool enable_autorun;
};
[[nodiscard]] HANDLE inject(std::string_view dll_path, std::string_view proc_name);