hacking contest

hacking exploits security forum
hacking
compliance articles
upgrade backup exec
information security consultant

Ilya
I need a good site to download c compiler
OneNight
I had the same problem in findig a simple compiler. I found one here. But it does lots of other stuff also.

Haitchttp://sources.redhat.com/cygwin/

(Be sure to select the gcc package when installing.)
Dillinja
Also, Ive found Bloodsheds Dev C++ to be a great package to work with. It comes with its own compiler (Mingw compiler system) or can work in conjunction with Cygwin or any other GCC compiler. It just makes life easier! biggrin.gif

You can d/l it free here: http://www.bloodshed.net/devcpp.html

Oh, its for windoze btw.
riotz
http://www.cs.virginia.edu/~lcc-win32/
here is another one
thats the best free one afaik..
barty32
maybe it would be even better if you install a linux version, then you have gcc integrated wink.gif

Try a free Linux Version. Search at www.google.com, i'm, sure you'll find one wink.gif
carlssin
Assuming this is for a Windows box, download cygwin and use the gcc compiler.

Here you go: http://www.cygwin.com/
sp00geD
i've used both cygwin and lcc-win i have to say lcc is much better
sylver
u can buy visual studio :-)
very nice prog, i have the student version smile.gif
supermax
there is DEV-cpp if you do windows coding and want it free (http://www.bloodshed.net/devcpp.html)
there is visualC for microsoft if you wnat to pay and cygwin if you do linux coding and can be use to compile exploit (www.cygwin.com)
bitwild
Free C/C++ Compilers and Interpreters

"Looking for a free C compiler or a free C++ compiler? This page lists numerous
free C and C++ compilers, cross-compilers and interpreters for a wide variety of
operating systems (including embedded systems)."

-->www.thefreecountry.com/compilers/cpp.shtml

...many with nice info(s)

ps. I use mingw and I like it :)
pps. link found using a popular search engine ('free windows c compiler')
metrox
CYGWin and gcc from linux
fre4k
Use MS Visual c++ is the best for win wink.gif
technoboy
Borland C++ Compiler (bcc32) is very good too, and command line based
u533m3n0t
Try Code Warrior as well cool.gif
BMCHaCkEr
OK. One of the best compilers ive seen is DEV C++. It is freeware. If you need it badly, E-Mail me.
tstngry
I have cygwin but i am new to linux commands and i nned some help with the gcc useage. Can anyone explain how to use the gcc command to compile a source code? It would be much appreciated. Thnx in advance wink.gif
aapje
hxxp://www.freecompilers.net smile.gif Bloodshev Dev- ++ or something is good
FTPServerTools
Do not forget the watcom compiler at www.openwatcom.org . It used to be payware but it is now free.
migo
install a free linux box and use gcc compiler, it's much better
migo
QUOTE (tstngry @ Apr 8 2004, 05:40 AM)
I have cygwin but i am new to linux commands and i nned some help with the gcc useage. Can anyone explain how to use the gcc command to compile a source code? It would be much appreciated. Thnx in advance wink.gif

use this short command

gcc -o file file.c

where 'file' is the output (the compiled file)

'file.c' the file u want to compile (the full path)
eg.
gcc -o pro /root/proftpd.c

u can execute the output file by using
./pro

Best Regards
migo
dEuS
Hi!

I use lcc-win for now exactly 1 hour biggrin.gif
But IŽll have a big problem.
My .exe file is everytime exactly 11kb and when i try to run in there is only this message:

"programename.exe usage:"
and thats all....

I try to compile 5 completly different .c files and I always close/erease the my projects and make a new one...
But its everytime the same shit sad.gif

Can anybody help me?
I dont understand whats wrong with me/the programm.

Thank YOU!

And sorry for my bad english.
cya
OldSkool
tja deus benutz halt einfach visual studio damit kannste die meisten exploits compilieren. such einfach im kazaa danach, sollte so ca 211mb sein.

gz,
deadhat( wir kennen uns) wink.gif
dEuS
danke oldskool wink.gif

wir sehen uns *g*

cya
pcg33k
look in google for this prog:
devcpp.rar

its dev c++

NJOY smile.gif
dEuS
mhhm another nice program. THX!

But it doesnt help me sad.gif

I tryed to compile some exploits again, but there are always some errors in it.
Is that normal?
Need I programming skills only to compile a simple program?

compiling sucks wink.gif hehe

Any suggestions?

dEuS
[R]
I am using Dev C ++
This compiler is okay but i prefer Visual Studio because it has got more includes than Dev ++ .

Greetz

[R]
Alien
QUOTE (dEuS @ Apr 9 2004, 01:00 AM)
Hi!

I use lcc-win for now exactly 1 hour biggrin.gif
But IŽll have a big problem.
My .exe file is everytime exactly 11kb and when i try to run in there is only this message:

"programename.exe usage:"
and thats all....

I try to compile 5  completly different .c files and I always close/erease the my projects and make a new one...
But its everytime the same shit sad.gif

Can anybody help me?
I dont understand whats wrong with me/the programm.

Thank YOU!

And sorry for my bad english.
cya

compile code under command line

ex.
c:\lcc\bin>lc code.c -o output.exe

smile.gif
canardwc
QUOTE (dEuS @ Apr 9 2004, 01:00 AM)
Hi!

I use lcc-win for now exactly 1 hour biggrin.gif
But IŽll have a big problem.
My .exe file is everytime exactly 11kb and when i try to run in there is only this message:

"programename.exe usage:"
and thats all....

I try to compile 5 completly different .c files and I always close/erease the my projects and make a new one...
But its everytime the same shit sad.gif

Can anybody help me?
I dont understand whats wrong with me/the programm.

Thank YOU!

And sorry for my bad english.
cya

I thing you are trying to compile a sample,
search in your source if there s the sentence

"programename.exe usage:"

if (argc < a_number) {
fprintf(stderr, "%s : \n", argv[0]);
exit(EXIT_FAILURE);
};

++
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.

 
Invision Power Board © 2001-2005 Invision Power Services, Inc.