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

7 lines
152 B
Python
Raw Normal View History

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
2021-10-16 20:22:37 +00:00
from PyInstaller.utils.hooks import collect_all
2023-05-02 15:17:59 +00:00
2021-10-16 20:22:37 +00:00
datas, binaries, hiddenimports = collect_all("lsassy")