Some progress

This commit is contained in:
momo5502
2024-09-10 09:39:05 +02:00
parent a2c344db53
commit c4164f460a
5 changed files with 127 additions and 22 deletions

View File

@@ -3,6 +3,7 @@
#include "handles.hpp"
#include "module/module_manager.hpp"
#include <utils/nt_handle.hpp>
struct event
{
@@ -24,6 +25,7 @@ struct event
struct file
{
utils::nt::handle<INVALID_HANDLE_VALUE> handle{};
std::wstring name{};
};