Search:

Type: Posts; User: splintter

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    7,795

    Hi, I think i fixed the things about basic...

    Hi,

    I think i fixed the things about basic socket. Now, how can i replace the while() thing with select to anything more elaborate to support big number of connections?
  2. Replies
    11
    Views
    7,795

    Thanks for showing me Google, I had never visited...

    Thanks for showing me Google, I had never visited this site. J/K.

    I see the flags, but i think i dont need to set it, so i leaved it zero.

    Anyway, have edited with your fixes, but now it's...
  3. Replies
    11
    Views
    7,795

    Hi, I mean various humans using my client.c...

    Hi,

    I mean various humans using my client.c software to connect into server.c like a IRC client.
  4. Replies
    11
    Views
    7,795

    Hi, I have replaced the functions that you've...

    Hi,

    I have replaced the functions that you've said, but i didn't change nothing. Can you explain me the differences of this functions?

    Also, i think it's something wrong here:


    struct...
  5. Replies
    11
    Views
    7,795

    Simple socket chat

    Hi, can someone help me doing a chat server/client with simple sockets? I'm having segmentation fault when a client connects. Also, if someone want to try help me make it accept various clients...
    ...
  6. Replies
    1
    Views
    1,657

    Forwarding connection

    Hello.

    I'm using libcurl on my project, but i need some help. I want to forward connect send, recv and other functions to their WSA representative (connect -> WSAconnect, send -> WSAsend, ... )
    ...
  7. Replies
    22
    Views
    7,247

    BobS0327, Thank you, already managed how to...

    BobS0327,

    Thank you, already managed how to hook the function, now a little help with encryptation

    I want to use RSA to Encrypt/decrypt packets, it'll be secure?
  8. Replies
    22
    Views
    7,247

    Yes, but who is using WPE is end user, people...

    Yes, but who is using WPE is end user, people that dont know anything about programming, just open WPE, record the packet, and send it with a loop.

    Hooking this, encrypting send and decrypting...
  9. Replies
    22
    Views
    7,247

    Anyway, RAW Sockets will be blocked by some...

    Anyway,

    RAW Sockets will be blocked by some workstations firewalls and routers.

    I need to hook and encrypt send/recv. Encryptation can be simple.

    I was about 1 week asking for help, many...
  10. Replies
    22
    Views
    7,247

    Hello BobS0327, I'll look at AES. What you...

    Hello BobS0327,

    I'll look at AES.

    What you mean by RAW packets? can you show a exemple? sorry, but my english is bad, and i didn't understand what you mean...
  11. Replies
    22
    Views
    7,247

    Anyone? I really need help on this, did not...

    Anyone?

    I really need help on this, did not want the COMPLETE CODE, just the functions and a exemple :|
  12. Replies
    22
    Views
    7,247

    Yes, the program is a third party software(i...

    Yes, the program is a third party software(i paid), the contract ended, and i loose the sources on a hardware failure...

    This will be the last try before recontract anyone or rewrite it by...
  13. Replies
    22
    Views
    7,247

    Sorry, but i cant use it, i need a code to hook...

    Sorry, but i cant use it, i need a code to hook send/recv functions ...

    My problem is people using WPE PRO (Packet Editor) to cheat on my program, this program (WPE) load and hook a dll on my...
  14. Replies
    22
    Views
    7,247

    Hello, I dont know what you mean, but i'll try...

    Hello,

    I dont know what you mean, but i'll try to explain it more...

    A program, any... to send anything to internet via TCP, use a function of windows that i dont remember the name, ...

    so,...
  15. Replies
    22
    Views
    7,247

    dll to encrypt packet sends

    Hello, how i can encrypt packets sends of a program...

    I'm attaching the dll to program, but i dont know how to encrypt all packets before the program send it.

    i know that i need to attach a...
  16. Yes, but here, the "Win32 Project" is code only,...

    Yes, but here, the "Win32 Project" is code only, so i cant make a form without write the code for it (drag & drop)...

    I just want help to download something with progressbar and etc,

    BUT,...
  17. Yes, but it doesn't allow to create a form by...

    Yes, but it doesn't allow to create a form by drag & drop like Borland C++, it allows only using .net

    Or i'm wrong, but i cant find how...

    Sorry for being noob, i just programmed C++ console...
  18. I'm a older Delphi Programmer... just by it... ...

    I'm a older Delphi Programmer... just by it...

    I have tried to use visual c++ express, but it uses .NET plataform, and i dont want to use this (because some clients doesn't like it)...

    You cant...
  19. Downloading With Progress Bar [General or Borland c++]

    Hello all, how many here knows, this is possible using the urlmon.h of Windows API, but i dont know how to use it with Borland C++, i get a strange error, so, if anyone here can write a class that...
  20. Replies
    2
    Views
    1,397

    Gettting Process

    Hello,

    Please, i need know how to i can write a function that:

    Get all running process
    if process isn't created by system, check his folder for a dll, if dll is found, kill the process...
    ...
  21. Thread: About time

    by splintter
    Replies
    4
    Views
    883

    Thanks for help :D

    Thanks for help :D
  22. Thread: About time

    by splintter
    Replies
    4
    Views
    883

    About time

    time_t a1 = std::time(NULL); // it take the currect time,day,year, ect..

    Ok, But how i can add 30 days on this? :confused:

    Thanks in Advance ] :)
Results 1 to 22 of 22