Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


bring GEARS up to date with interface changes
[palacios.git] / palacios / src / gears / ext_execve_hook.c
index 17142eb..501b992 100644 (file)
@@ -143,8 +143,8 @@ int v3_unhook_executable (struct v3_vm_info * vm, const uchar_t * binfile) {
 
 static struct v3_extension_impl execve_impl = {
        .name = "execve_intercept",
-       .init = init_exec_hooks,
-       .deinit = NULL,
+       .vm_init = init_exec_hooks,
+       .vm_deinit = NULL,
        .core_init = init_exec_hooks_core,
        .core_deinit = deinit_exec_hooks_core,
        .on_entry = NULL,