Search:

Type: Posts; User: billy786

Search: Search took 0.00 seconds.

  1. Replies
    16
    Views
    7,558

    Machine generated code, can refer to when a...

    Machine generated code, can refer to when a compiler takes high level code C and you run it through the compiler to generate assembley. So that the machine can understand this code , hence machine...
  2. Replies
    5
    Views
    26,632

    My TCP Port Scanner in C

    This is a simple port scanner coded in c. It uses a simple socket and a for loop. The port scanner uses TCP Connect to check whether the port is opened or closed.

    This is for beginners who are...
Results 1 to 2 of 2