On Wed, Jul 19, 2000 at 03:29:03PM +0400, Dmitry samersoff wrote:
> It's very usable tool, but I'm looking for C/C++ code
> doing:
>
> while( read_next_inode )
> {
> if (inode_is_deleted && inode_data_contains_some_text)
> { write(outfile, inode_data, inode_size);
> }
> }
>
> And I would be very thankfull
> if someone can send me source or pointer to good start for
> function "read_next_inode"
You might be able to modify /sbin/dump to do this.
David.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message