INDXParse icon indicating copy to clipboard operation
INDXParse copied to clipboard

Python3 future

Open nov3mb3r opened this issue 6 years ago • 3 comments

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

nov3mb3r avatar Nov 20 '19 18:11 nov3mb3r

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.

williballenthin avatar Nov 20 '19 18:11 williballenthin

python3 support is started in #37 and some other related work. we should be able to close this during the summer, i hope.

williballenthin avatar Jun 27 '23 09:06 williballenthin

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.

za avatar Jul 25 '23 09:07 za