Home > Uncategorized > hash visual basic

hash visual basic

Visual Basic 2008 Hash Code Scanner?

Okay, I’m making an anti-virus in Visual Basic 2008, which is very successful so far. I download an open source C++ Clam Win antivirus. I’ve discovered is scan a file for its hash code. I have a HUGE database of malicious hash, but how can I get the hash code of a file in visual basic 2008? Example of hash: 0e1f2e80be????5974??b821258d96 Like that. How can I get that from a file?

Hash files are generated by an algorithm. The only way to get the hash of the file is to know the algorithm which got the malicious code hash in the first place. This way the hash codes will line up and match each other. This might be a tricky algorithm and hard for you to understand.

Commercial anti viruses today use heuristic engines (very advanced) or crc32. I would suggest you look into crc32.

How to make a simple encrypter in Microsoft Visual Basic 2008

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay

Categories: Uncategorized Tags:
  1. No comments yet.
  1. No trackbacks yet.

Comment moderation is enabled. Your comment may take some time to appear.