LICENSE
MANIFEST.in
README.md
pyproject.toml
pof/__init__.py
pof/__main__.py
pof/cli.py
pof/cli_v2.py
pof/errors.py
pof/logger.py
pof/main.py
pof/evasion/__init__.py
pof/evasion/argv.py
pof/evasion/base.py
pof/evasion/integrity.py
pof/evasion/multi.py
pof/evasion/utils.py
pof/evasion/cpu/__init__.py
pof/evasion/cpu/cpu_count.py
pof/evasion/fs/__init__.py
pof/evasion/fs/directory_exist.py
pof/evasion/fs/directory_list_exist.py
pof/evasion/fs/directory_list_missing.py
pof/evasion/fs/directory_missing.py
pof/evasion/fs/exec_method.py
pof/evasion/fs/executable_path.py
pof/evasion/fs/file_exist.py
pof/evasion/fs/file_list_exist.py
pof/evasion/fs/file_list_missing.py
pof/evasion/fs/file_missing.py
pof/evasion/fs/tmp.py
pof/evasion/hardware/__init__.py
pof/evasion/hardware/ram_count.py
pof/evasion/hooks/__init__.py
pof/evasion/hooks/debugger.py
pof/evasion/hooks/tracemalloc.py
pof/evasion/human/__init__.py
pof/evasion/human/p.py
pof/evasion/human/prompt.py
pof/evasion/os/__init__.py
pof/evasion/os/domain.py
pof/evasion/os/hostname.py
pof/evasion/os/uid.py
pof/evasion/os/username.py
pof/evasion/processes/__init__.py
pof/evasion/processes/proc_count.py
pof/evasion/time/__init__.py
pof/evasion/time/expire.py
pof/evasion/time/uptime.py
pof/evasion/time/utc.py
pof/obfuscator/__init__.py
pof/obfuscator/boolean.py
pof/obfuscator/builtins.py
pof/obfuscator/constants.py
pof/obfuscator/definitions.py
pof/obfuscator/extract_variables.py
pof/obfuscator/names.py
pof/obfuscator/names_rope.py
pof/obfuscator/numbers.py
pof/obfuscator/restructure.py
pof/obfuscator/strings.py
pof/obfuscator/cipher/__init__.py
pof/obfuscator/cipher/deep_encryption.py
pof/obfuscator/cipher/rc4.py
pof/obfuscator/cipher/shift.py
pof/obfuscator/cipher/xor.py
pof/obfuscator/compression/__init__.py
pof/obfuscator/compression/bz2.py
pof/obfuscator/compression/gzip.py
pof/obfuscator/compression/lzma.py
pof/obfuscator/compression/zlib.py
pof/obfuscator/encoding/__init__.py
pof/obfuscator/encoding/a85.py
pof/obfuscator/encoding/b16.py
pof/obfuscator/encoding/b32.py
pof/obfuscator/encoding/b32hex.py
pof/obfuscator/encoding/b64.py
pof/obfuscator/encoding/b85.py
pof/obfuscator/encoding/binascii.py
pof/obfuscator/encoding/snt.py
pof/obfuscator/encoding/whitespace.py
pof/obfuscator/esoteric/__init__.py
pof/obfuscator/esoteric/call.py
pof/obfuscator/esoteric/doc.py
pof/obfuscator/esoteric/globals.py
pof/obfuscator/esoteric/imports.py
pof/obfuscator/junk/__init__.py
pof/obfuscator/junk/add_comments.py
pof/obfuscator/junk/add_newlines.py
pof/obfuscator/other/__init__.py
pof/obfuscator/other/tokens.py
pof/obfuscator/remove/__init__.py
pof/obfuscator/remove/comments.py
pof/obfuscator/remove/exceptions.py
pof/obfuscator/remove/indents.py
pof/obfuscator/remove/loggings.py
pof/obfuscator/remove/loggings_old.py
pof/obfuscator/remove/newline.py
pof/obfuscator/remove/print.py
pof/obfuscator/stegano/__init__.py
pof/obfuscator/stegano/docstrings.py
pof/obfuscator/stegano/ipv6encoding.py
pof/obfuscator/stegano/macencoding.py
pof/obfuscator/stegano/uuidencoding.py
pof/stager/__init__.py
pof/stager/download.py
pof/stager/image.py
pof/stager/quine.py
pof/stager/cipher/__init__.py
pof/stager/cipher/rc4.py
pof/stager/lots/__init__.py
pof/stager/lots/cl1pnet.py
pof/stager/lots/pastebin.py
pof/stager/lots/pasters.py
pof/utils/__init__.py
pof/utils/entropy.py
pof/utils/extract_names.py
pof/utils/format.py
pof/utils/tokens.py
pof/utils/cipher/__init__.py
pof/utils/cipher/rc4.py
pof/utils/cipher/shift.py
pof/utils/compression/__init__.py
pof/utils/compression/bz2.py
pof/utils/compression/gzip.py
pof/utils/compression/lzma.py
pof/utils/compression/zlib.py
pof/utils/encoding/__init__.py
pof/utils/encoding/a85.py
pof/utils/encoding/b16.py
pof/utils/encoding/b3.py
pof/utils/encoding/b32.py
pof/utils/encoding/b32hex.py
pof/utils/encoding/b64.py
pof/utils/encoding/b85.py
pof/utils/encoding/binascii.py
pof/utils/encoding/snt.py
pof/utils/encoding/whitespace.py
pof/utils/generator/__init__.py
pof/utils/generator/advanced.py
pof/utils/generator/base.py
pof/utils/generator/basic.py
pof/utils/generator/comments.py
pof/utils/generator/comments.txt
pof/utils/generator/names.txt
pof/utils/generator/unicode.py
pof/utils/se/__init__.py
pof/utils/se/homoglyphs.py
pof/utils/se/homoglyphs.txt
pof/utils/stegano/__init__.py
pof/utils/stegano/ipv6encoding.py
pof/utils/stegano/macencoding.py
pof/utils/stegano/uuidencoding.py
python_obfuscation_framework.egg-info/PKG-INFO
python_obfuscation_framework.egg-info/SOURCES.txt
python_obfuscation_framework.egg-info/dependency_links.txt
python_obfuscation_framework.egg-info/entry_points.txt
python_obfuscation_framework.egg-info/requires.txt
python_obfuscation_framework.egg-info/top_level.txt
tests/__init__.py
tests/pyproject.toml
tests/obfuscator/__init__.py
tests/obfuscator/test_a85.py
tests/obfuscator/test_b16.py
tests/obfuscator/test_b32.py
tests/obfuscator/test_b32hex.py
tests/obfuscator/test_b64.py
tests/obfuscator/test_b85.py
tests/obfuscator/test_binascii.py
tests/obfuscator/test_boolean.py
tests/obfuscator/test_call.py
tests/obfuscator/test_comments.py
tests/obfuscator/test_doc.py
tests/obfuscator/test_docstrings.py
tests/obfuscator/test_exceptions.py
tests/obfuscator/test_ipv6encoding.py
tests/obfuscator/test_number.py
tests/obfuscator/test_print.py
tests/obfuscator/test_snt.py
tests/obfuscator/test_tokens.py
tests/obfuscator/test_xor.py
tests/obfuscator/utils.py
tests/obfuscator/test_names/test_names.py
tests/obfuscator/test_names/code/out.py
tests/obfuscator/test_names/code/source.py
tests/utils/__init__.py
tests/utils/test_generator.py
tests/utils/se/__init__.py
tests/utils/se/test_homoglyphs.py