项目作者: bigj504

项目描述 :
FAT32 image analyzer--recover deleted files, repair errors
高级语言: Java
项目地址: git://github.com/bigj504/FAT32Analyzer.git
创建时间: 2019-12-01T08:39:36Z
项目社区:https://github.com/bigj504/FAT32Analyzer

开源协议:GNU General Public License v3.0

下载


AUTHORS:

  1. Hannah Juraszek
  2. Jordan Gillespie

VERSION:

  1. 26 November 2019

DESCRIPTION:

  1. A digital forensics tool that parses through an image of a FAT32 file system and can
  2. perform the following tasks:
  3. 1) restore a missing or modified boot sector using the backup
  4. 2) parse through the BPB for information about the file system
  5. 3) locate and repair illegal characters in the root directory
  6. 4) report if the attribute type of a directory entry is invalid
  7. 5) repair reserved bytes that have been overwritten

INSTRUCTIONS:

  1. To start the FAT32Analyzer, double click the FAT32Analyzer.bat file. This will bring up
  2. the command line asking for the path of the FAT32 image to parse. If the image is not
  3. in the same directory as the .bat file, an absolute path is needed. Next, input the
  4. desired output file name with a .dd extension. Again, use an absolute path if needed.
  5. After inputting the file names, if the file names are correct, press enter and the
  6. tool will begin. The repaired image will be outputted to the desired output file name.

FILES INCLUDED:

  1. FAT32Analyzer.java
  2. FAT32Analyzer.bat