refactor: make decoy a plugin too

This commit is contained in:
Dobin Rutishauser
2024-06-10 10:06:24 +02:00
parent 85585e598e
commit 71b38a064c
8 changed files with 24 additions and 7 deletions
+5
View File
@@ -146,6 +146,11 @@ def start_real(settings: Settings):
project.settings.decoder_style.value,
project.settings.carrier_invoke_style.value))
logger.info("---[ Plugins: AntiEmulation={} Decoy={}".format(
project.settings.plugin_antiemulation,
project.settings.plugin_decoy)
)
# CREATE: Carrier C source files from template (C->C)
phases.templater.create_c_from_template(settings, project.payload.len)