diff options
| author | auth12 <[email protected]> | 2021-07-04 01:24:58 +0100 |
|---|---|---|
| committer | auth12 <[email protected]> | 2021-07-04 01:24:58 +0100 |
| commit | 38f13aadc420a4ed16aa65c092df211432fb83cf (patch) | |
| tree | bf68e53a44cac84b41b96089caaa9b0dcd186c67 /sysmap/src/main.cpp | |
| parent | initial commit (diff) | |
| download | archived-sysmap-38f13aadc420a4ed16aa65c092df211432fb83cf.tar.xz archived-sysmap-38f13aadc420a4ed16aa65c092df211432fb83cf.zip | |
replaced CreateRemoteThread
Diffstat (limited to 'sysmap/src/main.cpp')
| -rw-r--r-- | sysmap/src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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<info>("waiting for {}", args[0]); + process::process_x64_t proc; if (NT_SUCCESS(proc.attach(args[0]))) { io::log<info>("attached!"); |