Skip to content

Instantly share code, notes, and snippets.

@hauzerlee
hauzerlee / olefile_test.py
Created June 9, 2023 11:51 — forked from noahlias/olefile_test.py
OLE file research.
import click
import olefile
import os
import imghdr
import struct
import filetype
@click.command()
@click.argument("file_name", type=click.Path(exists=True))