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 › Starting AV Team

Starting AV Team

Posts 46–59 of 59 · Page 4 of 4
K4GE
K4GE
Quote Originally Posted by bombsaway707 View Post
The Scanner will, its only the first part of it that scans for paths. First it scans for known virus paths, then it scans all of your files for strings.
A virus changes its own path!!, implementing this in your antivirus is just a waste of time, since it won't do any good!
Jesus... how many time do i have to say this..
#46 · 16y ago
WT
wtfiwantthatname
Ok so whos going to be making the emulator for this AV? Also will you be doing entropy of a file to see if its packed? What about the numerous protectors out there? Who will make the unprotectors? Your bound to fail on this if your going to be using a reactive signature based AV. You need to make a proactive one. And virus names change all the time thats what mutexs() are for.
#47 · 16y ago
Pixie
Pixie
Quote Originally Posted by K4GE View Post
A virus changes its own path!!, implementing this in your antivirus is just a waste of time, since it won't do any good!
Jesus... how many time do i have to say this..
He said it will also scan your files for known strings...
#48 · 16y ago
WT
wtfiwantthatname
Quote Originally Posted by PixieCorp View Post
He said it will also scan your files for known strings...
Yes he did. But the path wont help unless your going to verify known microsoft system files as well as there checksum and size. And if there signed. Otherwise checking to see if a file exists at a given path is useless.
#49 · 16y ago
Bombsaway707
Bombsaway707
Quote Originally Posted by wtfiwantthatname View Post
Yes he did. But the path wont help unless your going to verify known microsoft system files as well as there checksum and size. And if there signed. Otherwise checking to see if a file exists at a given path is useless.
acutally it wasnt i found spyware on my system through the scanner i made so obviously its not pointless
#50 · 16y ago
WT
wtfiwantthatname
Quote Originally Posted by bombsaway707 View Post
acutally it wasnt i found spyware on my system through the scanner i made so obviously its not pointless

Congrats you caught a virus hiding in a file that was probably already there.
#51 · edited 16y ago · 16y ago
Bombsaway707
Bombsaway707
Quote Originally Posted by wtfiwantthatname View Post
Congrats you caught a virus hiding in a file that was probably already there.
Thank you... I have Verizon Security Suite which is probably the best AV available, and it dindt find it so HA!
#52 · 16y ago
Zoom
Zoom
Quote Originally Posted by bombsaway707 View Post
Thank you... I have Verizon Security Suite which is probably the best AV available, and it dindt find it so HA!
Very nice.. Can we see any screen of the scanner yet?
#53 · 16y ago
WT
wtfiwantthatname
Quote Originally Posted by bombsaway707 View Post
Thank you... I have [bold]Verizon Security Suite which is probably the best AV available[/bold], and it dindt find it so HA!
Your joking right?
#54 · 16y ago
That0n3Guy
That0n3Guy
Quote Originally Posted by bombsaway707 View Post
The Scanner will, its only the first part of it that scans for paths. First it scans for known virus paths, then it scans all of your files for strings.
That's just extra time consuming work. If you do it correctly, you shouldn't even spend time and processor searching for known virus paths, you should merely be searching inside files. Which, also if done incorrectly, can be time and processor consuming.
#55 · 16y ago
WT
wtfiwantthatname
Quote Originally Posted by That0n3Guy View Post
That's just extra time consuming work. If you do it correctly, you shouldn't even spend time and processor searching for known virus paths, you should merely be searching inside files. Which, also if done incorrectly, can be time and processor consuming.
We tried telling him that. It didnt work. He should be doing a behavioral based analysis. Because i doubt he wants to spend all his free time making signatures for virus'.
#56 · 16y ago
Bombsaway707
Bombsaway707
Quote Originally Posted by hejsan1 View Post
Very nice.. Can we see any screen of the scanner yet?
Yes, ill have a screeny and an update on the VirusScan progress

Quote Originally Posted by wtfiwantthatname View Post
We tried telling him that. It didnt work. He should be doing a behavioral based analysis. Because i doubt he wants to spend all his free time making signatures for virus'.
Lol i did listen 2 u guys and im making signatures for worms right now... its taking FOREVER though 0.o
#57 · 16y ago
CK
CKDC
Quote Originally Posted by bombsaway707 View Post
Thank you... I have Verizon Security Suite which is probably the best AV available, and it dindt find it so HA!
Pwn'd? lolz i think so.
#58 · 16y ago
Bombsaway707
Bombsaway707
Quote Originally Posted by CKDC View Post
Pwn'd? lolz i think so.
yeah,
#59 · 16y ago
Posts 46–59 of 59 · Page 4 of 4

Post a Reply

Similar Threads

  • Starting in Direct-X 8.1By Dave84311 in Programming Tutorials
    55Last post 5y ago
  • STARTING GLITCH TEAM!By chrisisafoo in Combat Arms Clan Recruitment & Advertising
    25Last post 17y ago
  • Looking for team to start a server.By t7ancients in RuneScape Discussions
    7Last post 16y ago
  • Glitch Team is Started!By 0PtIc_HuTch in Combat Arms Glitches
    0Last post 15y ago
  • (LongTerm)Looking for Team to badge fame / starting oneBy TravisBozarth in CrossFire Farming & Partner Request
    10Last post 15y ago

Tags for this Thread

#starting#team