Is there a pure Python library for parsing a Windows Registry file?

后端 未结 5 1368
迷失自我
迷失自我 2021-02-15 12:43

Is there a pure Python (ie. fully cross-platform) library for parsing Windows Registry files (NTUSER.DAT)? Read-only access is acceptable.

If there is not, what resourc

5条回答
  •  庸人自扰
    2021-02-15 13:24

    You might want to take a look at winreg. Here: http://docs.python.org/library/_winreg.html

    Not quite sure if thats what youre looking for.

提交回复
热议问题