Willi Ballenthin

Results 231 issues of Willi Ballenthin

move module into its own directory, as is idiomatic. move scripts into their own directory. ``` / indxparse/ __init__.py sds.py .... scripts/ carve_mft_records.py ... ```

this is the new standard that replaces setup.py in most projects.

Something more human readable than Bodyfile, if using the -h switch, for example

Use this issue to track proposed changes to the `python-registry` API for the 2.x release.

On tool startup, call REGFBlock.validate() on each block, and if any fail, report this to user before continuing. This might also inform which exception recovery handler to use.

Use mask and flags to check if value data is resident, rather than weird arithmetic operations modulo 0x80000000. for example: https://github.com/williballenthin/python-registry/blob/master/Registry/RegistryParse.py#L762

The sample findkey.py should be able to query Registry key/value/paths by regular expressions, rather than simple exact text matches. I propose adding an additional flag to the command line, `-r`...

Feature