Commit graph

60 commits

Author SHA1 Message Date
MattKC
f7ba96a082
Merge pull request #32 from itsmattkc/msil-patch-on-the-fly
Patch MSIL files at build time
2024-04-19 17:19:15 -07:00
itsmattkc
61e8ac5840 switch to live patching MSIL approach 2024-04-19 13:40:33 -07:00
itsmattkc
356bf0888e user32: implement NotifyWinEvent 2024-04-19 13:40:20 -07:00
MattKC
86d0cae272 work towards improving NT 4, add pop to nsExec::Exec 2024-04-17 17:58:16 -07:00
itsmattkc
0713acea43 Use nsExec::Exec instead of ExecWait
Fixes #10
2024-04-14 16:21:05 -07:00
MattKC
5e9cdead57
Merge pull request #12 from rcmaehl/master
Prevent ReadMe / Compiling / Github Config changes from triggering CI
2024-04-14 15:26:07 -07:00
Robert C. Maehl
1abd1bb0ab
Allow ymls to run CI 2024-04-14 18:08:21 -04:00
MattKC
59e5b67a20
Merge pull request #3 from Hypfer/patch-1
Fix link to MSVC420 in wrappers/README.md
2024-04-14 13:45:34 -07:00
MattKC
7499aa62ae
Merge pull request #17 from WamWooWam/use-dll-forwarders
Use DLL forwarders
2024-04-14 13:44:49 -07:00
Thomas May
63312257f3 Use DLL forwarders 2024-04-13 21:13:33 +01:00
MattKC
ee01c8e767
Update README.md [skip ci] 2024-04-12 15:34:24 -07:00
Robert C. Maehl
99cbd358a0
Prevent ReadMe / Compiling / Github Config changes from triggering CI
No need to release a new CI build anytime readme.md, compiling.md, or github config has been changed, especially if forgetting to include `[skip ci]`
2024-04-12 09:15:06 -04:00
MattKC
a4f0eac6bf
Update README.md [skip ci] 2024-04-11 05:12:10 -07:00
itsmattkc
115c16519a only install patches on 95 2024-03-18 13:34:19 -07:00
itsmattkc
26404f3c66 install 3.5's system.core 2024-03-18 13:34:08 -07:00
itsmattkc
b89a2c26df add dotnet9x.exe to gitignore 2024-03-18 13:33:46 -07:00
itsmattkc
1a60b0b5a1 gac install some v3.5 DLLs
Doesn't install all of them yet, but installs a few
2024-03-18 12:51:25 -07:00
itsmattkc
fcabe8260d add .net 3.5 DLLs to repo
These don't get installed yet but will soon
2024-03-18 12:12:13 -07:00
itsmattkc
2185b7ce3e patch ngen.exe
Not really necessary, just thought I'd give it a shot for completeness
2024-03-18 12:11:56 -07:00
itsmattkc
d50fa15304 rename to dotnet9x, remove 95 enforcement from setup 2024-03-18 12:11:25 -07:00
MattKC
7326ef307d
Update README.md [skip ci] 2024-03-17 20:40:00 -07:00
Sören Beye
a86c552167
Fix link to MSVC420 in wrappers/README.md 2024-03-09 13:58:23 +01:00
MattKC
06fe1ed9bf
Update kernel32.c [skip ci] 2024-01-27 16:20:09 -08:00
MattKC
ca88562bcf
Create README.md in "bin" folder [skip ci] 2024-01-17 22:18:47 -08:00
MattKC
dc7c4ab6e3
Create README.md [skip ci] 2024-01-17 22:16:50 -08:00
MattKC
542b743618
Create README.md in "wrappers" folder [skip ci] 2024-01-17 22:15:21 -08:00
MattKC
ffd16d31f6
Create README.md [skip ci] 2024-01-17 22:11:38 -08:00
MattKC
dee20d4d23
Update README.md [skip ci] 2024-01-17 22:08:09 -08:00
MattKC
cfa9a140f5
Create README.md in msil folder [skip ci] 2024-01-17 22:07:37 -08:00
MattKC
8e6c3fbaae
Update README.md [skip ci] 2024-01-17 22:04:24 -08:00
itsmattkc
d9d866e5c5 patch unsupported modes of WideCharToMultiByte 2023-11-09 20:36:28 -08:00
itsmattkc
ef1d8819d1 patch GetOpenFileName to remove hooks 2023-11-09 11:35:49 -08:00
itsmattkc
15eed3d49d add patches for mscorpe, cvtres, mscorlib, and System.Configuration 2023-11-09 10:46:52 -08:00
MattKC
8d6b4b7aaf
Update README.md [skip ci] 2023-10-30 22:00:12 -07:00
MattKC
13ec1fa117
add screenshot to README 2023-10-30 21:56:08 -07:00
itsmattkc
159253b5d8 add image to repo 2023-10-30 21:54:12 -07:00
itsmattkc
373dfa68c8 add check for windows 95 2023-10-30 21:21:45 -07:00
itsmattkc
32b82bee73 update readme 2023-10-30 20:56:00 -07:00
itsmattkc
1a695fb22d include USB supplement 2023-10-30 20:53:17 -07:00
itsmattkc
b55b3a1506 clean up verbose functions 2023-10-30 20:42:45 -07:00
itsmattkc
e7a9014f86 debug to messagebox rather than file 2023-10-30 20:42:29 -07:00
itsmattkc
ce2f1334ef exclude built installer 2023-10-30 20:41:29 -07:00
itsmattkc
ee7ea814de check for msie501
Later I'd like to automatically install it, which we should be able to do with "ie5setup /q", but I'll need to learn a little more about NSIS first to pull that off nicely
2023-10-30 19:23:04 -07:00
itsmattkc
9dd081add8 use specific URTInstallPath 2023-10-30 19:21:46 -07:00
itsmattkc
45eeb85928 Revert "include msvcrt in setup"
This reverts commit 0fb6e640ef.
2023-10-30 18:23:23 -07:00
itsmattkc
0fb6e640ef include msvcrt in setup 2023-10-28 16:49:57 -07:00
itsmattkc
8a9d8af35f package msvcr71 2023-10-26 00:46:10 -07:00
MattKC
c04a4b8e35 just throwing shit at the wall at this point 2023-10-25 20:06:06 -07:00
MattKC
fd526d5d8b no longer pretend to be on travis 2023-10-25 19:58:41 -07:00
MattKC
5368027ffe i'm tired 2023-10-25 19:51:35 -07:00