We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b04fba commit 1c240fcCopy full SHA for 1c240fc
panda/plugins/hypercaller/README.md
@@ -51,7 +51,7 @@ This was designed primarily for Python use cases:
51
MAGIC = 0x12345678
52
@panda.hypercall(MAGIC)
53
def hypercall(cpu):
54
- print("Hello from my hypercall!"
+ print("Hello from my hypercall!")
55
56
```
57
panda/plugins/pri_taint/pri_taint.cpp
@@ -464,7 +464,7 @@ bool init_plugin(void *self) {
464
}
465
466
void uninit_plugin(void *self) {
467
- // unregister_hypercall(LAVA_MAGIC);
+ unregister_hypercall(LAVA_MAGIC);
468
printf("[pri_taint] Unloading plugin\n");
469
470
0 commit comments