Cygwin?

Questions about programming languages and debugging
Post Reply
ebrizzlez
Kage
Kage
Posts: 732
Joined: 31 Mar 2007, 16:00
17
Location: Hidden in a Buffer Protection.
Contact:

Cygwin?

Post by ebrizzlez »

Well... I have been programming, and know want to do my own DoS like program which sends a heavy amount of packets which cause to flood the target IP. So I went to look around for winsockets tutorials, psuedo pointed me to a badass tutorial by Beej... The tut was mainly coded in Linux, so it was hard to transcode Unix to Windows.. But in the document, it said something bout Cygwin... I want to know if you can compile Unix code, such as C/C++, on Windows Vista using this applcation. Also, does this program support C programming or C++, or both? And would anyone know how it works... Thanks.. :wink:

pseudo_opcode
cyber messiah
cyber messiah
Posts: 1201
Joined: 30 Apr 2006, 16:00
17
Location: 127.0.0.1

Post by pseudo_opcode »

everything you need to know
http://www.cygwin.com/

and yes it can do both C and C++

ebrizzlez
Kage
Kage
Posts: 732
Joined: 31 Mar 2007, 16:00
17
Location: Hidden in a Buffer Protection.
Contact:

Post by ebrizzlez »

pseudo_opcode wrote:everything you need to know
http://www.cygwin.com/

and yes it can do both C and C++
kk. Thanks, any instructions on how to use it? Or is that located on the site as well? Thanks. :wink:

pseudo_opcode
cyber messiah
cyber messiah
Posts: 1201
Joined: 30 Apr 2006, 16:00
17
Location: 127.0.0.1

Post by pseudo_opcode »

personally i dont use cygwin.. or for that matter i dont use windows, so you may check the documentation on the site.. coz i myself dont know..

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

there's a pretty extensive user guide on the cygwin site:
http://www.cygwin.com/cygwin-ug-net/cygwin-ug-net.html

:wink:

ebrizzlez
Kage
Kage
Posts: 732
Joined: 31 Mar 2007, 16:00
17
Location: Hidden in a Buffer Protection.
Contact:

Post by ebrizzlez »

bad_brain wrote:there's a pretty extensive user guide on the cygwin site:
http://www.cygwin.com/cygwin-ug-net/cygwin-ug-net.html

:wink:
8O 8O 8O 8O 8O (Long document...)
Wow. Thanks you guys, too lazy for the simple search, have exams to study for so I cant continueously look for things as I use to.. Thanks.
:wink:

Post Reply