UE5 and VMP are incompatible

When a DLL module in a UE5 game is encrypted using VMP, the process loading this module will enter the UE5 FBacktracer::AddModule function. This function has a bug in its parsing. Instead of directly using pdata to find the RUNTIME address, you should look for it in the IMAGE_DIRECTORY_ENTRY_EXCEPTION in the PE header.