Implement a -o/--output option in command line to output the result of the decompiler or disassembler into a file, e.g thoth local tests/json_files/cairo_array_sum.json -d -o ./decompiler_output will output the decompiler output to the decompiler_output file.
-o/--output
option in command line to output the result of the decompiler or disassembler into a file, e.gthoth local tests/json_files/cairo_array_sum.json -d -o ./decompiler_output
will output the decompiler output to thedecompiler_output
file.