mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
ui: better output
This commit is contained in:
+3
-2
@@ -29,8 +29,9 @@ def create_c_from_template(
|
||||
plugin_decoder = ""
|
||||
plugin_executor = ""
|
||||
|
||||
logger.info("--[ Create C from template: {} {} {} {} {}".format(
|
||||
source_style.value, alloc_style.value, exec_style.value, decoder_style.value, payload_len
|
||||
logger.info("--[ Create C from template")
|
||||
logger.warn("---[ Loader modules = Alloc: {} Decoder: {} Exec: {}".format(
|
||||
alloc_style.value, decoder_style.value, exec_style.value
|
||||
))
|
||||
|
||||
filepath = "plugins/allocator/{}.c".format(alloc_style.value)
|
||||
|
||||
Reference in New Issue
Block a user