patching more dummy functions

This commit is contained in:
georgemoralis 2023-07-13 12:56:36 +03:00
parent 0ac4032d00
commit 063a689812
13 changed files with 69 additions and 16 deletions

View file

@ -569,7 +569,7 @@ static void relocate(u32 idx, elf_relocation* rel, Module* m, bool isJmpRel) {
}
else
{
LOG_INFO_IF(debug_loader, "function not patched!\n");
LOG_INFO_IF(debug_loader, "function not patched! {}\n",rel_name);
}
}