Skip to content

Commit

Permalink
make util as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
devseed committed Mar 20, 2022
1 parent 185eef9 commit 0bbbf64
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1,060 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "util"]
path = util
url = [email protected]:YuriSizuku/ReverseUtil.git
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
A tool to parse and load module in memory, as well as attach a DLL in EXE.
Most of the functions are inline, so that it can also be used in shellcode.

This project is tested on `windows xp `, `windows 7`, `windows 10`, `windows 11`.

## compile

```shell
Expand Down Expand Up @@ -121,6 +123,6 @@ See `winpe.h` for parsing and loading PE structure in detail.
## known issues
* ~~attach x64 DLL to exe crash on calling some windows API~~
* ~~attach x64 DLL to exe crash on calling some windows API~~
problem occured by `movaps xmm0, xmmword ptr ss:[rsp]`
fixed by stack memory align with 0x10
1 change: 1 addition & 0 deletions util
Submodule util added at 9aad6f
Loading

0 comments on commit 0bbbf64

Please sign in to comment.