win32ss / supermium

Chromium fork for Windows XP/2003 and up
https://win32subsystem.live/supermium/
BSD 3-Clause "New" or "Revised" License
2.41k stars 83 forks source link

Add VC-LTL to reduce more dependencies #309

Open stevefan1999-personal opened 8 months ago

stevefan1999-personal commented 8 months ago

https://github.com/Chuyu-Team/VC-LTL5

IDA-RE-things commented 8 months ago

Thanks for the link. Thats fine that this lib supports XP/2003. But I dont see, that current build of Supermium has so many dependencies on MS CRT (At least on my machine with WinXP).

jonm58 commented 8 months ago

supermium has "progwrp.dll" - supermium close source lib

IDA-RE-things commented 8 months ago

Yes. Thats cool. I found that this (https://github.com/Chuyu-Team/YY-Thunks) near placed project has emulation of SRWLock-related and other missing in XP Kernel32/Advapi32/user32 functions., which progwrp.dll emulates now. We will have open-source alternative if so.

jonm58 commented 8 months ago

Yes. Thats cool. I found that this (https://github.com/Chuyu-Team/YY-Thunks) near placed project has emulation of SRWLock-related and other missing in XP Kernel32/Advapi32/user32 functions., which progwrp.dll emulates now. We will have open-source alternative if so.

https://github.com/win32ss/supermium/issues/19#issue-1779799848

IDA-RE-things commented 8 months ago

#19 (comment)

Ok, I have read this. So @win32ss say that his wrapper (closed) has more cover of old NT systems, then that project. He say his wrapper can run on NT3.5 and NT4. For Supermium we starting from WinXP, same as (https://github.com/Chuyu-Team/YY-Thunks). No need for more older systems for now (or just for sport). So such alternate wrappers, which is opensourced, is fine choise for future, if he will not open his sources.