Skip to content

Commit 0bbbf64

Browse files
author
devseed
committed
make util as submodule
1 parent 185eef9 commit 0bbbf64

4 files changed

Lines changed: 7 additions & 1060 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "util"]
2+
path = util
3+
url = git@github.com:YuriSizuku/ReverseUtil.git

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
A tool to parse and load module in memory, as well as attach a DLL in EXE.
33
Most of the functions are inline, so that it can also be used in shellcode.
44

5+
This project is tested on `windows xp `, `windows 7`, `windows 10`, `windows 11`.
6+
57
## compile
68

79
```shell
@@ -121,6 +123,6 @@ See `winpe.h` for parsing and loading PE structure in detail.
121123
122124
## known issues
123125
124-
* ~~attach x64 DLL to exe crash on calling some windows API~~
126+
* ~~attach x64 DLL to exe crash on calling some windows API~~
125127
problem occured by `movaps xmm0, xmmword ptr ss:[rsp]`
126128
fixed by stack memory align with 0x10

util

Submodule util added at 9aad6f9

0 commit comments

Comments
 (0)