Python3 future
Hi, do you intend to make INDXParse run with python3, since python2 is approaching its end of lifecycle as of Jan 2020?
hmm, good question.
i would like to support python3, as this is what i pick for all my active projects.
however, i may not be able to dedicate time to the porting process, as i don't get many chances to do disk forensics these days. i'm happy to mentor/review/support contributions, but realistically won't get this done on my own.
python3 support is started in #37 and some other related work. we should be able to close this during the summer, i hope.
Hi @williballenthin as https://github.com/williballenthin/INDXParse/pull/37 has been merged, it seems now is working on Python3. CMIIW.
➜ INDXParse git:(master) python3 MFTINDX.py -h
usage: MFTINDX.py [-h] [-t type] [-c size] [-o offset] [-l] [-s] [-m] [-d] [-i path|inode] [-e i30] [-f regex] [-p prefix] [--progress] [-v] filename
Parse NTFS filesystem structures.
If it's working fine on Python3, then I think we can close/resolve this issue.