mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
feature: write files with raw bytes
This commit is contained in:
@@ -35,6 +35,8 @@ def project():
|
||||
print("Handle: ", file)
|
||||
|
||||
with open(os.path.join("logs", file), "r") as f:
|
||||
if file.endswith(".bin"):
|
||||
continue
|
||||
data = f.read()
|
||||
|
||||
if 'main_c' in file:
|
||||
|
||||
Reference in New Issue
Block a user