Skip to content

a5hlynx/xt_fuzzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuzzy Hash X-Tension

An X-Tension for X-Ways Forensics, which calculates Fuzzy Hash for each item. This X-Tension utilizes APIs from ssdeep available here.

Build

Open xt_fuzzy.sln and Build solution for the desired platform. xt_fuzzy.dll will be created at the path below. The solution is confirmed to be built by Visual Studio 2019.

  • x86
    • xt_fuzzy\Release\xt_fuzzy.dll
  • x64
    • xt_fuzzy\x64\Release\xt_fuzzy.dll

The dll for both x86 and x64 already build are also available at the release.

Usage

This X-Tension can be executed either from Refine Volume Snapshot or from Directory Browser Context Menu.

  • Refine Volume Snapshot
    1. Click "Refine Volume Snapshot..." in "Specialist" from the Menu bar.
    2. Check "Run X-Tensions" and click "..." in the "Refine Volume Snapshot" Window.
    3. Select xt_fuzzy.dll in the "Run X-Tensions" Window.
  • Directory Browser
    1. Right-Click on the target items in the Directory Browser and choose "Run X-Tensions...".
    2. Select xt_fuzzy.dll in the "Run X-Tensions" Window.

The calculation result for each item is stored into "Comments" field.

Requirements

xt_fuzzy.dll is confirmed to work with X-Ways Forensics 19.9 installed on x64 Windows 10.

License

GNU Affero General Public License v3.0.

Documentation

The usage Example is posted at https://9ood4nothin9.blogspot.com/2020/01/fuzzy-hash-x-tension.html

About

Calculates fuzzy hash values for each item in the volume snapshot, utilizing the API of the ssdeep project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published