RSSAmplifier

Adam's Blag · Jul 28, 2024

Building A Basic File Scanning Tool With Rust

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Bare bones scanning 
 Early AV scanning relied mostly on signature scanning. Mostly looking for string patterns in a file or something as simple as just hashing a file and comparing it against a set of known hashes. For our first pass, we’re going to do exactly that. We’re going to load up a list of hashes we know to be bad and then we’re going to check if a given file…

Read on /post/building-the-most-basic-antivirus-software/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.