Luigi Auriemma

aluigi.org (ARCHIVE-ONLY FORUM!)
It is currently 19 Jul 2012 14:44

All times are UTC [ DST ]





Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 12 posts ] 
Author Message
 Post subject: Error in compiling same error on most of your pruducts
PostPosted: 21 Aug 2008 03:06 

Joined: 18 Apr 2008 10:28
Posts: 36
When I try to compile ventrilo null poiner i get this error

Code:
if(recv(sd,(void *)&len + 1, 1, 0) < 0) return(-1);


on line 202, and the error reason is unknown size for type 'void'


I see you put this code of every code..

in the ventrilofp
i got this error too and more error on return(0);

and i dont know what it do thet

Im using lcc compiler.
I download it from your link in the "about" category.

I try to use gcc.exe but this still dont work.

i dont know what to do and i not change enything on your code.
I gust try to compile the code and its not work.


but I think these errors becuse i need to change a specific word or something in code , for exmple i get error on the sleep, you say i need to change it to Sleep, i change it and its not notice me about the 'sleep' error.

now i want you help me to solve my problems.

if you want you can contact me on icq (5696247)
or msn s_g@bezeqint.net

and I give you to connect my computer and im sure you will solve all my problems forever!

and if you want i can make you a GUI for your pruducts on VB!
i allsow make to some of your pruducts :D

so please help me, and type your solution.

not only you hhh, All the members in this great forum. but specially you.


EDIT: Ok, I try to compile moste of your pruducts like the ventrilobotom.exe

ok this write me some errors. but I say: "If This Work, its ok!"

but The ventrilofp do for me many ERRORS!
and this not compile!

What is the specific command to compile the ventrilofp???
Im use (Now) MinGw (gcc.exe)
So What the command to compile the ventrilofp?


Top
 Profile  
 
 
 Post subject:
PostPosted: 21 Aug 2008 09:58 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
substituite (void *) with (unsigned char *) and it will work

some command-line commands for compiling stuff with multiple compilers are available here:

http://aluigi.org/about.htm#compile


Top
 Profile  
 
 Post subject:
PostPosted: 21 Aug 2008 14:49 

Joined: 18 Apr 2008 10:28
Posts: 36
Thenks for the help aluigi

and you can, tall me please
What is the specific command to compile the ventrilofp???
Im using (Now) MinGw (gcc.exe)


Edit: I tray to change for what you say and this give me a tones of errors
and I discover something, on lcc you cant do printscreen!
its not work :(

but answre me to the bold Question. (more importent)


Top
 Profile  
 
 Post subject:
PostPosted: 21 Aug 2008 18:02 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
gcc -s -O2 -o ventrilofp.exe ventrilofp.c mybrute.c -lws2_32


Top
 Profile  
 
 Post subject:
PostPosted: 21 Aug 2008 18:56 

Joined: 18 Apr 2008 10:28
Posts: 36
OMG!
i LOVE You!!!!
This compile to me PERFECT!
NO ERRORS!!!!

A Tip: I recommend you to add to each pruduct
the execly command you use to compile
this will be very useful and helpful and make the life more easier!

10x again luigi!


Top
 Profile  
 
 Post subject:
PostPosted: 21 Aug 2008 19:49 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
the command-line is usually ever the same:
Code:
gcc -s -O2 -o file.exe file.c -lws2_32

-s makes the executable smaller
-O2 creates optimized code
-lws2_32 is the Windows socket library, 80% of my stuff is network related

the other arguments to add are usually the names of some libraries or files, all depends by the error that the compiler returns.

for example if it returns something like "undefined symbol" of inflateEnd means you must specify the zlib library (c:\mingw\lib\libz.a or -lz), while in the case of venrilofp it returns the undefined symbol mybrute_init which is a function provided by mybrute.c

if you don't know where is located a function (the undefined symbol) reported by gcc is enough to search it inside the files located in the current directory of the program you want to compile and then in your c:\mingw\lib folder


Top
 Profile  
 
 Post subject:
PostPosted: 22 Aug 2008 05:30 

Joined: 18 Apr 2008 10:28
Posts: 36
10x alot luigi
i try to use gcc -s -o file.exe file.c -lws2_32
and it works fine too
but when i try to compile the ventrilobotomyfix.c
it return me errors and not compile :(

but when i try to use lc.exe compiler it works fine!

and more question gcc used to compile C files
it compiles a cpp files too?
or i need to use g++?
oh i see now cpp.exe
what i need to use?

so i see i need to use -s if i got size problem. im right?

more one thing, (i want to expend my knowlage :D)
there is a way, and option in C or something thet i can do a sections?

for exmple

program.exe -1 (ventrilofp commands)
program.exe -2 (tsfakep command)
and etc...

if i do program.exe -1 i will see the same if i do ventrilofp.exe

(ok... you have alot of questions in here, i know, but I Want To Know :D)


Top
 Profile  
 
 Post subject:
PostPosted: 22 Aug 2008 10:33 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
you need g++ for cpp files

the section things about you refer are the options of the program, you need to know the C language for modifying the program and adding them


Top
 Profile  
 
 Post subject:
PostPosted: 22 Aug 2008 20:29 

Joined: 18 Apr 2008 10:28
Posts: 36
ok i try to learn from my main knowlage...
beacuse i dont learn it in my school.

I see thet you do in your ventrilofp

"ABCDEFGHIJKLMNOP etc......"
"abcdefghijklmnop etc..."
"012345-9 etc..."

now i see this line in you code:

else {
p += rndxx(p, 32, &seed,0); // nickname

now i when you do ventrilofp.exe IP:PORT
They will enter with Clone rndxx

But i cant get it i try

p += Clone rndxx(p, 32, &seed,0); (line 312)

but this not work

as i see have in all the lines after the same

p += int(p, some things,0/16/32/48);


so how i create something like this: when the bot join it will be Clone: rndxxx


Top
 Profile  
 
 Post subject:
PostPosted: 22 Aug 2008 20:35 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
in your case you need to use the following:

p += putmm(p, "Clone: ", 7);
p += rndxx(p, 32 - 7, &seed,0);


Top
 Profile  
 
 Post subject:
PostPosted: 23 Aug 2008 02:19 

Joined: 18 Apr 2008 10:28
Posts: 36
OMG it works!

10x!

but whet i flood a very strange thing was happen

I Discoonect the clones but sill All of them stay in the vent!

I Think We Discover Here Something!

i try this on 2 ventrilo and the stay!

(i think they are cant get ban..)


10x luigi

and i think this will be my topic when i aask all my questions to you!

lol it works! i <3 u you are genius!


ok ok im so stupid... i think this beacuse the Clone... But it isnt..

i try to use the orginal vfp and the stuck too!

maby a specific server problems...

i try to do:

p += putmm(p, "", 0);
p += rndxx(p, 32 - 0, &seed,0);

NVM...

Edit: When i try to do

p += putmm(p, "Test: ", 7);
p += rndxx(p, 32 - 7, &seed,0);

when the clones join it do: Test:
and no random but if i change the Test: to Clones: like you do in start it works... what the reason this happen? maby the ",7" ??


EDIT: ok i get it the "7" its the number of letters...


now I try to do something...

a -m option.. like ventrilofp.exe -m NUM

i add the -m option but i dont know what to do...
i calld it maxclones, so i understand i need to create an if(maxclones){ something } you can help me please? (this is a good idea like in your other pruducts)


Top
 Profile  
 
 Post subject:
PostPosted: 23 Aug 2008 11:41 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
7 is the number of chars in "Clone: ", so if you want to use "Test: " you must use 6 and 32 - 6


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 12 posts ] 

All times are UTC [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for: