Re: [sleuthkit-developers] JFFS2 Support
Brought to you by:
carrier
From: Jim H. <jim...@gm...> - 2008-01-10 07:37:47
|
Hi Jeff, Both Linux and TSK are relased under the GNU Public License, so I can see no reason why you cannot look at or simply copy jff2.h into the TSK source tree. It would then cease to be an external dependancy. There's no sense in reinventing the wheel when you can enjoy the benefits of free software. Regards, Jim On 10/01/2008, Jeff Craig <li...@fo...> wrote: > > I'm looking at writing JFFS2[1] support into TSK, as I have a pair of > images I'm interested in analyzing. My questions are of semantics for > the code. > > It appears that TSK actively tries to avoid external dependencies, for > instance, the ext2 support does not depend upon <linux/ext2.h>. > Understanding that I shouldn't include <linux/jffs2.h> in my source, how > appropriate is it examine that file in my creation of a jffs2.h file for > TSK? As I tried to familiarize myself with the TSK file system code, > I've made a point of not looking into the jffs2.h file in the Linux > headers, but obviously using that code (even if it were copied along > with the copyright notice), would make my task easier. > > Jeff Craig > > [1] http://sourceware.org/jffs2/ > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > sleuthkit-developers mailing list > sle...@li... > https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers > |