similar to: [PATCH hivex] hivex: Fix allocations that may move C heap buffer.

Displaying 20 results from an estimated 80000 matches similar to: "[PATCH hivex] hivex: Fix allocations that may move C heap buffer."

2010 Apr 28
2
[PATCH hivex] regedit: Add implicit nul-termination when importing strings.
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://et.redhat.com/~rjones/libguestfs/ See what it can do: http://et.redhat.com/~rjones/libguestfs/recipes.html -------------- next part -------------- >From 81cc08b749bde37f364400c2b983d1e73e8dde21 Mon Sep 17
2010 Jul 27
0
Inspection code in C
Currently virt-inspector is a Perl script[1], which uses a Perl library called Sys::Guestfs::Lib[2]. This library contains (amongst other things) heuristics for determining what operating system is in a disk image. The library is the basis for both virt-inspector and virt-v2v. [1] http://git.annexia.org/?p=libguestfs.git;a=blob;f=inspector/virt-inspector;hb=HEAD [2]
2011 Aug 12
1
ANNOUNCE: hivex 1.2.8 - A library for reading and writing Windows Registry hive files
I'm pleased to announce the next release of hivex, a library and some tools for reading and writing Windows Registry hive files. Man page: http://libguestfs.org/hivex.3.html Source: http://libguestfs.org/download/hivex/ Git repo: http://git.annexia.org/?p=hivex.git;a=summary Fedora pkg: http://koji.fedoraproject.org/koji/taskinfo?taskID=3267857 This release mainly contains bug fixes.
2010 Jan 29
2
[PATCH 0/2] hivex shell
Currently 'hivexget' is a very clumsy command line tool which only lets you display a single registry key in a hive file, for example: $ hivexget SOFTWARE '\Microsoft\Windows\TabletPC\TabSetup\' "TabletSetup"=dword:00000000" This is inflexible and got really annoying as I was trying to explore these hive files in preparation for adding write support to hivex.
2010 Feb 22
1
A note about hivex
I'm currently disentangling the semi-separate 'hivex' library from the libguestfs sources, so it will become a separate upstream project. The git URL of the new hivex project is here: http://git.annexia.org/?p=hivex.git;a=summary Tarballs will be released in the usual downloads directory (http://libguestfs.org/download/) but there are none there yet. We will also create a separate
2010 Nov 18
0
[RHEL 6.1] libguestfs test packages available
libguestfs 1.6 will be the basis for RHEL 6.1. If you are using RHEL 6.0, thanks for supporting Red Hat, and if you want to try out the new version, then I have built some packages here: http://people.redhat.com/~rjones/rhel6.1-libguestfs-preview/ These are built on RHEL 6.0 and should install directly on top of RHEL 6.0. Some highlights: - Based on the upstream stable 1.6 branch. - Much
2011 May 12
1
hivex 1.2.6
I just pushed hivex 1.2.6: http://libguestfs.org/download/hivex/ http://git.annexia.org/?p=hivex.git;a=summary You probably want this patch which didn't make it into 1.2.6 too: http://git.annexia.org/?p=hivex.git;a=commitdiff;h=2cf6eef8ff7b7ab642943e67183f0d7491c69f9d This is a bug fix release. Upgrading is not required, unless you are using a big endian machine or are trying to use the
2011 Apr 13
5
[hivex PATCH 0/5] Fix various uninitialized data problems in hivex.
Problems were found using valgrind. With these 5 patches, hivex can process registry files without provoking any valgrind warnings. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://libguestfs.org
2012 Jan 10
1
NOTE: New location for libguestfs, hivex and febootstrap git repositories
I have moved all three repositories to new locations on github: https://github.com/libguestfs/libguestfs https://github.com/libguestfs/hivex https://github.com/libguestfs/febootstrap You don't need to reclone them (unless you want to). You can simply edit .git/config and adjust the URL to: git at github.com:libguestfs/libguestfs.git git at github.com:libguestfs/hivex.git git at
2012 Mar 08
1
Fwd: hivex: patch for read support of "li"-records from "ri" intermediate
[The bug which this fixes is: https://bugzilla.redhat.com/show_bug.cgi?id=717583 ] ----- Forwarded message from Peter Fokker <peter at berestijn.nl> ----- Date: Thu, 8 Mar 2012 11:37:06 +0100 (CET) From: Peter Fokker <peter at berestijn.nl> To: rjones at redhat.com Cc: Peter Fokker <peter at berestijn.nl> Subject: hivex: patch for read support of "li"-records from
2017 Aug 07
0
Re: Ocamlfind can't find hivex
On Mon, Aug 07, 2017 at 08:10:55AM -0500, Chris McIntosh wrote: > Hey Thanks Rich. > > > What distro? > Solus > > > Are the OCaml bindings for hivex actually installed? > I don't think so at this point, though make install runs this command: > > ocamlfind install \ > -ldconf ignore -destdir /home/chris/.opam/4.05.0/lib/ocaml \ > hivex \ > META
2013 Sep 24
2
Hivex - Trailing garbage at the end of hive file
[Forwarding to the proper list] We use hivex for one of our projects and I see the following diff committed to the hivex project (source link provided) that ignores trailing garbage. But this code has been reverted to no ignore this condition in later version of hivex - /* This error is seemingly common in uncorrupt registry files. */ - /* - fprintf (stderr, "hivex: %s:
2013 Aug 01
0
hivex from python
On Wed, Jul 31, 2013 at 09:13:46PM -0500, Edward wrote: > I plan to do the development in Python and I just can't seem to find enough > documentation or sample code to really get started. If you could send me > some sample code to perform common task or point me in the right direction > it would be most appreciated. Please send questions to the mailing list:
2010 Dec 27
0
hivex, ENOKEY and cygwin
On Sun, Dec 26, 2010 at 08:17:26PM -0500, Jason Copenhaver wrote: > I was compiling hivex on cygwin and it doesn't because of the use of > ENOKEY in hivex.c. This should be defined in errno.h as 126, but on > cygwin it isn't and the check in .gnulib/m4/errnor_h.m4 doesn't check > for the presence of ENOKEY. Just thought I'd let you know in case you > wanted to add
2010 Jan 19
7
[PATCH 0/7] Prepare for adding write support to hivex (windows registry) library
This series of patches prepares the way for a later series which will add write support for Windows Registry 'hive' files to our 'hivex' mini library. About hivex: http://libguestfs.org/hivex.3.html About the Windows Registry: Forget it - there are no reliable references. However the Wikipedia page explains some of the top level concepts:
2013 Jul 25
0
Re: ANNOUNCE: hivex 1.3.8 has been released and needs testing
.. and you can download the tarball from here: http://libguestfs.org/download/hivex/ Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://libguestfs.org
2016 Aug 08
0
Fwd: Patch for hivex ruby library extension
----- Forwarded message from Margaret Lewicka ----- Date: Sat, 16 Jul 2016 23:56:39 +0100 From: Margaret Lewicka To: "Richard W.M. Jones" Subject: Patch for hivex ruby library extension Hi, Attaching a patch that fixes hivex ruby bindings on Mac, if you're interested. Wasn't sure if it belonged on the libguestfs list, so mailing it directly to you. ----- End forwarded message
2017 Sep 18
0
[PATCH] daemon: Fix configure check so it requires hivex.
Commit 4d3601eb4ed1e314a8d4944a09a7f81638396cb6 made it clear that ocaml-hivex is required, implying also that hivex is required. However the configure test was still optional, and if you built libguestfs without hivex you got a very long and confusing error in the daemon/ subdirectory. Thanks: Cédric Bosdonnat --- m4/guestfs_daemon.m4 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
2018 Jan 26
0
IRC question: OCaml 4.06 and hivex
> 22:35 < cspack> has anyone tried to build hivex with ocaml 4.06? There seems to be some incompatibility there. I had to add two patches when building for Fedora: https://src.fedoraproject.org/rpms/hivex/tree/master They are both upstream, but not in a released version of hivex yet. https://github.com/libguestfs/hivex/commits/master Rich. -- Richard Jones, Virtualization
2013 Oct 08
1
Re: Hivex - Trailing garbage at the end of hive file
Hi Rich, I'm still working on validating whether the trailing zeroes were introduced by hivex or by windows (though I highly doubt it's hivex). But since it's part of a more complex workflow which is not that easy to modify, it's still a work in progress In the meanwhile, I wanted to be sure that ignoring the condition when hivex saw these trailing zeroes was the right solution.