Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bitdefender antivirus not allowing to install #5

Closed
HyperionWorld opened this issue May 13, 2021 · 1 comment
Closed

Bitdefender antivirus not allowing to install #5

HyperionWorld opened this issue May 13, 2021 · 1 comment

Comments

@HyperionWorld
Copy link

Antivirus detecting this software and showing as malware.
Is this software safe to install? Is this a malware?

@ahmedayman4a
Copy link
Owner

ahmedayman4a commented May 13, 2021

Bitdefender flags it but it is a false positive. This app is safe. It is open-source so you can see the code for yourself. You can also use decompiling software like dotpeek. This decompiler will enable you to see the code that you run on your PC. If you want instructions on how to decompile the exe, tell me.

You can even run your own version of the code, here is how:

  • Open visual studio and click on file then Clone Repository.
  • For repository location type https://github.com/ahmedayman4a/Linkedin-Learning-Courses-Downloader.git.
  • Click Clone.
  • The code should be on your PC now. To edit the code, open the Linkedin-Learning-Courses-Downloader.sln file.
  • In order to run LLCD.DownloaderGUI you need to have Update.exe file inside the bin folder.
  • You can find this file under the LLCD.DownloaderGUI folder. Just copy and paste it in the bin folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants