Jump to content
YOUR-AD-HERE
HOSTING
TOOLS
992Proxy

Locked Stealthify V2 - Code obfuscator for Python


itsMe

Recommended Posts

This is the hidden content, please

Stealthify V2 is a lightweight code obfuscator for Python, designed to provide basic protection against casual reverse engineering of your source code. It applies simple obfuscation techniques to make your code less readable and deter unauthorized access.

Features:

    Basic Name Obfuscation: Stealthify V2 renames variables, functions, and parameters with randomly generated names to make the code less intuitive.
    The obfuscated code is enhanced with randomly generated lines of junk code, which are interspersed throughout the code to make it more difficult to analyze and understand.
    Limited AST Transformations: The obfuscator performs basic Abstract Syntax Tree (AST) transformations to modify the code structure and confuse potential attackers.
    Another Encoding layer: Adds another layer of Base64, base85, marshal and lzma Encoding and compression over the obfuscated code to make it slightly harder to understand. It uses some code from Codeuk on Github. Go check him out!
    Multiple Obfuscation Layers: You can choose to apply multiple layers of obfuscation to the code to make it slightly harder to understand.
    Basic Anti-VM code to bypass Virtual Machine Environments.

This is the hidden content, please

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.