-
Notifications
You must be signed in to change notification settings - Fork 143
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
13 files
+1 −1 | src/Makefile.am | |
+174 −0 | src/filesystem.hpp | |
+4 −6 | src/libdrakvuf/drakvuf.c | |
+2 −2 | src/libdrakvuf/vmi.c | |
+1 −1 | src/main.cpp | |
+1 −1 | src/plugins/Makefile.am | |
+1 −1 | src/plugins/codemon/codemon.cpp | |
+1 −1 | src/plugins/codemon/codemon.h | |
+1 −1 | src/plugins/exploitmon/exploitmon.cpp | |
+0 −70 | src/plugins/filesystem.hpp | |
+135 −168 | src/plugins/filetracer/linux.cpp | |
+1 −1 | src/plugins/filetracer/win.cpp | |
+1 −1 | src/plugins/ipt/ipt.cpp |