Install required tools on Windows
Install required python libs
pip install -r requirements.txt
python3 setup.py install
conda config --add channels conda-forge
conda install --file requirements_conda.txt
python3 setup.py install
The analyzer supports multiple file formats including:
- Windows executables (.exe, .dll)
- Linux ELF files (.elf)
- Android APK files (.apk)
- Scripts (.ps1, .bat)
- Scripts (.sh)
- Scripts (.js, .hta)
- And more