mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
refactor: rework carrier/payload location calculation
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user