VirtualBox

Ignore:
Timestamp:
Oct 6, 2014 10:18:51 PM (10 years ago)
Author:
vboxsync
Message:

SUP: simplified the ntdll hooking / patching so we can avoid the jump table memory as it may end up where system dlls like kernel32 are supposed to be loaded (STATUS_CONFLICTING_ADDRESSES (0xc0000018) process init failure).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h

    r52962 r52967  
    449449DECLHIDDEN(void)    supR3HardenedWinInitImports(void);
    450450DECLHIDDEN(void)    supR3HardenedWinInitImportsEarly(uintptr_t uNtDllAddr);
     451DECLHIDDEN(void)    supR3HardenedWinInitSyscalls(bool fReportErrors);
    451452DECLHIDDEN(PFNRT)   supR3HardenedWinGetRealDllSymbol(const char *pszDll, const char *pszProcedure);
    452453DECLHIDDEN(void)    supR3HardenedWinEnableThreadCreation(void);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette