Giter VIP home page Giter VIP logo

fat32-analyzer's Introduction

FAT32-analyzer

本工具用于分析FAT32文件系统,分析内容包括包括:
  • MBR(Master Boot Record) - 使用-m参数
  • VBR(Volumn Boot Record) - 使用-v参数 同时需要输入需跳过的扇区数 该项数据可以在-m指令中找到

-a选项可以同时分析MBR与VBR

同时,本工具也可以用于FAT32设备的文件恢复工作,可以恢复最近删除的文件,参数为-r.
请注意本工具的用法,本工具仅运行在Linux环境下:
    1. 将需要分析或者恢复文件的设备通过USB口连接到主机
    1. 除-s/-h参数选项外,使用其他选项运行时还需输入设备名称,设备名称请使用fdisk -l命令来查看。
    1. 参见下方[Usage]

请注意,恢复文件只能恢复文件内容,文件名无法完全恢复,且文件内容必须在Linux系统下查看。

关于FAT32文件系统的更多信息,请移步Wiki


Usage:

python fat32_analyzer.py [options] [argument]

Options:

-h, -- help               get help                 

-s [sectors]              change the number of sectors that you want to read 

-m [device]               analyze the MBR                         

-v [device] [sectors]     analyze the VBR, MUST input the sectors to skip

-a [device]               analyze things above                    

-r [device]               recover file as possible       

Example:

  • on Linux:
    • just type in the terminal python fat32_analyzer.py -r sdb.
    • then you can recover the files that recently deleted on sdb.
    • As for the device name, you can use the fdisk -lcommand to see.

Attention:

  • This tool can only run on Linux.
  • This tool can only undelete the files that are RECENTLY DELETED.You can find the completed content of the undeleted files on Linux,but the undeleted files'names might be a little different.

If you want to know more about FAT32 file system,please go to Wiki.

                                                                            Created by James 
                                                                            
                                                                            2016.8.15-2016.8.20

How to use it to analyze MBR? How to use it to analyze VBR? File analyzation

How to read long file name? How to recover files? How to decode date?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.