search for: e183ff2

Displaying 6 results from an estimated 6 matches for "e183ff2".

2017 Feb 15
2
Re: [PATCH v2 1/2] lib: change how hbin sections are read.
...the hive is still perfectly usable as long as the > offsets stated in hbin headers are correct. > --- > lib/handle.c | 39 ++++++++++++++++++++++++++++++++++----- > 1 file changed, 34 insertions(+), 5 deletions(-) > > diff --git a/lib/handle.c b/lib/handle.c > index 4565d7d..e183ff2 100644 > --- a/lib/handle.c > +++ b/lib/handle.c > @@ -226,11 +226,30 @@ hivex_open (const char *filename, int flags) > page->magic[1] != 'b' || > page->magic[2] != 'i' || > page->magic[3] != 'n') { > - SET_ERRNO...
2017 Feb 14
4
[PATCH v2 0/2] hivex: handle corrupted hives better
The following patches address issues when dealing with hives that have corrupted data in them but are otherwise readable/writable. Those were found on some rather rare Windows installations that seem to work fine but current hivex fails to even open. Those patches change hivex to simply log and ignore such "corrupted" regions instead of aborting because the caller might be looking at
2017 Feb 15
2
Re: [PATCH v2 1/2] lib: change how hbin sections are read.
...ets stated in hbin headers are correct. > > > --- > > >  lib/handle.c | 39 ++++++++++++++++++++++++++++++++++----- > > >  1 file changed, 34 insertions(+), 5 deletions(-) > > > > > > diff --git a/lib/handle.c b/lib/handle.c > > > index 4565d7d..e183ff2 100644 > > > --- a/lib/handle.c > > > +++ b/lib/handle.c > > > @@ -226,11 +226,30 @@ hivex_open (const char *filename, int flags) > > >          page->magic[1] != 'b' || > > >          page->magic[2] != 'i' || > > >        ...
2017 Feb 14
0
[PATCH v2 1/2] lib: change how hbin sections are read.
...rbage data between hbin section but the hive is still perfectly usable as long as the offsets stated in hbin headers are correct. --- lib/handle.c | 39 ++++++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/lib/handle.c b/lib/handle.c index 4565d7d..e183ff2 100644 --- a/lib/handle.c +++ b/lib/handle.c @@ -226,11 +226,30 @@ hivex_open (const char *filename, int flags) page->magic[1] != 'b' || page->magic[2] != 'i' || page->magic[3] != 'n') { - SET_ERRNO (ENOTSUP, - "%...
2017 Feb 15
0
Re: [PATCH v2 1/2] lib: change how hbin sections are read.
...as long as the > > offsets stated in hbin headers are correct. > > --- > >  lib/handle.c | 39 ++++++++++++++++++++++++++++++++++----- > >  1 file changed, 34 insertions(+), 5 deletions(-) > > > > diff --git a/lib/handle.c b/lib/handle.c > > index 4565d7d..e183ff2 100644 > > --- a/lib/handle.c > > +++ b/lib/handle.c > > @@ -226,11 +226,30 @@ hivex_open (const char *filename, int flags) > >          page->magic[1] != 'b' || > >          page->magic[2] != 'i' || > >          page->magic[3] != 'n&...
2017 Feb 15
0
Re: [PATCH v2 1/2] lib: change how hbin sections are read.
...correct. > > > > --- > > > >  lib/handle.c | 39 ++++++++++++++++++++++++++++++++++----- > > > >  1 file changed, 34 insertions(+), 5 deletions(-) > > > > > > > > diff --git a/lib/handle.c b/lib/handle.c > > > > index 4565d7d..e183ff2 100644 > > > > --- a/lib/handle.c > > > > +++ b/lib/handle.c > > > > @@ -226,11 +226,30 @@ hivex_open (const char *filename, int > > > > flags) > > > >          page->magic[1] != 'b' || > > > >          page->magi...