NetExec/cme/.hooks/hook-lsassy.py

6 lines
151 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from PyInstaller.utils.hooks import collect_all
datas, binaries, hiddenimports = collect_all("lsassy")