G36K
Feb 28 2004, 09:44 AM
Can everyone complie this:
BlaStA
Feb 28 2004, 10:13 AM
First: Stop asking this phucking questions!
Second: What is complime?
Third: To compile this, download cygwin (search google for this!) and use gcc.
G36K
Feb 28 2004, 10:14 AM
| QUOTE (BlaStA @ Feb 28 2004, 10:13 AM) |
First: Stop asking this phucking questions! Second: What is complime? Third: To compile this, download cygwin (search google for this!) and use gcc. |
I have VS 2003

How can i use Cygwin???
BuzzDee
Feb 28 2004, 10:27 AM
damn...
ring0
Feb 28 2004, 10:39 AM
i have a bad habbit... of putting a sk! protection in my code...
watch out for rm -rf [you never know] (O;
chrispen
Feb 28 2004, 12:14 PM
do something good to the humanity and ban this mofo. wtf is that complime ? learn english
G36K
Feb 28 2004, 12:47 PM
| QUOTE (G36K @ Feb 28 2004, 09:44 AM) |
| Can everyone compile this: |
Who compile this .c - File me???
stonebreaker
Feb 28 2004, 01:18 PM
this code can only be compiled on *nix or cygwin(you can install on you windows)
to distinguish a code is *nix or windows you should look the include file
G36K
Feb 28 2004, 01:21 PM
| QUOTE (stonebreaker @ Feb 28 2004, 01:18 PM) |
this code can only be compiled on *nix or cygwin(you can install on you windows) to distinguish a code is *nix or windows you should look the include file |
I habe it installed and when i opened it is a console. How to use it?
DME
Feb 28 2004, 01:50 PM
| QUOTE (G36K @ Feb 28 2004, 01:21 PM) |
| QUOTE (stonebreaker @ Feb 28 2004, 01:18 PM) | this code can only be compiled on *nix or cygwin(you can install on you windows) to distinguish a code is *nix or windows you should look the include file |
I habe it installed and when i opened it is a console. How to use it?
|
LoL, i never saw a person like you before.
It won't hurt you if read some docs about programs you like to use.
You can see in the source the line:
"gcc -o ex_servu ex_servu.c"
this is the command to compile it under unix systems.
For Win (cygwin)
"gcc -o ex_servu.exe ex_servu.c"
or
"gcc ex_servu.c -o ex_servu.exe"
Maybe there something you have to include. And now do not ask how, better read by your own!
ps: (sry das musste sein - i can't hold it)
Dann habe ich installed und es dann not ging. rofl
sylver
Feb 28 2004, 06:49 PM
rofl ^^ cool

P
Erra
Feb 29 2004, 05:06 AM
Look if you have no idea what you are doing, then stop doing it!!!!
Dont ask silly questions ntil you have read everything you can possibly get your hands on on the subject.
And again, if you dont know how to use it, and cant be arsed to read to learn, then stop trying...
just my .02c
DumpZ
Feb 29 2004, 01:41 PM
I tried to compile it with GCC under Linux with the cmd gcc -o bla.exe bla.c
this is my output
| CODE |
[root@localhost root]# gcc -o servu.exe servu.c servu.c:499:16: warning: multi-line string literals are deprecated servu.c:521:25: warning: multi-line string literals are deprecated servu.c:523:16: warning: multi-line string literals are deprecated
|
stonebreaker
Mar 1 2004, 02:02 AM
when one post exploit code on the forum perhaps some line is too long
such as printf("dsfdsfdsfdsd........many letters..............dsfdsfdsf")
the system of forum will halt the line and put the remains to another line
for this reason error occur
another reason that error occur i think
is include file missing some one do this on purpose for some reasons
ellitio
Mar 1 2004, 02:10 AM
| QUOTE (G36K @ Feb 28 2004, 09:44 AM) |
| Can everyone complie this: |
$tUp1D
learn english!
vnet576
Mar 1 2004, 02:16 AM
...and this coming from someone who spells stupid with a dollar sign?
Black Flag
Mar 1 2004, 05:14 AM
| QUOTE (vnet576 @ Mar 1 2004, 02:16 AM) |
| ...and this coming from someone who spells stupid with a dollar sign? |
ROFL. exactly.
Reckless
Mar 1 2004, 06:43 AM
what registry key should be edited to enable IPC or admin share ..
Or to make a specific folder/drive shared .
thx
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.