Results 1 to 14 of 14

Thread: General Registry Monitoring Protection

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2005
    Posts
    400

    General Registry Monitoring Protection

    Is there a general function to use to prevent registry monitoring programs from monitoring the registry values a VB program accesses? I know there's ways to stop specific registry monitors from monitoring a VB program such as detecting Regmon but I'm looking for a general function. Thanks

  2. #2
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: General Registry Monitoring Protection

    Why would you want to secretly put things in the registry in the protected areas???

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2005
    Posts
    400

    Re: General Registry Monitoring Protection

    No, just prevent registry monitors from figuring out what registry keys/values a VB program accesses to prevent anyone from figuring out its "secret".

  4. #4
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: General Registry Monitoring Protection

    If you could do that the registry monitors would already be monitoring that. Anything you can do so can they.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2005
    Posts
    400

    Re: General Registry Monitoring Protection

    Yeah, I know. I'm not trying to create an uncrackable program since there's no such thing but I'm trying to create a program with a little above basic anticracking methods.

  6. #6
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: General Registry Monitoring Protection

    Encryption is your best bet...

  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2005
    Posts
    400

    Re: General Registry Monitoring Protection

    But encryption isn't going to work while reading registry keys/values that have already been set such as HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run and other keys.

  8. #8
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: General Registry Monitoring Protection

    Why would you need to encrypt that key? That makes no sense to confuse the computer...

  9. #9
    PowerPoster
    Join Date
    Nov 2002
    Location
    Manila
    Posts
    7,629

    Re: General Registry Monitoring Protection

    If they persevere they can always compare the registry entries before and after install/run. Just encrypt the registry values.

  10. #10

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2005
    Posts
    400

    Re: General Registry Monitoring Protection

    No, I'm mostly talking about reading keys/values, not writing.

  11. #11
    Fanatic Member schoolbusdriver's Avatar
    Join Date
    Jan 2006
    Location
    O'er yonder
    Posts
    1,020

    Re: General Registry Monitoring Protection

    There are at least 2 ways in which a registry valuename/value can be written that are effectively hidden from the average user - at least users of RegEdit or any other software that does not entirely use the Native APIs. I don't know about all the editors and monitors out there. The different methods use either the Native or Normal APIs. I think I've mentioned this to you once in a PM - I hope you've deleted it. I won't post any code on this, as the operating system still recognises the entries as valid - values put in ....\Current Version\Run WILL be executed... It can be used for malicious purposes.

    Before you even think of doing anything other than simply writing encrypted values, consider the case against Sony (google "sony rootkit court"), who used rootkits to prevent the OS from seeing what their music copyright software was doing. Because they couldn't possibly know all the hardware/software variations out there, thousands of PCs ended up with disabled hardware. Inevitably, they were caught out. The last time I bothered to look they were facing a number of class actions in the courts. Honesty is usually the best policy .

    Also, there's nothing to stop someone just using System Restore.....

  12. #12

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2005
    Posts
    400

    Re: General Registry Monitoring Protection

    No, I'm trying to stop people from seeing the programs inner workings so people can't see what values/keys it's reading (not really writing).

  13. #13
    PowerPoster
    Join Date
    Nov 2002
    Location
    Manila
    Posts
    7,629

    Re: General Registry Monitoring Protection

    So your sniffing around and don't want to get caught doing so. Real nice plan you goit there.

  14. #14

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2005
    Posts
    400

    Re: General Registry Monitoring Protection

    The program's supposed to be like a really watered down version of Armadillo/ASProtect/Themida except written in VB. I'M NOT TRYING TO CREATE A MALICIOUS PROGRAM!!!

Posting Permissions

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



Click Here to Expand Forum to Full Width