Editing Windows registry, from Python, Under Linux

前端 未结 4 1436
情书的邮戳
情书的邮戳 2021-01-13 19:46

I am looking for a Python API (or a C API as I am willing to bind) for editing Windows registries from XP to 7 from within a Linux system.

The Windows target will be

4条回答
  •  既然无缘
    2021-01-13 20:08

    Creddump is written in Python (no C extensions) and has code to read the registry (though not write it). It may help you get started:

    http://code.google.com/p/creddump/

提交回复
热议问题