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
M

Mugiwara

@Mugiwara
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Geting the calling modules names
    M Mugiwara

    I already made a try with this method but it id not work. The returned name's module is the one of the *.EXE which loaded the DLL, but not the DLL's name itlsef(DLL which makes calls).

    C / C++ / MFC question

  • any idea why my select does not work(visual c++ ?)
    M Mugiwara

    Thank you, that was it.

    C / C++ / MFC c++ question

  • Geting the calling modules names
    M Mugiwara

    I'am hooking the sendto function and i would like to log names of every DLL/prog which call it. How can i retrieve the names of the DLLs which call to the sendto hooked function ?

    C / C++ / MFC question

  • any idea why my select does not work(visual c++ ?)
    M Mugiwara

    #include "stdafx.h"
    #include <conio.h>
    #include <stdio.h>
    #include <Winsock2.h>
    #pragma comment(lib,"Ws2_32.lib")

    int _tmain(int argc, _TCHAR* argv[])
    {
    // Sleep for 2 sec
    struct timeval tv;
    tv.tv_sec = 2;
    tv.tv_usec = 0;

    printf("Time not elapsed");

    select(NULL, NULL, NULL, NULL, &tv);

    printf("\nTime elapsed");

    return 0;
    }

    There should be a kind of delay (2 seconds), but it does not work, i cant see any delay. what happening?

    C / C++ / MFC c++ question
  • Login

  • Don't have an account? Register

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