.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/python-publish.yml
pylockware/__init__.py
pylockware/decorators.py
pylockware.egg-info/PKG-INFO
pylockware.egg-info/SOURCES.txt
pylockware.egg-info/dependency_links.txt
pylockware.egg-info/entry_points.txt
pylockware.egg-info/requires.txt
pylockware.egg-info/top_level.txt
pylockware/anti_debug/__init__.py
pylockware/anti_debug/antidebug_crossplatform.py
pylockware/anti_debug/antidebug_llvm.py
pylockware/cli/__init__.py
pylockware/cli/build.py
pylockware/cli/main.py
pylockware/core/__init__.py
pylockware/core/module_base.py
pylockware/core/module_manager.py
pylockware/core/name_generator.py
pylockware/core/obfuscator.py
pylockware/gui/__init__.py
pylockware/gui/main.py
pylockware/gui/obfuscator_gui.py
pylockware/modules/__init__.py
pylockware/modules/anti_debug_module.py
pylockware/modules/builtin_dispatcher_module.py
pylockware/modules/call_obf_module.py
pylockware/modules/crypt_module.py
pylockware/modules/decorator_obf_module.py
pylockware/modules/disable_traceback_module.py
pylockware/modules/import_obf_module.py
pylockware/modules/junk_code_module.py
pylockware/modules/nuitka_builder_module.py
pylockware/modules/number_obf_module.py
pylockware/modules/remap_module.py
pylockware/modules/remove_annotations_module.py
pylockware/modules/state_machine_module.py
pylockware/modules/string_protect_module.py
pylockware/modules/type_annotation_obf_module.py
pylockware/sdk/__init__.py
pylockware/sdk/builder.py
pylockware/sdk/config.py
pylockware/transforms/__init__.py
pylockware/transforms/annotation_aware_transformer.py
pylockware/transforms/builtin_dispatcher.py
pylockware/transforms/crypter.py
pylockware/transforms/decorator_obf.py
pylockware/transforms/junk_code_transformer.py
pylockware/transforms/num_obf.py
pylockware/transforms/remap_transformer.py
pylockware/transforms/state_machine_transformer.py
pylockware/transforms/str_prot.py
pylockware/transforms/type_annotation_obf.py