Skip to content

Commit

Permalink
changed compression lib to supersnappy to remove zlib1.dll dependency…
Browse files Browse the repository at this point in the history
… bug
  • Loading branch information
itaymigdal committed Dec 11, 2023
1 parent 4f9b569 commit 46e2ca0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion PichichiH0ll0wer/Loader/main.nim
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import antidebug
import os
import winim
import strutils
import supersnappy
from std/base64 import decode
from zip/zlib import uncompress

# Import per module chosen
when defined(hollow1):
Expand Down
8 changes: 4 additions & 4 deletions PichichiH0ll0wer/Loader/params.nim

Large diffs are not rendered by default.

Binary file modified PichichiH0ll0wer/build.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion PichichiH0ll0wer/build.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import osproc
import argparse
import ptr_math
import strformat
import supersnappy
import winim/inc/[rpc, windef]
from std/base64 import encode
from zip/zlib import compress

# YOU HAVE TO HAVE A TOOL BANNER
const pichichiBanner = """
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Example of splitted hollowing of `cscript.exe` with `cmd.exe` that spawns `whoam
# Installation
Built with Nim 1.6.12, should be run on Windows only.
```
nimble install winim ptr_math nimprotect zip argparse
nimble install winim ptr_math nimprotect supersnappy argparse
```

# Usage
Expand Down

0 comments on commit 46e2ca0

Please sign in to comment.