Hey Community, could someone help me with something?
When i try to Compile a .C Booter Script thrue "gcc -pthread -o scriptname scriptname.c" it Compiles but when i wanna test it, it brings "segmantation fault".
I tried to check it thrue "cc scriptname.c" and it brings " In function `main':
scriptname.c:(.text+0x98a): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status"
So does someone know how i could fix that? Tried a few Scripts, all the same Problem, only Scripts without secound Threads r working.
Here is an Example of a Script what wont Work:
https://pastebin.com/SK5KVbyA
- If someone could help me i would appreciate it! :)
When i try to Compile a .C Booter Script thrue "gcc -pthread -o scriptname scriptname.c" it Compiles but when i wanna test it, it brings "segmantation fault".
I tried to check it thrue "cc scriptname.c" and it brings " In function `main':
scriptname.c:(.text+0x98a): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status"
So does someone know how i could fix that? Tried a few Scripts, all the same Problem, only Scripts without secound Threads r working.
Here is an Example of a Script what wont Work:
https://pastebin.com/SK5KVbyA
- If someone could help me i would appreciate it! :)