From 38f13aadc420a4ed16aa65c092df211432fb83cf Mon Sep 17 00:00:00 2001 From: auth12 <67507608+auth12@users.noreply.github.com> Date: Sun, 4 Jul 2021 01:24:58 +0100 Subject: replaced CreateRemoteThread --- sysmap/src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysmap/src/main.cpp') diff --git a/sysmap/src/main.cpp b/sysmap/src/main.cpp index 871be35..4c73340 100644 --- a/sysmap/src/main.cpp +++ b/sysmap/src/main.cpp @@ -43,6 +43,8 @@ int main(int argc, char* argv[]) { g_syscalls.init(); + io::log("waiting for {}", args[0]); + process::process_x64_t proc; if (NT_SUCCESS(proc.attach(args[0]))) { io::log("attached!"); -- cgit v1.2.3