Hey Monks!

A 200 gigs hd went crazy on me, and it just has a RAW partiton now. I've managed to extract much data from it, but as you all know, text is another story as it doesnt have unique hex as other formats have...

So, I was thinking...
Hex editor that support disk access.. -> HxD!
Hmm, timeconsuming...
Regular expressions powerfull... Perl! Now I only need some way to access the hd in "raw", and then I'm able to "extract" the text from the screwed up hd.
This is were you monks come in!
Ideas?
Couldn't find a module for access hd raw! (And Im using Windows)

This may also be something for some application out there, but I dont think there is something like HxD with regular expression and batch support! Actually, doing this in Perl would be fonky as hell! Doesnt really seem I can link Perl with HxD either...

UPDATE: The RAW partition is its own unit letter.. (P: in this case :) )

Thanks,
Ace

In reply to Accessing a RAW partition! by Ace128

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.