-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule drakvuf
updated
26 files
+2 −2 | .github/workflows/compile.yml | |
+2 −2 | .github/workflows/container-compile.yml | |
+54 −16 | src/libdrakvuf/drakvuf.c | |
+1 −0 | src/libdrakvuf/libdrakvuf.h | |
+3 −0 | src/libdrakvuf/linux.c | |
+1 −0 | src/libdrakvuf/private.h | |
+40 −67 | src/libdrakvuf/vmi.c | |
+1 −1 | src/libdrakvuf/vmi.h | |
+4 −2 | src/libdrakvuf/win.c | |
+2 −2 | src/main.cpp | |
+4 −12 | src/plugins/bsodmon/bsodmon.cpp | |
+10 −20 | src/plugins/cpuidmon/cpuidmon.cpp | |
+7 −17 | src/plugins/debugmon/debugmon.cpp | |
+5 −14 | src/plugins/delaymon/delaymon.cpp | |
+4 −17 | src/plugins/envmon/envmon.cpp | |
+6 −3 | src/plugins/exploitmon/exploitmon.cpp | |
+1 −0 | src/plugins/exploitmon/exploitmon.h | |
+8 −35 | src/plugins/filedelete/filedelete.cpp | |
+22 −106 | src/plugins/filetracer/linux.cpp | |
+17 −40 | src/plugins/filetracer/win.cpp | |
+3 −0 | src/plugins/filetracer/win_acl.cpp | |
+27 −42 | src/plugins/memdump/memdump.cpp | |
+3 −16 | src/plugins/objmon/objmon.cpp | |
+14 −28 | src/plugins/poolmon/poolmon.cpp | |
+4 −14 | src/plugins/windowmon/windowmon.cpp | |
+3 −3 | src/xtf.c |