https://github.com/cybersecurity-dev/sfet
SFET | Static Feature Extraction Tool for Potentially Malicious OS Files
https://github.com/cybersecurity-dev/sfet
android android-reverse-engineering apk apk-parser elf elf-parser exe exe-parser linux linux-reverse-engineering static-analysis static-analyzer windows windows-reverse-engineering
Last synced: 27 days ago
JSON representation
SFET | Static Feature Extraction Tool for Potentially Malicious OS Files
- Host: GitHub
- URL: https://github.com/cybersecurity-dev/sfet
- Owner: cybersecurity-dev
- License: apache-2.0
- Created: 2025-04-25T12:51:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-09-04T19:09:53.000Z (2 months ago)
- Last Synced: 2025-09-04T20:26:59.219Z (2 months ago)
- Topics: android, android-reverse-engineering, apk, apk-parser, elf, elf-parser, exe, exe-parser, linux, linux-reverse-engineering, static-analysis, static-analyzer, windows, windows-reverse-engineering
- Language: Dockerfile
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **SFET** | _Static Feature Extraction Tool_ for Potentially Malicious OS Files
[](https://www.python.org/)
[](https://cyberthreatdefence.com/)
[](https://cyberthreatdefence.com/)
Install required tools on Linux
### For Ubuntu 18.04, 20.04, 22.04
```bash
sudo apt-get update
```
Install required tools on Windows
Install required python libs
### pip install
```bash
pip install -r requirements.txt
python3 setup.py install
```
### conda install
```bash
conda config --add channels conda-forge
conda install --file requirements_conda.txt
python3 setup.py install
```
## Supported File Formats:
The analyzer supports multiple file formats including:
- Windows executables (.exe, .dll)
- Linux executables (.elf, .so)
- Android executables (.apk)
### To Do:
- Scripts (.ps1, .bat)
- Scripts (.sh)
- Scripts (.js, .hta)
- And more
##
### Contributing
[Contributions of any kind welcome, just follow the guidelines](contributing.md)!
### Contributors
[Thanks goes to these contributors](https://github.com/cybersecurity-dev/SFET/graphs/contributors)!
[🔼 Back to top](#sfet--static-feature-extraction-tool-for-potentially-malicious-os-files)