-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump volatility submodule to 2.5.0 * Bump xen submodule to 4.17.2 * Update libvmi
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule libvmi
updated
23 files
+1 −3 | .github/workflows/astyle.yml | |
+1 −3 | .github/workflows/compile.yml | |
+1 −3 | .github/workflows/container-compile.yml | |
+0 −2 | .github/workflows/scan-build-complexity.yml | |
+1 −3 | .github/workflows/whitespace.yml | |
+3 −1 | Makefile.am | |
+1 −1 | libvmi/accessors.c | |
+1 −1 | libvmi/arch/arch_interface.c | |
+63 −1 | libvmi/config/grammar.y | |
+33 −28 | libvmi/config/lexicon.l | |
+98 −0 | libvmi/core.c | |
+1 −0 | libvmi/debug.h | |
+1 −1 | libvmi/driver/file/file.c | |
+5 −2 | libvmi/driver/xen/xen.c | |
+144 −0 | libvmi/elfparse.h | |
+6 −4 | libvmi/libvmi.h | |
+1 −0 | libvmi/os/linux/CMakeLists.txt | |
+34 −26 | libvmi/os/linux/core.c | |
+424 −0 | libvmi/os/linux/elfparse.c | |
+6 −0 | libvmi/os/linux/linux.h | |
+14 −11 | libvmi/os/windows/peparse.c | |
+1 −2 | libvmi/peparse.h | |
+2 −2 | libvmi/private.h |
Submodule volatility3
updated
213 files