Process elf correctly
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
python -m venv .venv
|
||||
.\.venv\Scripts\activate
|
||||
pip install lief
|
||||
Reference in New Issue
Block a user