Search:

Type: Posts; User: rohit

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,853

    :)))))))))))))) LMAO it's time for you to...

    :)))))))))))))) LMAO

    it's time for you to upgrade your distro. 6 is from flintstones era... tons of exploits and stuff don't go online with it
  2. Replies
    9
    Views
    1,843

    QT Designer rocks. it's simply drag and drop more...

    QT Designer rocks. it's simply drag and drop more or less like VB
  3. Thread: Shared Library

    by rohit
    Replies
    5
    Views
    3,034

    say you have two files main.c and lib.c you...

    say you have two files

    main.c and lib.c

    you will make a.out from main.c and mylib.so from lib.c

    here it goes

    cc -c -o libmylib.o lib.c -fPIC
  4. Replies
    3
    Views
    1,531

    sorry for cross posting well am not in the...

    sorry for cross posting well am not in the debugging mode

    i took the program file and did


    cc -S -o test.asc progname.c

    am not in the debug mode or running the program whatsoever just the...
  5. Replies
    1
    Views
    1,524

    smashing the stack

    Well first of all this is my very first hands on exp. with Assembly...
    I was going through the smashing the stack for fun and profit article
    and stumblled across with this doubt.

    Using the very...
  6. Replies
    3
    Views
    1,531

    smashing the stack

    Well first of all this is my very first hands on exp. with Assembly...
    I was going through the smashing the stack for fun and profit article
    and stumblled across with this doubt.

    Using the very...
  7. Replies
    3
    Views
    1,726

    time to grab QT libraries and see the designer...

    time to grab QT libraries and see the designer program

    http://www.trolltech.com
  8. Thread: UNIX book

    by rohit
    Replies
    7
    Views
    1,857

    http://www.terrorzone.kiev.ua

    http://www.terrorzone.kiev.ua
  9. Replies
    2
    Views
    1,194

    (1) mount windows partition one the other machine...

    (1) mount windows partition one the other machine to some directory
    (2) Read NFS hwoto and share it across.
  10. Thread: kernel/user mode

    by rohit
    Replies
    1
    Views
    1,628

    kernel/user mode

    can any one please let me know the difference between a module running in kernel mode and the normal user mode.

    what and what can not be achieved if we run the program/module in kernel/normal...
  11. Thread: kppp permission

    by rohit
    Replies
    3
    Views
    1,497

    very true, StarX. setting SUID is bad at times...

    very true, StarX. setting SUID is bad at times especially if the program is buggy to overflow exploits and should be avoided .

    but the answer to the question is

    chmod 4xxx `which kppp`
    this...
  12. Replies
    6
    Views
    1,577

    always clear / reset your buffer with '/0' it's a...

    always clear / reset your buffer with '/0' it's a safe practice

    try bzero/memcpy
  13. Replies
    0
    Views
    2,210

    unable to link NCB programs

    while running the program from the book network programming on windows


    i am inluding netapi32.lib in the linker section and nb30.h i am getting

    i also tried ws2_32.lib but to no avail ......
  14. Thread: Qt3 Errors

    by rohit
    Replies
    17
    Views
    2,391

    do you have lqt-mt.so or lqt.so check in your lib...

    do you have lqt-mt.so or lqt.so check in your lib (qt3 directory) also please tell the error exactly as they appear
  15. Replies
    3
    Views
    2,945

    this was one of the oldest DOS Attack for ever...

    this was one of the oldest DOS Attack

    for ever
    mkdir something
    cd something


    actually a directory takes some place 512 bytes i think so after few hrs u r screwed
  16. Thread: Please try

    by rohit
    Replies
    1
    Views
    1,350

    seems like we can not open it directly from the...

    seems like we can not open it directly from the webboard so here it goes ... http://www7.brinkster.com/rohit79/snapshot.png
  17. Thread: Please try

    by rohit
    Replies
    1
    Views
    1,350

    Please try

    Hi have finally moved to the final version of my sniffer as can be seen on http://www7.brinkster.com/rohit79/snapshot.png

    the payload contents is a browser actually that instead of showing the...
  18. Replies
    0
    Views
    1,384

    small manual uploaded

    hi guys i have uploaded a linux manual (pdf format) that i found on kazaa ...on http://www7.brinkster.com/rohit79/lnag.pdf

    cheers
    Rohit
  19. Replies
    4
    Views
    1,742

    didn't went throught the entire code ... but HD...

    didn't went throught the entire code ... but HD should be declared before you can use it
  20. Thread: damn gnome

    by rohit
    Replies
    6
    Views
    1,378

    http://www.linuxquestions.org/questions/showthread...

    http://www.linuxquestions.org/questions/showthread.php?s=&threadid=15903


    may be this will help you...

    frankly i didn't like konqueror as a browser but as a file and network manager it's too...
  21. Thread: damn gnome

    by rohit
    Replies
    6
    Views
    1,378

    download gnome 2 beta (last checked) it is...

    download gnome 2 beta (last checked) it is available and have quite a log of bug fixes. or if you can wait then wait till on 18'th march when kde 3 will be released i am using kde3 beta 2 ... it...
  22. Thread: IP address

    by rohit
    Replies
    9
    Views
    3,156

    for a program to connect to your machine there...

    for a program to connect to your machine there must be some port that it must be listening on ... if you know the port nos


    use socket program set interface card to promiscuous mode and read...
  23. Replies
    5
    Views
    2,087

    by this there will always be only one instance...

    by this there will always be only one instance running cause your program is a blocking i suppose and shells do not execute the other command lines unless they are done with the present commands on...
  24. Replies
    3
    Views
    1,425

    even when you have the library with you you can...

    even when you have the library with you you can not do
    gcc myprog.c -o myprog

    to generate myprog binary you will have to link it with your library.


    gcc -o myprog -L/usr/lib/yourlibrary...
  25. Thread: exec system call

    by rohit
    Replies
    3
    Views
    6,476

    sorry typo mistake it's strtok Find the...

    sorry typo mistake it's strtok


    Find the next token in a string.

    char *strtok( char *strToken, const char *strDelimit );


    cheers
    Rohit
Results 1 to 25 of 70
Page 1 of 3 1 2 3