Closed yifanlu closed 8 years ago
Right now, if the library NID mismatches, you get
vita-elf-create: Unable to find library with NID 910080232 for function symbol taiHookFunctionExportForKernel
But the kernel doesn't care about library NIDs, so we should ignore it too.
Fixed with #70
Right now, if the library NID mismatches, you get
But the kernel doesn't care about library NIDs, so we should ignore it too.