1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
|
Source: reglookup
Section: utils
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Giovani Augusto Ferreira <giovani@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-python,
docbook2x,
doxygen,
dpkg-dev (>= 1.22.5),
graphviz,
jdupes,
libtalloc-dev,
libtalloc2,
python3-all,
python3-setuptools,
scons,
Standards-Version: 4.7.2
Homepage: https://web.archive.org/web/20240804024044/http://projects.sentinelchicken.org/reglookup/
Vcs-Browser: https://salsa.debian.org/pkg-security-team/reglookup
Vcs-Git: https://salsa.debian.org/pkg-security-team/reglookup.git
Package: libregfi1t64
Provides: ${t64:Provides},
Replaces: libregfi1,
Breaks: libregfi1 (<< ${source:Version}),
Section: libs
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Description: utility to analysis for Windows NT-based registry (shared library)
RegLookup is a system to direct analysis of Windows NT-based registry
files providing command line tools, a C API, and a Python module for
accessing registry data structures. The project has a focus on providing
tools for digital forensics investigations (though is useful for many
purposes), and includes algorithms for retrieving deleted data structures
from registry hives.
.
Currently the program allows one to read an entire registry and output it
in a (mostly) standardized, quoted format. It also provides features for
filtering of results based on registry path and data type.
.
This package provides the runtime library.
Package: libregfi-dev
Architecture: any
Section: libdevel
Depends: libregfi1t64 (= ${binary:Version}),
${misc:Depends},
Description: utility to analysis for Windows NT-based registry (devel files)
RegLookup is a system to direct analysis of Windows NT-based registry
files providing command line tools, a C API, and a Python module for
accessing registry data structures. The project has a focus on providing
tools for digital forensics investigations (though is useful for many
purposes), and includes algorithms for retrieving deleted data structures
from registry hives.
.
Currently the program allows one to read an entire registry and output it
in a (mostly) standardized, quoted format. It also provides features for
filtering of results based on registry path and data type.
.
This package provides the development files.
Package: reglookup
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Description: utility to analysis for Windows NT-based registry
RegLookup is a system to direct analysis of Windows NT-based registry
files providing command line tools, a C API, and a Python module for
accessing registry data structures. The project has a focus on providing
tools for digital forensics investigations (though is useful for many
purposes), and includes algorithms for retrieving deleted data structures
from registry hives.
.
Currently the program allows one to read an entire registry and output it
in a (mostly) standardized, quoted format. It also provides features for
filtering of results based on registry path and data type. The package
provides the following commands: reglookup, reglookup-recover and
reglookup-timeline.
Package: python3-pyregfi
Architecture: all
Section: python
Depends: libregfi1t64 (>= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Recommends: reglookup-doc,
Description: Python 3 Bindings for reglookup
This package contains Python 3 bindings to libregfi. There are the low-level
data structures for winsec library and C API mappings for accessing
registry data structures.
Package: reglookup-doc
Architecture: all
Section: doc
Depends: libjs-jquery,
${misc:Depends},
Suggests: libregfi-dev,
python-pyregfi,
Multi-Arch: foreign
Description: developer documentation for libregfi and python-pyregfi
RegLookup is a system to direct analysis of Windows NT-based registry
files providing command line tools, a C API, and a Python module for
accessing registry data structures. The project has a focus on providing
tools for digital forensics investigations (though is useful for many
purposes), and includes algorithms for retrieving deleted data structures
from registry hives.
.
Currently the program allows one to read an entire registry and output it
in a (mostly) standardized, quoted format. It also provides features for
filtering of results based on registry path and data type. The package
provides the following commands: reglookup, reglookup-recover and
reglookup-timeline.
.
This package contains the all developer documentation for libraries libregfi
and python-pyregfi.
|