mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
feature: correct dll function handling
This commit is contained in:
@@ -52,6 +52,11 @@ def create_c_from_template(settings: Settings, payload_len: int):
|
||||
logger.info(" Use AntiEmulation: {}".format(
|
||||
settings.plugin_antiemulation)
|
||||
)
|
||||
if settings.dllfunc:
|
||||
logger.info(" DLL Function: {}".format(
|
||||
settings.dllfunc)
|
||||
)
|
||||
|
||||
if settings.plugin_guardrail != "none":
|
||||
logger.info(" Carrier Guardrail: {} (key: {} value: {})".format(
|
||||
settings.plugin_guardrail,
|
||||
|
||||
Reference in New Issue
Block a user