Almost running application

This commit is contained in:
momo5502
2024-08-31 21:43:05 +02:00
parent 3ead613d2c
commit 164e9b737d
4 changed files with 9 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ struct mapped_binary
{
uint64_t image_base{};
uint64_t size_of_image{};
uint64_t entry_point{};
exported_symbols exports{};
};