refactor: rework carrier/payload location calculation

This commit is contained in:
Dobin
2024-07-06 21:23:09 +01:00
parent 6d05779c7c
commit 7847b8d40e
3 changed files with 63 additions and 25 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ class SuperPe():
def has_rodata_section(self) -> bool:
return self.get_section_by_name(".rdata")
return self.get_section_by_name(".rdata") != None
def write_code_section_data(self, data: bytes):