python-obfuscation-framework 1.9.0__tar.gz → 1.9.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_obfuscation_framework-1.9.0/python_obfuscation_framework.egg-info → python_obfuscation_framework-1.9.1}/PKG-INFO +6 -6
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/README.md +2 -2
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/main.py +1 -1
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pyproject.toml +4 -4
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1/python_obfuscation_framework.egg-info}/PKG-INFO +6 -6
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/LICENSE +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/MANIFEST.in +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/__main__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/cli.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/cli_v2.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/errors.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/argv.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/base.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/cpu/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/cpu/cpu_count.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/fs/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/fs/directory_exist.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/fs/directory_list_exist.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/fs/directory_list_missing.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/fs/directory_missing.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/fs/exec_method.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/fs/executable_path.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/fs/file_exist.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/fs/file_list_exist.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/fs/file_list_missing.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/fs/file_missing.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/fs/tmp.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/hardware/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/hardware/ram_count.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/hooks/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/hooks/debugger.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/hooks/tracemalloc.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/human/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/human/p.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/human/prompt.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/integrity.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/multi.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/os/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/os/domain.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/os/hostname.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/os/uid.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/os/username.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/processes/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/processes/proc_count.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/time/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/time/expire.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/time/uptime.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/time/utc.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/utils.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/logger.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/boolean.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/builtins.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/cipher/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/cipher/deep_encryption.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/cipher/rc4.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/cipher/shift.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/cipher/xor.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/compression/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/compression/bz2.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/compression/gzip.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/compression/lzma.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/compression/zlib.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/constants.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/definitions.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/encoding/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/encoding/a85.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/encoding/b16.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/encoding/b32.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/encoding/b32hex.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/encoding/b64.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/encoding/b85.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/encoding/binascii.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/encoding/snt.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/encoding/whitespace.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/esoteric/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/esoteric/call.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/esoteric/doc.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/esoteric/globals.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/esoteric/imports.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/extract_variables.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/junk/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/junk/add_comments.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/junk/add_newlines.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/names.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/names_rope.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/numbers.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/other/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/other/tokens.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/remove/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/remove/comments.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/remove/exceptions.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/remove/indents.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/remove/loggings.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/remove/loggings_old.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/remove/newline.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/remove/print.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/restructure.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/stegano/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/stegano/docstrings.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/stegano/ipv6encoding.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/stegano/macencoding.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/stegano/uuidencoding.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/strings.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/variables.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/stager/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/stager/cipher/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/stager/cipher/rc4.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/stager/download.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/stager/image.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/stager/lots/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/stager/lots/cl1pnet.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/stager/lots/pastebin.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/stager/lots/pasters.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/stager/quine.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/cipher/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/cipher/rc4.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/cipher/shift.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/compression/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/compression/bz2.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/compression/gzip.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/compression/lzma.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/compression/zlib.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/encoding/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/encoding/a85.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/encoding/b16.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/encoding/b3.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/encoding/b32.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/encoding/b32hex.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/encoding/b64.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/encoding/b85.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/encoding/binascii.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/encoding/snt.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/encoding/whitespace.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/entropy.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/extract_names.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/format.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/generator/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/generator/advanced.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/generator/base.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/generator/basic.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/generator/comments.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/generator/comments.txt +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/generator/names.txt +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/generator/unicode.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/se/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/se/homoglyphs.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/se/homoglyphs.txt +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/stegano/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/stegano/ipv6encoding.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/stegano/macencoding.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/stegano/uuidencoding.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/tokens.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/python_obfuscation_framework.egg-info/SOURCES.txt +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/python_obfuscation_framework.egg-info/dependency_links.txt +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/python_obfuscation_framework.egg-info/entry_points.txt +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/python_obfuscation_framework.egg-info/requires.txt +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/python_obfuscation_framework.egg-info/top_level.txt +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/setup.cfg +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/test_a85.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/test_b16.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/test_b32.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/test_b32hex.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/test_b64.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/test_b85.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/test_binascii.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/test_boolean.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/test_call.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/test_comments.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/test_doc.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/test_docstrings.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/test_exceptions.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/test_ipv6encoding.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/test_names/code/out.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/test_names/code/source.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/test_names/test_names.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/test_number.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/test_print.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/test_snt.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/test_tokens.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/test_xor.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/utils.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/pyproject.toml +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/utils/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/utils/se/__init__.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/utils/se/test_homoglyphs.py +0 -0
- {python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/utils/test_generator.py +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-obfuscation-framework
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.1
|
|
4
4
|
Summary: Python Obfuscation Framework
|
|
5
5
|
Author-email: deoktr <35725720+deoktr@users.noreply.github.com>
|
|
6
6
|
Maintainer-email: deoktr <35725720+deoktr@users.noreply.github.com>
|
|
7
7
|
License-Expression: GPL-3.0-or-later
|
|
8
|
-
Project-URL: Homepage, https://github.com/deoktr/
|
|
9
|
-
Project-URL: Bug Reports, https://github.com/deoktr/
|
|
10
|
-
Project-URL: Source, https://github.com/deoktr/
|
|
8
|
+
Project-URL: Homepage, https://github.com/deoktr/Python-Obfuscation-Framework
|
|
9
|
+
Project-URL: Bug Reports, https://github.com/deoktr/Python-Obfuscation-Framework/issues
|
|
10
|
+
Project-URL: Source, https://github.com/deoktr/Python-Obfuscation-Framework/
|
|
11
11
|
Keywords: cybersecurity,obfuscation,obfuscator,stager,payload
|
|
12
12
|
Classifier: Development Status :: 4 - Beta
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
@@ -43,13 +43,13 @@ Requires-Dist: twine; extra == "build"
|
|
|
43
43
|
Requires-Dist: check-manifest; extra == "build"
|
|
44
44
|
Dynamic: license-file
|
|
45
45
|
|
|
46
|
-
# pof
|
|
46
|
+
# Python Obfuscation Framework - pof
|
|
47
47
|
|
|
48
48
|
[](https://pypi.org/project/python-obfuscation-framework)
|
|
49
49
|
|
|
50
50
|
Test it at [pof.run](https://pof.run).
|
|
51
51
|
|
|
52
|
-
Python Obfuscation Framework, a complete Python offensive security toolkit to generate staged obfuscated payloads.
|
|
52
|
+
Python Obfuscation Framework (pof), a complete Python offensive security toolkit to generate staged obfuscated payloads.
|
|
53
53
|
|
|
54
54
|
pof will allow you to:
|
|
55
55
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# pof
|
|
1
|
+
# Python Obfuscation Framework - pof
|
|
2
2
|
|
|
3
3
|
[](https://pypi.org/project/python-obfuscation-framework)
|
|
4
4
|
|
|
5
5
|
Test it at [pof.run](https://pof.run).
|
|
6
6
|
|
|
7
|
-
Python Obfuscation Framework, a complete Python offensive security toolkit to generate staged obfuscated payloads.
|
|
7
|
+
Python Obfuscation Framework (pof), a complete Python offensive security toolkit to generate staged obfuscated payloads.
|
|
8
8
|
|
|
9
9
|
pof will allow you to:
|
|
10
10
|
|
|
@@ -179,7 +179,7 @@ class Obfuscator(BaseObfuscator):
|
|
|
179
179
|
# In this context, `baz` would be obfuscated, but it shouldn't because
|
|
180
180
|
# the function is part of the `foo` imported module
|
|
181
181
|
# tokens = NamesObfuscator(generator=generator).obfuscate_tokens(tokens)
|
|
182
|
-
# TODO: use alternative variable obfuscator using the AST
|
|
182
|
+
# TODO (deoktr): use alternative variable obfuscator using the AST
|
|
183
183
|
# tokens = VariablesObfuscator().obfuscate_tokens(tokens)
|
|
184
184
|
|
|
185
185
|
tokens = GlobalsObfuscator().obfuscate_tokens(tokens)
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "python-obfuscation-framework"
|
|
7
|
-
version = "1.9.
|
|
7
|
+
version = "1.9.1"
|
|
8
8
|
description = "Python Obfuscation Framework"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.5"
|
|
@@ -53,9 +53,9 @@ build = [
|
|
|
53
53
|
]
|
|
54
54
|
|
|
55
55
|
[project.urls]
|
|
56
|
-
"Homepage" = "https://github.com/deoktr/
|
|
57
|
-
"Bug Reports" = "https://github.com/deoktr/
|
|
58
|
-
"Source" = "https://github.com/deoktr/
|
|
56
|
+
"Homepage" = "https://github.com/deoktr/Python-Obfuscation-Framework"
|
|
57
|
+
"Bug Reports" = "https://github.com/deoktr/Python-Obfuscation-Framework/issues"
|
|
58
|
+
"Source" = "https://github.com/deoktr/Python-Obfuscation-Framework/"
|
|
59
59
|
|
|
60
60
|
[project.scripts]
|
|
61
61
|
pof = "pof.cli:_cli"
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-obfuscation-framework
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.1
|
|
4
4
|
Summary: Python Obfuscation Framework
|
|
5
5
|
Author-email: deoktr <35725720+deoktr@users.noreply.github.com>
|
|
6
6
|
Maintainer-email: deoktr <35725720+deoktr@users.noreply.github.com>
|
|
7
7
|
License-Expression: GPL-3.0-or-later
|
|
8
|
-
Project-URL: Homepage, https://github.com/deoktr/
|
|
9
|
-
Project-URL: Bug Reports, https://github.com/deoktr/
|
|
10
|
-
Project-URL: Source, https://github.com/deoktr/
|
|
8
|
+
Project-URL: Homepage, https://github.com/deoktr/Python-Obfuscation-Framework
|
|
9
|
+
Project-URL: Bug Reports, https://github.com/deoktr/Python-Obfuscation-Framework/issues
|
|
10
|
+
Project-URL: Source, https://github.com/deoktr/Python-Obfuscation-Framework/
|
|
11
11
|
Keywords: cybersecurity,obfuscation,obfuscator,stager,payload
|
|
12
12
|
Classifier: Development Status :: 4 - Beta
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
@@ -43,13 +43,13 @@ Requires-Dist: twine; extra == "build"
|
|
|
43
43
|
Requires-Dist: check-manifest; extra == "build"
|
|
44
44
|
Dynamic: license-file
|
|
45
45
|
|
|
46
|
-
# pof
|
|
46
|
+
# Python Obfuscation Framework - pof
|
|
47
47
|
|
|
48
48
|
[](https://pypi.org/project/python-obfuscation-framework)
|
|
49
49
|
|
|
50
50
|
Test it at [pof.run](https://pof.run).
|
|
51
51
|
|
|
52
|
-
Python Obfuscation Framework, a complete Python offensive security toolkit to generate staged obfuscated payloads.
|
|
52
|
+
Python Obfuscation Framework (pof), a complete Python offensive security toolkit to generate staged obfuscated payloads.
|
|
53
53
|
|
|
54
54
|
pof will allow you to:
|
|
55
55
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/__init__.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/argv.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/fs/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/fs/tmp.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/human/p.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/integrity.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/multi.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/os/__init__.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/os/domain.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/os/hostname.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/os/uid.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/os/username.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/time/expire.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/time/uptime.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/time/utc.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/evasion/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/__init__.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/boolean.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/builtins.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/names.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/numbers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/obfuscator/strings.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/stager/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/stager/cipher/rc4.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/stager/download.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/stager/image.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/stager/lots/cl1pnet.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/stager/lots/pasters.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/stager/quine.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/cipher/rc4.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/cipher/shift.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/encoding/a85.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/encoding/b16.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/encoding/b3.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/encoding/b32.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/encoding/b64.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/encoding/b85.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/encoding/snt.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/entropy.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/extract_names.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/format.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/se/__init__.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/se/homoglyphs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/pof/utils/tokens.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/obfuscator/utils.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/pyproject.toml
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/utils/__init__.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.9.0 → python_obfuscation_framework-1.9.1}/tests/utils/se/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|