INDXParse icon indicating copy to clipboard operation
INDXParse copied to clipboard

Tool suite for inspecting NTFS artifacts.

Results 14 INDXParse issues
Sort by recently updated
recently updated
newest added

add the following checking: - [x] #44 - [x] #43 - [x] black code formatting #55 - [ ] flake8 code checking - [ ] ruff code checking - [...

add a basic test skeleton and data so that we can invoke code in CI/CD to assert changes work as expected.

Hi, do you intend to make INDXParse run with python3, since python2 is approaching its end of lifecycle as of Jan 2020?

once the code is in good shape and ready to be used as a library, push to pypi so others can easily acquire it.

move module into its own directory, as is idiomatic. move scripts into their own directory. ``` / indxparse/ __init__.py sds.py .... scripts/ carve_mft_records.py ... ```

this is the new standard that replaces setup.py in most projects.

Had to redact some details but got this error in list_mft when running against an MFT. Happy to try to provide details as needed but may or may not be...

Got this error with one MFT (system was shutdown cleanly so should not be corrupt). I saved it in case you'd like more info. ``` # fuse-mft /mnt/nbd1p2/\$MFT /mnt/tmp0 Traceback...