Analysis updated 2026-05-18
Get a second opinion on whether a downloaded EXE or DLL file looks suspicious before running it.
Inspect a Windows executable's hashes, imports, and suspicious strings without executing it.
Export a JSON report of a file's indicators for use with the related VAXD reverse-engineering tool.
| bicurico/vmafilebehaviourscanner | 0xvasic/lobby-radio-player | dr-hydra/fh6tools | |
|---|---|---|---|
| Stars | 0 | 3 | 16 |
| Language | Visual Basic .NET | Visual Basic .NET | Visual Basic .NET |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 1/5 | 2/5 |
| Audience | developer | general | general |
Figures from each repo's GitHub metadata at analysis time.
Windows-only tool, the README does not describe detailed setup steps beyond running the scanner.
VMA File Behaviour Scanner is a free tool for Windows that examines a single executable file, an EXE or DLL, and reports on what it might do without actually running it. This kind of check is called static analysis, meaning the tool only reads and inspects the file's contents rather than executing it. The README is clear that it does not upload the file anywhere, delete it, quarantine it, or modify it in any way, it simply looks at the file locally on your machine and reports what it finds. It reports on several categories of information: file hashes, which are unique fingerprints used to identify a file, the internal metadata and sections of the Windows executable format, which functions the file imports from other libraries, any suspicious text strings found inside it, and indicators related to the registry, filesystem, network activity, and process execution that the file might touch. It also measures entropy, a statistical property that can hint at whether parts of a file are compressed or encrypted, and can export a JSON file in a format meant to work alongside a related, more advanced reverse-engineering tool called VAXD from the same author. The README is explicit that this is not an antivirus program. It does not claim a file is safe or malicious, it is meant to give someone doing manual review a second opinion and some concrete data points to help judge whether a file looks suspicious. The README does not go into detail about installation steps or how to run the tool day to day, so anyone trying it should expect to explore the interface directly.
VMA File Behaviour Scanner is a free static analysis tool that inspects a single Windows EXE or DLL file locally and reports suspicious indicators without running it.
Mainly Visual Basic .NET. The stack also includes Visual Basic .NET, Windows.
Described as free and source-available, the README does not state a formal license, so check the repository's LICENSE file before reuse.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.