Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Visual Basic Programming › [help] anti virus's

[help] anti virus's

Posts 1–15 of 15 · Page 1 of 1
cosconub
cosconub
[help] anti virus's
ok i want to make an antivirus but i have no clue ware to start any tip's, api's would be gratefully appreciated
#1 · 16y ago
mnpeepno2
mnpeepno2
heres how to start: learn C++
#2 · 16y ago
cosconub
cosconub
im doing it in visual basic
#3 · 16y ago
megasven007
megasven007
gut why cant you make it now visuel basic or is there a difrent between C++ and visuel basic
#4 · 16y ago
tahha
tahha
i have done this before in vb and it is not that hard but it can take along time
so i suggest trying to learn to use data bases first
#5 · 16y ago
'Bruno
'Bruno
If you are asking guidance to make an anti-virus, you are not going to make it.. sorry
#6 · 16y ago
NextGen1
NextGen1
Ok, Just a note, C++ doesn't make a good anti Virus ...easier.

Visual basic can create a very extensive well designed antivirus.

The keyword however is "extensive".

Anti-Malaware is pretty straight forward.

Anti-Viruses however (C++ or VB ) require not only a scan for viruses by name but more importantly , Virus Signatures.

Usually a virus signature is based off a signature and is discovered by it's pattern lets call the pattern (X,Y,Z). (first X happens, then Y happens, then Z happens) If this pattern is consistent then it may be flagged as suspicious.
How can we do this in VB.net? A Static algorithm as a base, (which checks the file for a specific pattern) such as file 7,8,9,1,4,3,2,5,4 and the virus signature of (X,Y,Z) is 1,3,4 , in this example there is no virus present because even though the file contains 1,3,4 it is not a pattern, nor is it consistent , now lets say the virus signature was 1,4,3 then your antivirus should trigger a warning because your file being scanned has the same actions, consistent , and in a pattern. after you work out all that, then all you need is someone with way to much time on their hands.

Good Luck

If your not a huge business looking to develop a competitive antivirus with a up to date database with all virus signatures, I would suggest {NO MATTER WHAT LANGUAGE IT IS}, You consider something else to spend your time on

#7 · edited 16y ago · 16y ago
cosconub
cosconub
nextgen know any good tutorials to help me?
#8 · 16y ago
mnpeepno2
mnpeepno2
No one has ever attempted a anti virus on vb before so... Ur all alone
#9 · 16y ago
Lolland
Lolland
Lots of people have attempted (and even made) anti virus software in VB, however I'm sure nobody will ever release a tutorial on doing so, because they're complex programs (by the look of it, complexity is often deceiving).

Anyways, I doubt NextGen (or anyone for that matter) has a tutorial on making an anti-virus in VB, other than the explanation he just provided. It's just too advanced to be written down or released Open-Source (in my opinion).
#10 · 16y ago
NextGen1
NextGen1
Agree, it would be difficult to tutorialize a anti-virus in any language.

Here are some Options.

A. Microsofts AntiVirus API (for office documents)
B. Single Virus Removal Tools (to start)
C. Study Microsofts Sample Agent
Antivirus Sample Application
(old 2005 and for C# but easily convertible and the code easily fixable)

Plus there are a few low end API Sdk's that won't get you far.

Point is, it's not impossible, but it is more then impractical.
#11 · 16y ago
mnpeepno2
mnpeepno2
Quote Originally Posted by lolland View Post
Lots of people have attempted (and even made) anti virus software in VB, however I'm sure nobody will ever release a tutorial on doing so, because they're complex programs (by the look of it, complexity is often deceiving).

Anyways, I doubt NextGen (or anyone for that matter) has a tutorial on making an anti-virus in VB, other than the explanation he just provided. It's just too advanced to be written down or released Open-Source (in my opinion).
example of one released to the public?
#12 · 16y ago
Lolland
Lolland
Implying that they would tell everyone that their product is made in VB.
#13 · 16y ago
aLcohoL_95
aLcohoL_95
i posted something like that b4
http://www.mpgh.net/forum/33-visual-...ns-vb-net.html
here
ucan make an antivirus with like that
but u need a very big database
#14 · 16y ago
AeroMan
AeroMan
Much ppl tried, few have succeed.
Alone you will never be able to make it.
Do it c++
Like NextGen1 Said:
"Lots of people have attempted (and even made) anti virus software in VB, however I'm sure nobody will ever release a tutorial on doing so, because they're complex programs (by the look of it, complexity is often deceiving)."
#15 · 16y ago
Posts 1–15 of 15 · Page 1 of 1

Post a Reply

Similar Threads

  • HELP!!!! NEED HELP Anti virus keeps deleating.By Ranguh in Combat Arms Discussions
    2Last post 17y ago
  • [Help]anti virusBy tremaster in Visual Basic Programming
    10Last post 16y ago
  • Help (Anti virus)By -0li in Combat Arms Help
    10Last post 15y ago
  • Help in my Anti-VirusBy My name is lol in CrossFire Hacks & Cheats
    5Last post 16y ago
  • anti virus helpBy pspmaster4 in WarRock - International Hacks
    1Last post 19y ago

Tags for this Thread

None