You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert executable binary file into RGB or Greyscale png image format. Repsent 8 bit binary values as pixel and create image from these. It convert one file or multiple files in a directory.
Convert executable binary file into RGB or Greyscale png image format. Repsent 8 bit binary values as pixel and create image from these. It convert one file or multiple files in a directory.
Sample usage :
python binary2image.py input_dir
About
Convert executable binary file into RGB or Greyscale png image format. Repsent 8 bit binary values as pixel and create image from these. It convert one file or multiple files in a directory.