feature: write files with raw bytes

This commit is contained in:
Dobin
2024-02-20 18:02:24 +00:00
parent c0785fdbbb
commit 795227f60e
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -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: