feature: add logging output too to logs/

This commit is contained in:
Dobin
2024-02-17 15:01:38 +00:00
parent c63e16ffab
commit 2524547ccf
2 changed files with 65 additions and 36 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ def r2_disas(data: bytes):
f.write(data)
code_len = len(data)
r2 = r2pipe.open(filename)
r2 = r2pipe.open(filename, flags=['-e', 'scr.prompt=false', '-e'])
r2.cmd('aaa')
r2.cmd('e scr.color=0')