All Projects → PyObfx → Pyobfx

PyObfx / Pyobfx

Licence: gpl-3.0
Python Obfuscator & Packer

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Pyobfx

Furikuri
(In dev)furikuri is framework for code protection
Stars: ✭ 103 (-2.83%)
Mutual labels:  packer, obfuscator
.net Obfuscator
Lists of .NET Obfuscator (Free, Trial, Paid and Open Source )
Stars: ✭ 392 (+269.81%)
Mutual labels:  packer, obfuscator
Osx Vm Templates
macOS templates for Packer and VeeWee.
Stars: ✭ 1,050 (+890.57%)
Mutual labels:  packer
My Cheat Sheets
A place to keep all my cheat sheets for the complete development of ASIC/FPGA hardware or a software app/service.
Stars: ✭ 94 (-11.32%)
Mutual labels:  packer
Packer Centos 6
This build has been moved - see README.md
Stars: ✭ 78 (-26.42%)
Mutual labels:  packer
Packer For Vsphere And More
Stars: ✭ 63 (-40.57%)
Mutual labels:  packer
Packer Ubuntu 1404
DEPRECATED - Packer Example - Ubuntu 14.04 Vagrant Box using Ansible provisioner
Stars: ✭ 81 (-23.58%)
Mutual labels:  packer
Ansible Role Packer rhel
Ansible Role - Packer RHEL/CentOS Configuration for Vagrant VirtualBox
Stars: ✭ 45 (-57.55%)
Mutual labels:  packer
Packer Ubuntu 1804
This build has been moved - see README.md
Stars: ✭ 101 (-4.72%)
Mutual labels:  packer
Javascript Code Protection Example
An example of JavaScript code protection
Stars: ✭ 76 (-28.3%)
Mutual labels:  packer
Packer Provisioner Goss
Goss Provisioner for Packer
Stars: ✭ 91 (-14.15%)
Mutual labels:  packer
Terraform Aws Couchbase
Reusable infrastructure modules for running Couchbase on AWS
Stars: ✭ 73 (-31.13%)
Mutual labels:  packer
Skater .net Obfuscator
Skater .NET Obfuscator is an obfuscation tool for .NET code protection. It implements all known software protection techniques and obfuscation algorithms.
Stars: ✭ 64 (-39.62%)
Mutual labels:  obfuscator
Packerlicious
use python to make hashicorp packer templates
Stars: ✭ 90 (-15.09%)
Mutual labels:  packer
Ansible Windows Docker Springboot
Example project showing how to provision, deploy, run & orchestrate Spring Boot apps with Docker Windows Containers on Docker Windows native using Packer, Powershell, Vagrant & Ansible
Stars: ✭ 58 (-45.28%)
Mutual labels:  packer
Beetbox
Pre-provisioned L*MP stack
Stars: ✭ 94 (-11.32%)
Mutual labels:  packer
Obfuscar
Open source obfuscation tool for .NET assemblies
Stars: ✭ 1,040 (+881.13%)
Mutual labels:  obfuscator
Chrome Pak Customizer
a simple command-line tool to pack and unpack pak files in chrome or chromium-based browser
Stars: ✭ 79 (-25.47%)
Mutual labels:  packer
Appacker
Tool for making single .exe application packages
Stars: ✭ 70 (-33.96%)
Mutual labels:  packer
Upx Visual Studio
Compile UPX 3.96 and belong librarys on Visual Studio! Source also include LZMA, UCL and zlib ✒️
Stars: ✭ 96 (-9.43%)
Mutual labels:  packer


PyObfx

Python Obfuscation tool

Features

  • String, Integer, Float and Boolean Obfuscation
  • Variable Name Obfuscation
  • Import Name Obfuscation
  • Packing

Installation

git clone https://github.com/PyObfx/PyObfx.git && cd PyObfx/
pip install -r requirements.txt

Usage

In order to obfuscate a single file:

python3 PyObfx.py <file_name>

To pack the file after obfuscation: (Available packers are bz2, gz and lzma)

python3 PyObfx.py <file_name> -p <packer>

For other options, see:

python3 PyObfx.py -h

License

This project is licensed under the GPL v3 License - see the LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].