Skip to main content

Python obfuscator that use hyperion

Project description

Hyperion_obf Downloads

Langage

Python 3.9.4

Install

pip install hyperion_obf

How To Use

This module contains only one function called obfuscate that returns the code obfuscated

import Hyperion_obf

#Obfuscate code from string
print(Hyperion_obf.obfuscate(script="print('Hello, world!')"))
#Obfuscate code from a file
print(Hyperion_obf.obfuscate(file="code.py"))

Parameters

The function obfuscate have 4 parameters:

file: The name of the file you want to be obfuscated. script: The script to obfuscate. skiprenaming: If true all the variables won't be renamed skipchunks: If true the script will skip the protection of chunks

Credits

Hyperion is made by Billythegoat356 & Bluered

I just made a module , all the merit is theirs

https://obf.plague.fun/obf/

https://github.com/billythegoat356/Hyperion

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

Hyperion_obf-1.0.0.tar.gz (14.3 kB view hashes)

Uploaded Source

Built Distribution

Hyperion_obf-1.0.0-py3-none-any.whl (14.3 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