معرفی شرکت ها


disk-detective-0.4.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Provides tools to analyze disks on byte level
ویژگی مقدار
سیستم عامل -
نام فایل disk-detective-0.4.0
نام disk-detective
نسخه کتابخانه 0.4.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده 5f0
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/5f0ne/disk-detective
آدرس اینترنتی https://pypi.org/project/disk-detective/
مجوز MIT
# Description Provides tools to analyze disks on byte level # Available Tools - Master Boot Record Examiner - Provides information and analysis of MBR - FAT Examiner - Provides information and analysis of: - FAT VBR - FAT FSInfo - FAT Directory Entry - FAT Long Filename # Under Construction - Disk Usage Information - Overview of disk space usage based on MBR information # Future Tools - Extended Partition Analyser - Examines extended parititions - File System Analyser - ext - NTFS # Installation `pip install disk_detective` # Usage **From command line:** `python -m disk_detective --path PATH --mode {mbr,structure,fat-vbr,fat-fsinfo,fat-lfn,fat-dir-entry} [--offset OFFSET]` | Option | Short | Type | Default | Description | |---|---|---|---|---| |--path | -p | String | - | Path to file (dd, raw) or <br> path to disk (\\.\PhysicalDrive0, /dev/sda, /dev/disk1)| |--mode | -p | String | - | mbr = Examines the MBR <br> usage = Overview of disk space usage <br> fat-vbr = Examines FAT VBR <br> fat-fsinfo = Examines FAT FSInfo <br> fat-lfn = Examines Long Filename Entries <br> fat-dir-entry = Examines Directory Entries | |--offset | -o | Int | - | The offset in bytes to start reading | # Example **Output for mode == mbr** `python -m disk_detective -p path/to/example.dd -m mbr` Please find the result [here](example/example-mbr.txt) <hr> **Output for mode == fat-vbr** `python -m disk_detective -p path/to/example.dd -m fat-vbr -o 1048576` Please find the result [here](example/example-fat-vbr.txt) <hr> **Output for mode == fat-fsinfo** `python -m disk_detective -p path/to/example.dd -m fat-fsinfo -o 1049088` Please find the result [here](example/example-fat-fsinfo.txt) <hr> **Output for mode == fat-lfn** `python -m disk_detective -p path/to/example.dd -m fat-lfn` Please find the result [here](example/example-fat-lfn.txt) <hr> **Output for mode == fat-dir-entry** `python -m disk_detective -p path/to/example.dd -m fat-dir-entry` Please find the result [here](example/example-fat-dir-entry.txt) # License MIT


نیازمندی

مقدار نام
==1.1.0 hash-calc
==1.0.1 partitiontypes
==1.1.1 cnvrtr
==1.3.2 ntrprtr


نحوه نصب


نصب پکیج whl disk-detective-0.4.0:

    pip install disk-detective-0.4.0.whl


نصب پکیج tar.gz disk-detective-0.4.0:

    pip install disk-detective-0.4.0.tar.gz