Search:

Type: Posts; User: nigga-man

Search: Search took 0.01 seconds.

  1. i run: and run file: ./a.out bash: ./a.out:...

    i run:

    and run file:
    ./a.out
    bash: ./a.out: No such file or directory

    What the????

    help!
  2. Here is my configuration. Only the line says...

    Here is my configuration. Only the line says about the linker --enable-linker-build-id
  3. I can not change the program interpreter at compile time

    My program:

    const char my_interp[] __attribute__((section(".interp"))) = "/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2";

    int main(){}


    i compile and I checked the interpreter:
  4. Replies
    4
    Views
    4,277

    Ah that's the problem, the whole program works!

    Ah that's the problem, the whole program works!
  5. Replies
    4
    Views
    4,277

    Segmentation error in programm

    I'm a complete noob and I need help!:( I like everything written correctly, here's the code:


    #include <stdio.h>
    #include "iwlib.h"

    int set_essid(int skfd, char ifname[], char arg[], int...
Results 1 to 5 of 5