From 823b4e1c0142fe002c3f4306088fdceea665de23 Mon Sep 17 00:00:00 2001 From: Mika C <59329994+Avnsx@users.noreply.github.com> Date: Wed, 28 Jun 2023 13:29:50 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9405d99..7a92f4c 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ Do you have any unanswered questions or want to know more about Fansly Downloade **A**: Unfortunately, downloading Fansly files on a mobile device is currently not supported by Fansly Downloader, or any other available means. + **Q**: "Why do some executables show detections on them in VirusTotal?" -**A**: They are false positives (invalid detections). Each release of the scraper is e-mailed to antivirus providers for manual analysis, and the not 💩 providers actually analyse and unflag them, while others don't even bother reading their e-mails, but for some reason managed to get on VirusTotals file scanning system. If you're knowledgeable with the python programming language; any [pyinstaller](https://github.com/pyinstaller/pyinstaller) compiled python executable, such as Fansly Downloader, is de-compileable with e.g. [uncompyle6](https://github.com/rocky/python-uncompyle6/), so you could additionally assure yourself that no harmful code is being distributed to your local machine. +**A**: The Fansly Downloader executables are not [digitally signature signed](https://www.digicert.com/signing/code-signing-certificates), as it comes with continous prohibitively expensive costs. So the executables tend to produce alot of false positives (invalid detections). So instead each release of the scraper is e-mailed to antivirus providers for manual analysis, and the not 💩 providers actually analyse and unflag them, while others don't even bother reading their e-mails, but for some reason managed to get on VirusTotals file scanning system. If you're knowledgeable with the python programming language; any [pyinstaller](https://github.com/pyinstaller/pyinstaller) compiled python executable, such as Fansly Downloader, is de-compileable with e.g. [uncompyle6](https://github.com/rocky/python-uncompyle6/), so you could additionally assure yourself that no harmful code is being distributed to your local machine. + **Q**: "Could you add X feature or do X change?" **A**: Star the project and I'll think about it. Otherwise you could always [open a pull request](https://github.com/Avnsx/fansly-downloader/pulls)