Skip to content

Commit

Permalink
Update hooks.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
VenTaz authored Nov 26, 2020
1 parent c697b59 commit 7d35c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Themidie_DLL/hooks.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ nqvm_hook(HANDLE process_handle, void *base_address, _MEMORY_INFORMATION_CLASS m
{
MH_DisableHook(&GetModuleHandleA);
is_loaded = 1;
MessageBoxA(0, "The executable is now loaded in the memory. You can attach x64dbg to Themidie.exe.", "Themidie", 64L);
MessageBoxA(0, "The executable is now loaded in the memory. You can attach x64dbg to the target process.", "Themidie", 64L);
}
}

return og_nqvm(process_handle, base_address, memory_information_class, memory_information, memory_information_length, return_length);
}
}

0 comments on commit 7d35c41

Please sign in to comment.