+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Member
    Join Date
    Jul 2008
    Posts
    85

    visual basic 6 kav help.

    On kaspersky how would i within vb6 make Anti-Kaspersky code that bypasses emulation and heuristics? I know this can be done i have seen it on many crypters.

  2. #2
    Senior Member Megrem's Avatar
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    278
    change everything: variable-, procedure- and function names.. shake ur code around and add dummy functions e.g.
    Code:
    private function blahantiav() as string
    dim i as string
    i = 100
    i = i / 2
    i = i + 10
    blahantiav = i
    end fundtion
    and so on.. just make ur code size increasing about 5 kb --> should work for most avs

  3. #3
    Senior Member carb0n's Avatar
    Join Date
    Jun 2008
    Location
    r00t
    Posts
    121
    kav proactive still detects that m8

  4. #4
    Member
    Join Date
    Jul 2008
    Posts
    85
    Quote Originally Posted by carb0n View Post
    kav proactive still detects that m8
    I got it undected, does that code just junk code to the .exe so kaspersky doesn't detect the signature? If so is there anyway to bypass runtime also?

  5. #5
    Member
    Join Date
    Jul 2008
    Posts
    85
    Thanks for the code, sorry i didn't read what you wrote under it. I am going to use it but as for specifically kaspersky how would certain crypters block it?

  6. #6
    Senior Member Megrem's Avatar
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    278
    Quote Originally Posted by darkc0de View Post
    I got it undected, does that code just junk code to the .exe so kaspersky doesn't detect the signature? If so is there anyway to bypass runtime also?
    yes it's just to increase code size by using of trash

    a vb a functin to bypass kav? hm maybe unhooking it and directly executing the file in memory.. i'm not sure if u will get this working in vb dude

  7. #7
    Member
    Join Date
    Jul 2008
    Posts
    85
    I figured out a way how to do it.! thanks anyways for the above help.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Visual Basic 6, Msvbvm60.dll Question
    By darkc0de in forum Visual Basic Help
    Replies: 0
    Last Post: 01-10-2008, 01:27
  2. visual basic ASM COMPILER!
    By SqUeEzEr in forum Snippets
    Replies: 5
    Last Post: 02-09-2008, 20:33
  3. Portable Visual Basic
    By WEZ_2511 in forum Full development tools
    Replies: 11
    Last Post: 02-07-2008, 22:49
  4. How to use API's in Visual Basic by steve10120
    By Viodox in forum Visual Basic Help
    Replies: 1
    Last Post: 13-04-2008, 18:36
  5. Visual basic 5.0
    By ntaryl in forum Full development tools
    Replies: 8
    Last Post: 02-01-2007, 21:22

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.