search for: neosmart

Displaying 8 results from an estimated 8 matches for "neosmart".

2014 Nov 11
0
Re: [libhivex] Memory leak in hivex_node_delete_child?
> On Nov 11, 2014, at 5:36 AM, Mahmoud Al-Qudsi <mqudsi@neosmart.net> wrote: > I'll test it and be back. And it works perfectly. Thanks, Mahmoud
2014 Nov 11
4
[libhivex] Memory leak in hivex_node_delete_child?
[This email is either empty or too large to be displayed at this time]
2009 Aug 08
2
Chainloading from Vista x64 bootloader to Extlinux?
...se to manage its boot settings, which makes it impossible for me to update the boot settings particular to Vista with e.g. EasyBCD[1] (which I use and which supports GRUB natively). I suspect that the above also applies to the x64 versions of Windows Server 2008, 2008 R2 and Windows 7. [1]: http://neosmart.net/dl.php?id=1 Kind Regards, -ermo
2013 Feb 07
1
[libhivex] Patch implementing hivex_node_get_child_deep
...ded to my patch (please). I apologize for not taking the time to ask whether or not such a new API function would be welcome. As it was, I needed this code for my own purposes, so I am sharing it here on the mailing list in case it proves to be helpful to anyone else. Thank you, Mahmoud Al-Qudsi NeoSmart Technologies -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libguestfs/attachments/20130207/b6f783ce/attachment.htm> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Implemented-conven...
2014 Oct 29
2
[libhivex] Undefined behavior when accessing invalid (too small) registry hives
...on(s) to place range-checking would be; is there anything smarter than plastering checks at every read/write to the registry file? Or is it expected that certain sanity checks would be performed prior to passing along any files to libhivex? What would those checks be? Thank you, Mahmoud Al-Qudsi NeoSmart Technologies
2015 Mar 02
7
installing C7 on a laptop with Win7, dual boot
Hi all! I've just installed C7 on my netbook that already contained Win7 (and also Fedora 19, which the C7 is intended to replace). The Fedora installer had found the windows installation and it appeared in the grub menu, and was bootable and worked fine. The C7 installer did not put the windows installation into the grub menu. with some googling I found a page at
2014 Nov 11
0
Re: [libhivex] Undefined behavior when accessing invalid (too small) registry hives
> On Nov 11, 2014, at 1:57 AM, Richard W.M. Jones <rjones@redhat.com> wrote: > > Yes I was also meaning to do that after reading lcamtuf's postings. Yup. That's the one. > I just started a run now .. Will let it run for a few days and report > any issues on the list. Thank you. Do you mind running it under valgrind to catch out-of-bound reads? Mahmoud
2014 Oct 30
4
Re: [libhivex] Undefined behavior when accessing invalid (too small) registry hives
On Oct 29, 2014, at 3:39 PM, Richard W.M. Jones <rjones@redhat.com> wrote: > >> Or is it expected that certain sanity checks would be performed prior to >> passing along any files to libhivex? What would those checks be? > > No, hivex should definitely have those checks. > > I'll have a proper look at this in the morning. > > Thanks, > > Rich.