Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dauricum

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dauricum

python 3.10+ obfuscator

  • 1.0
  • PyPI
  • Socket score

Maintainers
1

dauricum

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
  • Opaque
  • Renamer (Classes, fields, functions)
  • String Obscure

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 example1-obf-0.4.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 --rename --rename-mode 3
  --opaque --opaque-iter 5 --string-obscure

Get help

  py -m dauricum --help

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc