Commit 72323360 by devttys0

Updated usage

parent 18433d0d
......@@ -434,7 +434,7 @@ def main():
elif scan_type == binwalk.Binwalk.BINVIS:
binwalk.plotter.Plotter3D(target_files, offset=offset, length=length, weight=weight, verbose=verbose).plot()
binwalk.plotter.Plotter3D(target_files, offset=offset, length=length, weight=weight, verbose=True).plot()
elif scan_type == binwalk.Binwalk.ENTROPY:
......
......@@ -106,7 +106,7 @@ def usage(fd):
fd.write("\n")
fd.write("Binary Visualization:\n")
fd.write("\t-3, --3D Generate a 3D visualization\n")
fd.write("\t-3, --3D Generate a 3D binary visualization\n")
fd.write("\t-Z, --weight Manually set the cutoff weight (lower weight, more data points)\n")
fd.write("\n")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment