issues
search
williballenthin
/
INDXParse
Tool suite for inspecting NTFS artifacts.
http://www.williballenthin.com/forensics/mft/indxparse/
Apache License 2.0
216
stars
42
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Expand Python version testing to include 3.12
#84
ajnelson-nist
closed
1 year ago
2
Exercise `MFTINDX.py` with test image and extracted MFT
#83
ajnelson-nist
closed
1 year ago
4
Review extract_mft_record_slack.py with mypy --strict
#82
ajnelson-nist
closed
1 year ago
2
Review tree_mft.py with mypy --strict
#81
ajnelson-nist
closed
1 year ago
5
Exercise `list_mft.py` and `tree_mft.py` with extracted MFT
#80
ajnelson-nist
closed
1 year ago
2
Add `flake8` to `pre-commit` review
#79
ajnelson-nist
closed
1 year ago
1
Type-review most of tree_mft.py
#78
ajnelson-nist
closed
1 year ago
1
Adjust typing symbol style
#77
ajnelson-nist
closed
1 year ago
0
Halt MFTINDX.py on argument errors
#76
ajnelson-nist
closed
1 year ago
0
Code style point: single symbols from `typing` should be imported from `typing`
#75
ajnelson-nist
closed
1 year ago
0
File opening might switch from `open()` to `pathlib.Path`
#74
ajnelson-nist
opened
1 year ago
0
Type-annotate and address uncovered issues in list_mft.py
#73
ajnelson-nist
closed
1 year ago
3
Test list_mft.py Bodyfile output
#72
ajnelson-nist
closed
1 year ago
0
Test list_mft.py JSON output
#71
ajnelson-nist
closed
1 year ago
0
Update list of .py files currently passing mypy --strict
#70
ajnelson-nist
closed
1 year ago
1
Type-review `MFT.SlackIndexEntry.is_valid`
#69
ajnelson-nist
closed
1 year ago
0
Update license inlining
#68
sldouglas-nist
closed
1 year ago
0
Review `MFTINDX.py` with `mypy --strict`
#67
ajnelson-nist
closed
1 year ago
0
Designate INDXParse as a typed project and review package source tree
#66
ajnelson-nist
closed
1 year ago
0
Add process notes and hash records for test data retrieval and preparation
#65
ajnelson-nist
closed
1 year ago
0
Add type annotations to `MFT.py` and `BinaryParser.py`
#64
sldouglas-nist
closed
1 year ago
0
Add type annotations to declared fields in `MFT.py`
#63
sldouglas-nist
closed
1 year ago
1
Remove reliance on `options` namespace in `MFT.py`
#62
sldouglas-nist
closed
1 year ago
0
Correct `bytes` against `str` comparison
#61
sldouglas-nist
closed
1 year ago
0
Remove type conflict with `record` variable in `record_generator`
#60
sldouglas-nist
closed
1 year ago
0
Start `mypy` static code review via Makefile framework
#59
ajnelson-nist
closed
1 year ago
0
Implement `logging` module in `MFTINDX`
#58
sldouglas-nist
closed
1 year ago
0
Add `black` CI
#57
sldouglas-nist
closed
1 year ago
1
Format the Python code using Black
#56
za
closed
1 year ago
1
Format Python code using Black
#55
za
closed
1 year ago
4
Use lowercase name for package
#54
ajnelson-nist
closed
1 year ago
1
Convert two strings to bytestrings
#53
sldouglas-nist
closed
1 year ago
1
Revise previous type annotations from `bytes` to `array.array` and add necessary type annotations
#52
sldouglas-nist
closed
1 year ago
4
Replace `.tostring()` with `.tobytes()`
#51
sldouglas-nist
closed
1 year ago
1
Add return type annotation to `unpack_wstring`
#50
sldouglas-nist
closed
1 year ago
0
Remove use of `ord()` in `lsb2num` and `lsb2signednum`
#49
sldouglas-nist
closed
1 year ago
2
Correct `def` to `class` for `INDEX_ROOT`
#48
sldouglas-nist
closed
1 year ago
0
Replace typename with type_
#47
sldouglas-nist
closed
1 year ago
0
Transition INDXParse installation to using setup.cfg
#46
ajnelson-nist
closed
1 year ago
4
Start CI with isort
#45
sldouglas-nist
closed
1 year ago
0
add initial pre-commit config
#44
williballenthin
closed
1 year ago
3
isort import formatting
#43
williballenthin
closed
1 year ago
3
push to pypi
#42
williballenthin
opened
1 year ago
0
add tests
#41
williballenthin
opened
1 year ago
6
reorganize source code
#40
williballenthin
opened
1 year ago
0
migrate to pyproject.toml
#39
williballenthin
opened
1 year ago
0
enable CI/CD via github actions
#38
williballenthin
opened
1 year ago
5
Start type annotations
#37
sldouglas-nist
closed
1 year ago
2
INDXParse.py - Python3 compatibility
#36
tobraha
closed
1 year ago
2
Invalid INDX ID at beginning of block at %r bytes of stream, and non-null data encountered %r bytes into the block." % (offset, off))
#35
josemilagre
closed
1 year ago
2
Next