CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2009
    Posts
    28

    registry operations

    how can i get registry operations associatd to a given executable files?
    in other words,
    how can i get subkeys names that are created by a given process?

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: registry operations

    Can you perhaps explain why you need to do this ¿

  3. #3
    Join Date
    Feb 2009
    Posts
    28

    Re: registry operations

    I'm a student in Jordan University in IT college
    and I made a graduation project related to monitor processes that are running on the system

  4. #4
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: registry operations

    Quote Originally Posted by elham View Post
    I'm a student in Jordan University in IT college
    and I made a graduation project related to monitor processes that are running on the system
    This still does not tell us what exactly you are trying to do. Can you elaborate what exactly you are looking for?

  5. #5
    Join Date
    Feb 2009
    Posts
    28

    Re: registry operations

    like operations column in the procmon tools which give what each process do in the registry
    e.g. of process operations :
    regopenkey, regclosekey, createfile, readfile, ...

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

Featured