Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

saravananvv

@saravananvv
About
Posts
4
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to detect the dll or exe from the address(memory) of its function?
    S saravananvv

    Hi, I need to know how i can detect a keylogger. I've found some basic technique in doing the same. The technique is 1.Get the image of the user32.dll 2.Disassemble the dll( traverse the user32.dll ie find the memory location of all the api in the user32.dll) 3.If the api is hooked means it will be having a jump instruction when the original api is called. 4.If this jump instruction points to a memory location outside the image of the user32.dll then the api is hooked otherwise it is not. 5.I've found the memory address of the hooked function. My question how can i detect the dll or exe from the function pointer address which i got from the discrepancies i found when the api is hooked. Pls provide a solution to that. Regards saravanan

    C / C++ / MFC question json performance tutorial

  • Alternate for BEGIN_DISPATCH_MESSAGE in wtl
    S saravananvv

    Hi, I need to have a dipath message mapppin. In MFC there is BEGIN_DIPATCH_MAP whereas my program is in wtl how can i use the macro in it. Pls provide a solution or an alternate. Regards saravanan

    ATL / WTL / STL c++ question

  • How to convet GetIDispatch(FALSE) to atl
    S saravananvv

    Hi, I need to convert the mfc code to atl for connecting to the windows shell. Please provide me some ideas or sample coding regarding this. I've enclosed the MFC coding below. LPCONNECTIONPOINTCONTAINER pContainer; LPCONNECTIONPOINT pXConnection = NULL; DWORD dwCookie = 0; CoInitialize(NULL); if(m_pInterface == 0) { if(m_pInterface.CreateInstance(__uuidof(SHDocVw::ShellWindows)) == S_OK) { if ((m_pInterface != NULL) && SUCCEEDED(m_pInterface->QueryInterface (IID_IConnectionPointContainer,(LPVOID*)&pContainer))) { if (SUCCEEDED( pContainer->FindConnectionPoint (__uuidof(SHDocVw::DShellWindowsEvents, &pXConnection))) { ASSERT(pXConnection != NULL); pXConnection->Advise( GetIDispatch(FALSE), &dwCookie); pXConnection->Release(); } pContainer->Release(); } } } Regards saravanan

    ATL / WTL / STL c++ linux tutorial announcement

  • Capture handle of window from process id
    S saravananvv

    Hi, I've to capture the handle of the window, i knew the process id of the window, how to capture the window handle using the process id. Anyone pls provide me solution to the problem. Thanks & Rgds VVS

    C / C++ / MFC help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups