VOGONS

Common searches


Search results

Display options

Re: Dependency Walker on Windows 3.1 + Win32s?

in Windows
Win32s can only run EXEs that are relocatable, meaning they have a .reloc section. There are also many other restrictions as well, but that is the biggest one. Most EXEs made for Win32 do not contain relocation information, unlike DLLs which always do. `objdump -h file.exe` will list the sections of …

Re: OTVDM

in Windows
Just wanted to mention that this seems to be the official location of OTVDM: https://github.com/otya128/winevdm

Page 1 of 2