mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
feature: put payload into .rdata option
This commit is contained in:
+2
-1
@@ -11,7 +11,8 @@ logger = logging.getLogger("Assembler")
|
||||
|
||||
|
||||
def create_c_from_template(settings: Settings, payload_len: int):
|
||||
logger.info("--[ Create C from template")
|
||||
logger.info("--( Create C from template: {} -> {}".format(
|
||||
PATH_DECODER, settings.main_c_path))
|
||||
plugin_decoder = ""
|
||||
|
||||
# Decoder
|
||||
|
||||
Reference in New Issue
Block a user