fix: Add missing hook_table_revert function #317

Closed
icex2 wants to merge 2 commits from pr317 into master
+1 -1
View File
@@ -177,7 +177,7 @@ static void hook_table_revert_to_iid(
// Only revert-able if the original pointer was stored previously
if (sym->link != NULL && *sym->link != NULL) {
pe_patch(iate.ppointer, sym->link, sizeof(*sym->link));
}
}
}
}
}