Search:

Type: Posts; User: archmedes

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,211

    It is expecting a WCHAR string. To make a literal...

    It is expecting a WCHAR string. To make a literal like "EDIT" a WCHAR literal, you preface it with a L, like so: L"EDIT". That should fix that error.
  2. Replies
    4
    Views
    1,723

    If you log them when they happen, you know which...

    If you log them when they happen, you know which ones at have some point have been running and when they started. When they started gives you some indication of where they fall in the boot order. You...
  3. Replies
    4
    Views
    1,723

    One way to see what hooks are running on your...

    One way to see what hooks are running on your system would be to write an API spy. I know there are some ways of accomplishing this that involve redirecting the Import Address Table to your function....
  4. Replies
    1
    Views
    1,950

    RegReplaceKey Corruption

    Hello. I am writing a simple backup app that uses RegSaveKey to save a portion of the registry. I then want to return it using RegReplaceKey. However, when I use RegReplaceKey on the exported file...
Results 1 to 4 of 4