Skip to content

Commit 9f117ba

Browse files
committed
update: evasion, full refactor
1 parent 1b35e20 commit 9f117ba

90 files changed

Lines changed: 4791 additions & 375 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,8 +1288,9 @@ times, and we finally convert the tokens back to code.
12881288
By chaining multiple obfuscations techniques we can create very complex and
12891289
custom output.
12901290

1291-
Pof also provide evasions methods, detailed below, they are useful for quick and
1292-
easy evasions, and can be used and customized to fit the need.
1291+
Pof also provide evasions methods, they are useful for quick and easy evasions,
1292+
and can be used and customized to fit the need. The full evasion documentation
1293+
can be found in [evasion.md](./evasion.md).
12931294

12941295
For more example of how to use the pof Python API check the
12951296
[examples/](./examples) directory.
@@ -1371,6 +1372,13 @@ python3 -m build
13711372
python3 -m twine check dist/*
13721373
```
13731374

1375+
Update evasion documentation:
1376+
1377+
```bash
1378+
pip install .
1379+
./scripts/generate_evasion_docs.py > evasion.md
1380+
```
1381+
13741382
## Python 2
13751383

13761384
No effort is made to support Python 2, most obfuscator, stagers, and evasion

0 commit comments

Comments
 (0)