A tool that analyze the files on a disk image?

This page summarizes the projects mentioned and recommended in the original post on /r/learnpython

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • diskimageprocessor

    Tool for automated processing of disk images in BitCurator

  • Next, I web-searched for EO1. This appears to be a block-device image, also seems like it's mostly used in MS Windows world. I found this Python repository: https://github.com/CCA-Public/diskimageprocessor for dealing with images of that sort. See if it does you any good. But, like I wrote earlier, this is a block-device image format. So, there may not be any files there. In addition, this means that it doesn't contain any file-system implementation (you would have to provide your own to read the file-system data). By this I mean: since this is MS Windows, you could have NTFS or FAT or some other less known MS Windows-compatible file-system, and you would have to figure out which one it is and read the contents accordingly.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts