mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
refactor: fix carrier & templates (modularize)
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ def create_c_from_template(settings: Settings, payload_len: int):
|
||||
'plugin_decoder': plugin_decoder,
|
||||
'plugin_antiemulation': plugin_antiemualation,
|
||||
'plugin_decoy': plugin_decoy,
|
||||
'plugin_guardrails': plugin_guardrails,
|
||||
'plugin_executionguardrail': plugin_guardrails,
|
||||
'PAYLOAD_LEN': payload_len,
|
||||
})
|
||||
with open(settings.main_c_path, "w", encoding='utf-8') as file:
|
||||
|
||||
Reference in New Issue
Block a user