Results 1 to 6 of 6

Thread: Hidden entries?

  1. #1
    Senior Member LoneLurker's Avatar
    Join Date
    Nov 2005
    Location
    Texas, USofA
    Posts
    109

    Default Hidden entries?

    Can RegAlyzer display any HIDDEN entries?

    Thank you again for reading my question,
    LoneLurker"LoneWanderer""Adults are obsolete children. Dr. Seuss
    Win7 Pro SP1 x64;FireFox V. current: SBS&D V. current; WinPatrol, WinPrivacy, WinAntiRansom

  2. #2
    Member of Team Spybot PepiMK's Avatar
    Join Date
    Oct 2005
    Location
    Planet Earth
    Posts
    3,601

    Default

    Hidden exactly how?

    There are for example the typical 0x00 tricks - since 0x00 usually means the end of some text, it is sometimes used to hide stuff that follows this 0x00.
    We do not use such zero-terminated strings though when reading from the registry, and even if the display cuts of at those points, our hex view doesn't. See feature request #97, just added

    There might be other methods to hide things, if you provide more details, I can give you more detailed answers
    Just remember, love is life, and hate is living death.
    Treat your life for what it's worth, and live for every breath
    (Black Sabbath: A National Acrobat)

  3. #3
    Senior Member LoneLurker's Avatar
    Join Date
    Nov 2005
    Location
    Texas, USofA
    Posts
    109

    Default Re: Hidden . . .

    Quote Originally Posted by PepiMK View Post
    Hidden exactly how?

    There are for example the typical 0x00 tricks - since 0x00 usually means the end of some text, it is sometimes used to hide stuff that follows this 0x00.
    We do not use such zero-terminated strings though when reading from the registry, and even if the display cuts of at those points, our hex view doesn't. See feature request #97, just added

    There might be other methods to hide things, if you provide more details, I can give you more detailed answers
    If I was smarter maybe I would or could, but; with my limited knowledge that will have to suffice for now or maybe someone else reading this thread may know enough to ask the more intelligent question to gain the better response. I am just too limited to know how to ask those smarter questions.

    Thank you for this reply and for taking the time to post to my 'post toasty',
    LoneLurker"LoneWanderer""Adults are obsolete children. Dr. Seuss
    Win7 Pro SP1 x64;FireFox V. current: SBS&D V. current; WinPatrol, WinPrivacy, WinAntiRansom

  4. #4
    Junior Member
    Join Date
    Sep 2008
    Posts
    5

    Default

    How about 00s in key and value names? These can only be handled by using the low-level Nt... functions. See Sysinternals article about RegDelNull for more information.

  5. #5
    Member of Team Spybot PepiMK's Avatar
    Join Date
    Oct 2005
    Location
    Planet Earth
    Posts
    3,601

    Default

    Rootkit-hidden key/value detection

    A lot of it is already done; the code to handle these already existed anyway from registry handling in Spybot. NT mode browsing is also already possible through our Total Commander plugins.
    Just remember, love is life, and hate is living death.
    Treat your life for what it's worth, and live for every breath
    (Black Sabbath: A National Acrobat)

  6. #6
    Junior Member
    Join Date
    Sep 2008
    Posts
    5

    Default

    Good to read that. A full-blown Registry-Editor with the ability to handle names with embedded nulls, that would really be something.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •