[PATCH] ntoskrnl: Use loader notification callback to perform relocations.
June 9, 2020
4:03 p.m.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49093 Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- The main problem with current code is that it causes infinite recursion if there is circular dependency in modules that need relocations. The other problem is that if a module does not need relocations, its dependences are not checked. dlls/ntoskrnl.exe/ntoskrnl.c | 182 ++++++++++++++--------------------- include/winternl.h | 2 + 2 files changed, 72 insertions(+), 112 deletions(-)
2117
Age (days ago)
2117
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban