A Python tool for parsing and extracting data from HIKVISION DVR disk images, based on the research paper "Analysis of the HIKVISION DVR File System" by Han, Jeong, and Lee (2015).
This project implements a custom CSV reader and writer from scratch in Python, without using Python’s built-in csv module for parsing. The objective is to understand low-level CSV parsing and ...