Python 3.10+ obfuscator with many obfuscation methods.
Reason this release was yanked:
no more on pypi
Project description
daricum
A work-in-progress Python 3.10+ obfuscator with many obfuscation methods.
This obfuscator is built on ast. Inspired by jargonaut.
Note that this is a proof-of-concept and a work in progress.
Features
- MBA Expressions
- In Outline
- Control Flow
- Try Catch
- Try Catch Normalizer
Examples
Check out examples folder
How to
Installation
Install with pip
pip install dauricum
Install from github
git clone https://github.com/Maxdsdsdsd/dauricum.git
cd dauricum
build.bat
Use
Obfuscate .py file
py -m dauricum -input example1-unobf.py -output a.py --mba-expression
--mba-expression-mode true --in-outline
--control-flow --try-catch --try-catch-mode true
--try-catch-iter 3 --try-normalizer --try-normalizer-iter 5
Get help
py -m dauricum --help
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dauricum-0.2.tar.gz
(10.4 kB
view hashes)
Built Distribution
dauricum-0.2-py3-none-any.whl
(13.7 kB
view hashes)