Count executed instructions

This commit is contained in:
momo5502
2024-09-08 15:18:57 +02:00
parent 4d0d197376
commit 9c5b65b103
2 changed files with 7 additions and 5 deletions

View File

@@ -45,6 +45,7 @@ struct file
struct process_context
{
uint64_t executed_instructions{0};
emulator_object<TEB> teb{};
emulator_object<PEB> peb{};
emulator_object<RTL_USER_PROCESS_PARAMETERS> process_params{};