MollenOS/Vali is a modern operating system that is built with focus on abstraction and a modular design, allowing anyone to port it to any architecture. It currently targets the x86-32 and x86-64 platform.
To support automatic dllimports we need to support dynamic relocations, thus we must be able to parse the __RUNTIME_PSEUDO_RELOC_LIST__ descriptor table and fixup addresses.
To support automatic dllimports we need to support dynamic relocations, thus we must be able to parse the __RUNTIME_PSEUDO_RELOC_LIST__ descriptor table and fixup addresses.