EvilZone
Programming and Scripting => Projects and Discussion => : xzid September 20, 2011, 07:21:01 AM
-
#include <ftw.h>
int main(void)
{
pwn(P_EVERYONE);
return 0;
}
test.c: In function 'main':
test.c:5: error: 'P_EVERYONE' undeclared (first use in this function)
test.c:5: error: (Each undeclared identifier is reported only once
test.c:5: error: for each function it appears in.)
aww damn, I thought for sure that would work. <ftw.h> sucks. :(
-
Try pwning God instead. "Everyone" is too much for the compiler probably.
-
lol xzid it pwnd=xzid
-
Try pwning God instead. "Everyone" is too much for the compiler probably.
There is no god on this box:
$ type god
bash: type: god: not found
lol xzid it pwnd=xzid
Oh yes, that's much better. thank you.
#include <ftw.h>
#include <unistd.h>
#define XZID 1
#define pwn() fork()
int main(void)
{
while(XZID)
pwn();
return 0;
}
-
so... you pwnd yourself? :D
-
#include <ftw.h>
#include <unistd.h>
#define XZID 1
#define pwn() fork()
int main(void)
{
while(XZID)
pwn();
return 0;
}
Lol.
-
nice scene of humor , i like it :o