LICENSE.txt
MANIFEST.in
README.md
setup.py
helix/__init__.py
helix/__main__.py
helix/blueprint.py
helix/build.py
helix/component.py
helix/exceptions.py
helix/tests.py
helix/transform.py
helix/utils.py
helix.egg-info/PKG-INFO
helix.egg-info/SOURCES.txt
helix.egg-info/dependency_links.txt
helix.egg-info/entry_points.txt
helix.egg-info/not-zip-safe
helix.egg-info/requires.txt
helix.egg-info/top_level.txt
helix/blueprints/__init__.py
helix/blueprints/cmake/CMakeLists.txt
helix/blueprints/cmake/__init__.py
helix/blueprints/cmake/cmake.py
helix/blueprints/cmake/main.c
helix/blueprints/cmake/static/CMakeLists.txt
helix/blueprints/cmake/static/__init__.py
helix/blueprints/cmake/static/static.py
helix/components/__init__.py
helix/components/attack/__init__.py
helix/components/attack/utils.py
helix/components/attack/collection/__init__.py
helix/components/attack/collection/screen_capture/__init__.py
helix/components/attack/collection/screen_capture/bitblt/__init__.py
helix/components/attack/collection/screen_capture/bitblt/bitblt.py
helix/components/attack/collection/screen_capture/bitblt/windows-screenshot-bitblt.cpp
helix/components/attack/collection/screen_capture/xlib/__init__.py
helix/components/attack/collection/screen_capture/xlib/linux-screenshot-xlib.cpp
helix/components/attack/collection/screen_capture/xlib/xlib.py
helix/components/attack/command_and_control/__init__.py
helix/components/attack/command_and_control/remote_file_copy/__init__.py
helix/components/attack/command_and_control/remote_file_copy/libcurl/__init__.py
helix/components/attack/command_and_control/remote_file_copy/libcurl/libcurl.py
helix/components/attack/command_and_control/remote_file_copy/libcurl/linux-download-libcurl.cpp
helix/components/attack/defense_evasion/__init__.py
helix/components/attack/defense_evasion/file_deletion/__init__.py
helix/components/attack/defense_evasion/file_deletion/deletefile/__init__.py
helix/components/attack/defense_evasion/file_deletion/deletefile/deletefile.py
helix/components/attack/defense_evasion/file_deletion/deletefile/windows-deletefile.cpp
helix/components/attack/defense_evasion/file_deletion/remove/__init__.py
helix/components/attack/defense_evasion/file_deletion/remove/linux-remove.cpp
helix/components/attack/defense_evasion/file_deletion/remove/remove.py
helix/components/attack/defense_evasion/file_deletion/unlink/__init__.py
helix/components/attack/defense_evasion/file_deletion/unlink/linux-unlink.cpp
helix/components/attack/defense_evasion/file_deletion/unlink/unlink.py
helix/components/attack/defense_evasion/timestomp/__init__.py
helix/components/attack/defense_evasion/timestomp/utime/__init__.py
helix/components/attack/defense_evasion/timestomp/utime/linux-utime.cpp
helix/components/attack/defense_evasion/timestomp/utime/utime.py
helix/components/attack/discovery/__init__.py
helix/components/attack/discovery/query_registry/__init__.py
helix/components/attack/discovery/query_registry/regqueryvalue/__init__.py
helix/components/attack/discovery/query_registry/regqueryvalue/regqueryvalue.py
helix/components/attack/discovery/query_registry/regqueryvalue/windows-registry-regqueryvalue.cpp
helix/components/attack/execution/__init__.py
helix/components/attack/execution/command_line_interface/__init__.py
helix/components/attack/execution/command_line_interface/system/__init__.py
helix/components/attack/execution/command_line_interface/system/linux-system.cpp
helix/components/attack/execution/command_line_interface/system/system.py
helix/components/attack/exfiltration/__init__.py
helix/components/attack/exfiltration/data_compressed/__init__.py
helix/components/attack/exfiltration/data_compressed/zlib/__init__.py
helix/components/attack/exfiltration/data_compressed/zlib/linux-compress-zlib.cpp
helix/components/attack/exfiltration/data_compressed/zlib/linux-decompress-zlib.cpp
helix/components/attack/exfiltration/data_compressed/zlib/zlib.py
helix/components/attack/exfiltration/data_encrypted/__init__.py
helix/components/attack/exfiltration/data_encrypted/openssl/__init__.py
helix/components/attack/exfiltration/data_encrypted/openssl/aes/__init__.py
helix/components/attack/exfiltration/data_encrypted/openssl/aes/aes.py
helix/components/attack/exfiltration/data_encrypted/openssl/aes/linux-decrypt-openssl-aes.cpp
helix/components/attack/exfiltration/data_encrypted/openssl/aes/linux-encrypt-openssl-aes.cpp
helix/components/examples/__init__.py
helix/components/examples/configuration/__init__.py
helix/components/examples/configuration/configuration-example.cpp
helix/components/examples/configuration/configuration.py
helix/components/examples/minimal/__init__.py
helix/components/examples/minimal/minimal-example.cpp
helix/components/examples/minimal/minimal.py
helix/management/__init__.py
helix/management/exceptions.py
helix/management/utils.py
helix/management/commands/__init__.py
helix/management/commands/build.py
helix/management/commands/install.py
helix/management/commands/list.py
helix/management/commands/test.py
helix/transforms/__init__.py
helix/transforms/examples/__init__.py
helix/transforms/examples/replace/__init__.py
helix/transforms/examples/replace/replace.py
helix/transforms/mpress/__init__.py
helix/transforms/mpress/mpress.py
helix/transforms/strip/__init__.py
helix/transforms/strip/strip.py
helix/transforms/upx/__init__.py
helix/transforms/upx/tests.py
helix/transforms/upx/upx.py