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