Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thisismydesign/electron-virustotal
https://github.com/thisismydesign/electron-virustotal
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thisismydesign/electron-virustotal
- Owner: thisismydesign
- License: cc0-1.0
- Created: 2020-01-19T19:11:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:19:04.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T03:16:19.537Z (8 months ago)
- Language: JavaScript
- Size: 288 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# electron-virustotal
#### PoC for false positives in an Electron app
This is a minimal Electron app based on the official guide: https://github.com/electron/electron-quick-start.
[Modifications](https://github.com/thisismydesign/electron-virustotal/compare/314187368b5d789fb4e6fba876be578c7b770396..master):
- added `electron-builder` as dev-dependency## Usage
On windows
```
npm install
npm audit
npm run build
```Check `dist/electron-quick-start Setup 1.0.0.exe` against virustotal.com: https://www.virustotal.com/gui/file/d4a7f2f6483ca41621230294640bf7f09d2160ae0c99c06fc3d02bb48381862d/detection
```
2020-01-19 17:29:37 UTC
Bkav HW32.Packed.
```Workarounds tested:
- [`useZip` option](https://github.com/electron-userland/electron-builder/issues/550#issuecomment-292955681) - same resultClean runs with other Electron products:
- [Discord](https://www.virustotal.com/gui/file/574911f80b7919426ad62a8188b78a6e1028cae534dbd1edde1f540a9b2bb665/detection)
- [Slack](https://www.virustotal.com/gui/file/d8424e45a0a5dccde8c83fed408ffc674fd40b9f1643d6b875bd7f3f1473cc54/detection)Similar issues:
- https://github.com/electron-react-boilerplate/electron-react-boilerplate/issues/1597
- https://github.com/chrisknepper/android-messages-desktop/issues/47
- https://github.com/chainmakers/chainmakers-ui-mono-repository/issues/18