Currently the "tests" are just running the "getting-started" examples. This doesn't scale and makes it difficult to find regressions.
The test framework:
Necessary tests:
All of these should use /NODEFAULTLIB to not have to care about the MSVC runtime initialization (which uses a lot of unimplemented syscalls)
Currently the "tests" are just running the "getting-started" examples. This doesn't scale and makes it difficult to find regressions.
The test framework:
dp.map_moduleDumpulatorinstance each timeNecessary tests:
All of these should use
/NODEFAULTLIBto not have to care about the MSVC runtime initialization (which uses a lot of unimplemented syscalls)map_moduleand the whole PEB loading chain)