Skip to main content

Python 3.10+ obfuscator with many obfuscation methods.

Reason this release was yanked:

no more on pypi

Project description

daricum

Commits Stars

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


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)

Uploaded Source

Built Distribution

dauricum-0.2-py3-none-any.whl (13.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page