-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d95c48
commit 9549914
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
# py-bypass | ||
|
||
A Multi-Pass Encoder & Heuristic Sandbox Bypass AV Evasion Tool! | ||
|
||
|
||
The tool is I developed while doing research on anti-virus evasion. It was designed to use simple xor, add, or sub instructions to encode Windows executable files in order to defeat sandbox-based, heuristic run time detections and minimize the static nature of the decoding/heuristic code to combat signature detection. At the time of its development it was relatively successfuly at evading detection from most major AV products (though that may not be the case today). | ||
---an_spectator 2021/12/19 | ||
|
||
|
||
|
||
USE AT YOUR OWN RISK AND WHAT YOU DO WITH THIS IS UP TO YOU NOT ME! |