python-obfuscation-framework 1.6.0__tar.gz → 1.6.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.6.0/python_obfuscation_framework.egg-info → python_obfuscation_framework-1.6.1}/PKG-INFO +1 -1
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/strings.py +1 -1
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pyproject.toml +1 -1
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1/python_obfuscation_framework.egg-info}/PKG-INFO +1 -1
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/LICENSE +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/MANIFEST.in +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/README.md +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/__main__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/cli.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/cli_v2.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/errors.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/argv.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/base.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/cpu/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/cpu/cpu_count.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/fs/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/fs/directory_exist.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/fs/directory_list_exist.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/fs/directory_list_missing.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/fs/directory_missing.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/fs/exec_method.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/fs/executable_path.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/fs/file_exist.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/fs/file_list_exist.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/fs/file_list_missing.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/fs/file_missing.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/fs/tmp.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/hardware/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/hardware/ram_count.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/hooks/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/hooks/debugger.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/hooks/tracemalloc.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/human/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/human/p.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/human/prompt.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/integrity.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/multi.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/os/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/os/domain.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/os/hostname.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/os/uid.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/os/username.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/processes/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/processes/proc_count.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/time/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/time/expire.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/time/uptime.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/time/utc.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/utils.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/main.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/builtins.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/cipher/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/cipher/deep_encryption.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/cipher/rc4.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/cipher/shift.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/cipher/xor.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/compression/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/compression/bz2.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/compression/gzip.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/compression/lzma.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/compression/zlib.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/constants.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/definitions.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/encoding/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/encoding/a85.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/encoding/b16.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/encoding/b32.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/encoding/b32hex.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/encoding/b64.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/encoding/b85.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/encoding/binascii.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/encoding/snt.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/esoteric/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/esoteric/call.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/esoteric/doc.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/esoteric/globals.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/esoteric/imports.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/extract_variables.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/junk/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/junk/add_comments.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/junk/add_newlines.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/names.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/names_rope.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/numbers.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/other/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/other/tokens.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/remove/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/remove/comments.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/remove/exceptions.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/remove/indents.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/remove/loggings.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/remove/loggings_old.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/remove/newline.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/remove/print.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/restructure.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/stegano/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/stegano/docstrings.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/stegano/ipv6encoding.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/stegano/macencoding.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/stegano/uuidencoding.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/stager/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/stager/cipher/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/stager/cipher/rc4.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/stager/download.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/stager/image.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/stager/lots/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/stager/lots/cl1pnet.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/stager/lots/pastebin.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/stager/lots/pasters.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/stager/quine.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/cipher/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/cipher/rc4.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/cipher/shift.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/compression/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/compression/bz2.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/compression/gzip.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/compression/lzma.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/compression/zlib.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/encoding/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/encoding/a85.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/encoding/b16.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/encoding/b3.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/encoding/b32.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/encoding/b32hex.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/encoding/b64.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/encoding/b85.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/encoding/binascii.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/encoding/snt.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/entropy.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/extract_names.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/generator/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/generator/advanced.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/generator/base.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/generator/basic.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/generator/names.txt +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/generator/unicode.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/se/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/se/homoglyphs.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/se/homoglyphs.txt +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/stegano/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/stegano/ipv6encoding.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/stegano/macencoding.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/stegano/uuidencoding.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/tokens.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/python_obfuscation_framework.egg-info/SOURCES.txt +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/python_obfuscation_framework.egg-info/dependency_links.txt +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/python_obfuscation_framework.egg-info/entry_points.txt +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/python_obfuscation_framework.egg-info/requires.txt +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/python_obfuscation_framework.egg-info/top_level.txt +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/setup.cfg +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/obfuscator/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/obfuscator/test_a85.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/obfuscator/test_b16.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/obfuscator/test_b32.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/obfuscator/test_b32hex.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/obfuscator/test_b64.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/obfuscator/test_b85.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/obfuscator/test_comments.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/obfuscator/test_docstrings.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/obfuscator/test_exceptions.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/obfuscator/test_names/code/out.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/obfuscator/test_names/code/source.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/obfuscator/test_names/test_names.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/obfuscator/test_print.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/obfuscator/test_xor.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/pyproject.toml +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/utils/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/utils/se/__init__.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/utils/se/test_homoglyphs.py +0 -0
- {python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/utils/test_generator.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-obfuscation-framework
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.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>
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/strings.py
RENAMED
|
@@ -208,7 +208,7 @@ class StringsObfuscator:
|
|
|
208
208
|
def string_replace(tokval: str):
|
|
209
209
|
raw_string = eval(tokval) # noqa: S307
|
|
210
210
|
|
|
211
|
-
if not raw_string:
|
|
211
|
+
if not raw_string or isinstance(raw_string, str):
|
|
212
212
|
return [(STRING, tokval)]
|
|
213
213
|
|
|
214
214
|
i = random.randint(0, len(raw_string) - 1)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-obfuscation-framework
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.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>
|
|
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.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/__init__.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/argv.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.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.6.0 → python_obfuscation_framework-1.6.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.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/human/p.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/integrity.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/multi.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/os/__init__.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/os/domain.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/os/hostname.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/os/uid.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/os/username.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/time/expire.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/time/uptime.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/time/utc.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/evasion/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/__init__.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.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
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/obfuscator/names.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.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.6.0 → python_obfuscation_framework-1.6.1}/pof/stager/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/stager/cipher/rc4.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/stager/download.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/stager/image.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/stager/lots/cl1pnet.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/stager/lots/pasters.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/stager/quine.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/cipher/rc4.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.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.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/encoding/a85.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/encoding/b16.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/encoding/b3.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/encoding/b32.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/encoding/b64.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/encoding/b85.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/encoding/snt.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/entropy.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/extract_names.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.6.0 → python_obfuscation_framework-1.6.1}/pof/utils/se/__init__.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.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.6.0 → python_obfuscation_framework-1.6.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
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/pyproject.toml
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/utils/__init__.py
RENAMED
|
File without changes
|
{python_obfuscation_framework-1.6.0 → python_obfuscation_framework-1.6.1}/tests/utils/se/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|