For some symbols (symbols that are also present in ntdll and ntoskrnl?) getAddress and getAddressSafe will return the ntdll address, ignoring the kernel_ prefix.
e.g.:
getAddress("kernel_NtSetContextThread") will return the ntdll user-space address of ntdll's export. Windows symbols were loaded beforehand with enableWindowsSymbols().
For some symbols (symbols that are also present in ntdll and ntoskrnl?)
getAddressandgetAddressSafewill return the ntdll address, ignoring thekernel_prefix.e.g.:
getAddress("kernel_NtSetContextThread")will return the ntdll user-space address of ntdll's export. Windows symbols were loaded beforehand withenableWindowsSymbols().