CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: pobri19

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    450

    Regular Expressions?!

    Nevermind. Sorted.
  2. Replies
    1
    Views
    4,287

    Check if host is alive!

    Hi, I'm trying to write a function to check if a host is alive in a given specific time frame. For example, say I wanted to give this function 5 seconds to check if the host is alive, if a connection...
  3. Replies
    4
    Views
    2,549

    Re: ListView and EnumChildWindows

    I'm sorry, I wouldn't normally, it's just that I'm working on something that I don't really want to be giving ideas out for yet. Not until I'm finished coding at least.
  4. Replies
    4
    Views
    2,549

    Re: ListView and EnumChildWindows

    Ok so that's the ONLY problem with the code? If that's the case, why is it saying there is 4 contacts (items in the list), when in reality there is only 2?
  5. Replies
    4
    Views
    2,549

    ListView and EnumChildWindows

    Problem solved. Thanks.
  6. Replies
    22
    Views
    23,584

    Re: DLL Injection Detection

    My bad hehe, but that won't necessarily be a problem if I can get the names of the injected dlls. I could probably have a blacklist of known cheats or something, and run the names against the...
  7. Replies
    22
    Views
    23,584

    Re: DLL Injection Detection

    That may be true, but in my case most if not all injected DLLs will be cheats. And if there is any that aren't, I should be able to distinguish them depending on their name or some other way. But as...
  8. Replies
    22
    Views
    23,584

    Re: DLL Injection Detection

    Well, I mainly just want to know if a DLL has been injected, not necessarily PREVENT them from being injected. Because if a DLL HAS been injected, I want to alert the server admin that cheats have...
  9. Replies
    5
    Views
    1,403

    Re: Cout Statement Not Showing Up

    Sounds to me like you're trying to create a Counter-Strike aimbot.
  10. Replies
    22
    Views
    23,584

    Re: DLL Injection Detection

    OK I'll be sure to do that. Anyone else want to chime in, maybe with some ideas on how I can accomplish my task?
  11. Replies
    22
    Views
    23,584

    DLL Injection Detection

    Hi there, so here's the deal. First off let me start by telling you why:

    Basically it's a game security feature, to prevent cheating.

    Anywhere here's the deal, I've been given the task of...
  12. Replies
    3
    Views
    1,546

    Re: IRC Bot Connection Error

    Are you sure? I mean, from the examples I've seen online, it should automatically be allocated. And the reason it's a pointer is because getaddrinfo wants a pointer to a linked list, not just a...
  13. Replies
    3
    Views
    1,546

    IRC Bot Connection Error

    Basically I'm just trying to make a client program to connect to an IRC server atm but I can't figure out why this won't work. WSAGetLastError continously returns the error 10047 at the call to...
  14. Replies
    1
    Views
    9,627

    Socket connect error 10049

    Hi, so I'm learning socket programming in Windows XP. I'm trying to set up a simple server/client interaction, but I can't seem to get it working. Whenever I run the client, I get a "Socket connect...
  15. Replies
    17
    Views
    4,429

    Linux Text Editor(s)!

    I know this is probably a strange question to ask, especially considering that any text editor is viable, but I'm wondering what is the choice for text editor of most programmers running on a Linux...
Results 1 to 15 of 15





Click Here to Expand Forum to Full Width

Featured