Skip to content

Commit

Permalink
Some interesting issue of infinite loop is coming up
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewQuijano committed Feb 21, 2025
1 parent ecced8c commit d13fd8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions panda/plugins/pri_taint/pri_taint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

#include "panda/plugin.h"
#include "panda/plugin_plugin.h"
#include <hypercaller/hypercaller.h>

// taint
#include "taint2/label_set.h"
Expand All @@ -16,6 +15,8 @@
#include "callstack_instr/callstack_instr.h"

extern "C" {
// hypercalls
#include <hypercaller/hypercaller.h>

#include "panda/rr/rr_log.h"
#include "panda/plog.h"
Expand Down Expand Up @@ -463,7 +464,7 @@ bool init_plugin(void *self) {
}

void uninit_plugin(void *self) {
unregister_hypercall(LAVA_MAGIC);
// unregister_hypercall(LAVA_MAGIC);
printf("[pri_taint] Unloading plugin\n");
}

0 comments on commit d13fd8e

Please sign in to comment.