Skip to content

Commit f1f5f7e

Browse files
committed
move winloader, winversion to another repo
1 parent d136001 commit f1f5f7e

16 files changed

Lines changed: 7 additions & 771 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
strategy:
1313
matrix:
1414
project:
15-
- {dirname: winexe_winloader, targetname: winloader, targetext: exe}
1615
- {dirname: windll_winhook, targetname: libwinhook, targetext: dll}
1716
- {dirname: windll_winpe, targetname: libwinpe, targetext: dll}
18-
- {dirname: windll_winversion, targetname: libwinversion, targetext: dll}
17+
# - {dirname: winexe_winloader, targetname: winloader, targetext: exe}
18+
# - {dirname: windll_winversion, targetname: libwinversion, targetext: dll}
1919
steps:
2020
- name: pull and init
2121
uses: actions/checkout@v3

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44

55
🍀 Libraries (mostly use single header file) for my reverse projects.
66
Scripts for localization are moved to [Toolkit Localization](https://github.com/YuriSizuku/toolkit-Localization).
7+
`winloader` and `libwinversion` are moved to [Override](https://github.com/YuriSizuku/win-Override)
78

89
Projects based on this repo:
910

11+
- [Override](https://github.com/YuriSizuku/win-Override)
1012
- [MemoryModule](https://github.com/YuriSizuku/win-MemoryModule)
11-
- [MiniVFS](https://github.com/YuriSizuku/win-MemoryVFS)
13+
- [MemoryVFS](https://github.com/YuriSizuku/win-MemoryVFS)
1214
- [GalgameReverse](https://github.com/YuriSizuku/GalgameReverse)
1315

1416
## Components
@@ -25,5 +27,4 @@ In `project`, `Makefile` for `gcc` (llvm-mingw or mingw-w64), `tcc` (not suppor
2527
- `windyn.h`, single header file for windows dynamic binding system api without IAT
2628
- `winhook.h`, single header file for windows dynamic hook and memory util functions
2729
- `winpe.h`, single header file for windows pe structure, adjusting realoc addrs, or iat
28-
- `winversion.h`, single header file for windows `version.dll` proxy to patch.dll, see [Release](https://github.com/YuriSizuku/toolkit-WinReverse/releases)
29-
- `winloader.c`, start a exe with a `dll` injected, see [Release](https://github.com/YuriSizuku/toolkit-WinReverse/releases)
30+
- `winversion.h`, single header file for windows `version.dll` proxy to patch.dll, see [Release](https://github.com/YuriSizuku/toolkit-Override)

project/windll_winversion/Makefile

Lines changed: 0 additions & 67 deletions
This file was deleted.

project/windll_winversion/libwinversion.sln

Lines changed: 0 additions & 39 deletions
This file was deleted.

project/windll_winversion/libwinversion.vcxproj

Lines changed: 0 additions & 183 deletions
This file was deleted.

project/windll_winversion/release_msvc.bat

Lines changed: 0 additions & 2 deletions
This file was deleted.

project/windll_winversion/src/libwinversion.c

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)