Skip to content

Commit b04e8e6

Browse files
authored
Merge pull request #1 from wizardy0ga/add-new-hashing-algs
Update 2.1.0
2 parents 43c4c76 + ae35177 commit b04e8e6

16 files changed

+597
-14
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,23 @@ jobs:
2828
run: |
2929
python -m build
3030
- name: Publish package to PyPi
31-
uses: pypa/gh-action-pypi-publish@release/v1
31+
uses: pypa/gh-action-pypi-publish@release/v1
32+
# test:
33+
# name: Run Tests on Windows
34+
# runs-on: windows-latest
35+
# steps:
36+
# - name: Checkout repository
37+
# uses: actions/checkout@v4
38+
# - name: Set up Python
39+
# uses: actions/setup-python@v4
40+
# with:
41+
# python-version: '3.x'
42+
# - name: Install dependencies
43+
# run: |
44+
# python -m pip install --upgrade pip
45+
# pip install D:\a\Hashycalls\Hashycalls
46+
# pip install pytest
47+
# - name: Run tests
48+
# run: |
49+
# cd D:\a\Hashycalls\Hashycalls\tests
50+
# pytest --verbose

Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
![banner](docs/img/banner.png)
1+
[![Typing SVG](https://readme-typing-svg.herokuapp.com?font=Press+Start+2P&size=72&duration=500&pause=3000&color=F7071D&center=true&width=1250&height=180&lines=Hashycalls)](https://git.io/typing-svg)
2+
[![Typing SVG](https://readme-typing-svg.herokuapp.com?font=Press+Start+2P&size=15&duration=5&pause=3000&color=F7071D&center=true&width=1250&lines=An+Import+Address+Table+obfuscation+utility+for+C%2FC%2B%2B+based+windows+implants)](https://git.io/typing-svg)
23
# About
34
Hashycalls is an import address table obfuscation utility for C/C++ implants targeting the windows operating system. This tool automates the process of creating hashes & associated resolution code. Developers need only provide a list of api calls to generate the hashycalls template. Implant side, this template can be used to access all of the function calls. Upon compilation, the function calls **will not appear** in the import address table.
45

0 commit comments

Comments
 (0)