Meulengracht / MollenOS

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.
http://www.mollenos.com
GNU General Public License v3.0
447 stars 21 forks source link

[vpe] support for __RUNTIME_PSEUDO_RELOC_LIST__ #264

Closed Meulengracht closed 3 years ago

Meulengracht commented 3 years ago

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.