feature: correct dll function handling

This commit is contained in:
Dobin Rutishauser
2025-06-22 21:57:37 +02:00
parent 8fa1895cf6
commit f40161b206
5 changed files with 48 additions and 29 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ def masm_shc(asm_text_lines: List[str]) -> str:
# ofile.write("\tjmp\tmain\n")
elif params.append_rsp_stub:
append_align_rsp(ofile)
logger.debug("[INFO] Entry Point: AlignRSP")
#logger.debug("[INFO] Entry Point: AlignRSP")
if seg_name == "_BSS":
raise Exception(f"[ERROR] Line {line_count + 1}: _BSS segment detected! Remove all global and static variables!\n")