hacking contest

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

Full Version: Help With Cygwin
macrojen
hello nice forum here smile.gif can anyone help me ?

ive installed cygwin full install and when i try to compile a exploit it shows a lotz of errors sad.gif is it cygwin problem or exploit c problem ?

CODE

zero.c: In function `ParseZbHost':
zero.c:110: error: missing terminating " character
zero.c:111: error: stray '\' in program
zero.c:111: error: `need' undeclared (first use in this function)
zero.c:111: error: (Each undeclared identifier is reported only once
zero.c:111: error: for each function it appears in.)
zero.c:111: error: parse error before "n"
zero.c:111: error: missing terminating " character



2. but certain exploits compiles but when i execute it
it says

CODE

C:\cygwin\bin>host
2 [main] host 3776 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
460 [main] host 3776 open_stackdumpfile: Dumping stack trace to host.exe.sta
ckdump



would be greatful if some one helps blink.gif


Cheers
Pro21
Check the exploit's code wink.gif I believe errors come from source code smile.gif
Learn C langage and you will understand smile.gif Good Luck
GAN_GR33N
most of the answers are in the error you posted
QUOTE
zero.c: In function `ParseZbHost':
zero.c:110: error: missing terminating " character
zero.c:111: error: stray '\' in program
means that in the `ParseZbHost' function you have a quote that starts but does'nt stop which is probably causing the next couple errors so use dev c++ so that it will color code the code and show you where its screwed up.

most cut and paste exploit code is disabled in some way to prevent n00bs from using it

good luck smile.gif
sandworm
Get some help in a C Tutorial wink.gif
aelphaeis_mangarae
QUOTE
Get some help in a C Tutorial


This will get you started if anyone is interested in learning C.

http://www.its.strath.ac.uk/courses/c/
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.