After reading Rioter's netbios hacking tutorial, and starting to work with the java.net package, and decided to make a fake "server" that listens on port 139. The only problem is that I wanted it to ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hullo. I'm designing a port scanner for a basic info security class, and one of the assignment requirements is to list the security concerns of such a program--basically, what possible risks to securi...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
You may remember me from a couple of my tutorials on java programming. Well I've always wanted to get into the networking aspect of java programming. I tried to look at the Java API specification pa...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello everybody out there I have a little problem while overloading the <<operator for a class Im doing (named Set) which uses templates. The line that specifically gives me an error is
tem...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
This isn't security related per se, but I was hoping some of you programming geniuses out there might be able to help me out with the logic or syntax to accomplish what I need in Excel XP.
I have ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I want to write a Perl script that encodes a file using Base 64 encoding. The Perl documentation tells you to do this:
code:
use MIME::Base64 qw(encode_base64);
open(FILE, "/var/log/wtmp") or di...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
How do you edit/create registry files with C/C++?
How do you edit the reg files mainly, and if you happen to know how to create them that too I guess?...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
HI men, I need help with reading parallel port. I tried
byte result;
asm {
MOV dx,0x379
IN al, dx
MOV result,al
}
but i wont work. I want to wait for something ot the port and when...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
This person has been banned from AntiOnline, and as a result, all of their posts have been marked as Hidden. The user was banned for a reason, so this post may: promote illegal activities, contain fla...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I was just compiling a program using visual studio C++ and it gave me an errror saying that size_t was not part of the standard library. Explaining a little bit more in the C standard library there is...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am writing a program in Qbasic, and whenever i try to run it i get a "Type mismatch" error.
the line that it says the error is on is like
if yesno$=Y then
if you need more, just ask. Thank...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
The problem that needs an explanation is:
If in statement 1( marked in red with the arrow) more than one character are entered then statements 2,3 and 4 ( all marked in red with the arrows) are not ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
This person has been banned from AntiOnline, and as a result, all of their posts have been marked as Hidden. The user was banned for a reason, so this post may: promote illegal activities, contain fla...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hi all,
i m new to php...
heard a lot about it, but doesnt know much about it...
i want to learn it...
can anyone of u suggest any good website for it... apart from http://www.php.net
tha...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Ok, so how do I get a number variable bigger than 32 bits? A long int only goes up that high. What is a bigger Variable? or how do I do that?
In C/C++ I must add, I am wondering how to do it in C/C+...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
quote:Web developers can produce a Microsoft Excel file and pass that file to the client in a variety of ways. To introduce you to some of your options, we'll examine a couple of methods here. Althoug...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I just installed slackware 8.1 and i have some problums
1. i cant get LILO to work, i have been trying for a day or two now, what other programs can i use to give me a choice at startup, (Linux o...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
This post itself isn`t a tutorial so i`m sorry if i`ve posted this in the wrong area, if i have then hopefully a moderator will move it to a correct area.
I just thought i`d share the link for this ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Ok,
I just wanna clear this up a lil bit becuz I am kinda confused here.
Ok, when I compiler something in C++, the compiler compiles it and then runs it. The program pop ups on my screen, I go thr...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am wondering what an X bit number is. Such as a 1024 bit number, how is that generated? And how can I create a 1024 or 2048 or even a 4096 bit prime number? I am trying to generate a 1024, 2048, or ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
i compiled some c++ source code and i got a runtime error and im confused on what caused it...
(its very long otherwise id post it)
it says it has a segmentation fault everytime i try to run it......
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello folks,
I cannot seem to find the g2++ and g2_x11++.h files ANYWHERE. I have found many good tutorials that use them, but I can't seem to find the libraries anywhere for download. I've trie...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Ive been programming in c++ for a while and when i swiched to linux i didnt like any of the programming interfaces, so i wanted to learn to do it in command line. I cannot get ANY programs to work wi...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
This person has been banned from AntiOnline, and as a result, all of their posts have been marked as Hidden. The user was banned for a reason, so this post may: promote illegal activities, contain fla...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello all! I have a question about c++ ... I want to read the parallel port, but for this i must use pc.h, 'cause it conteins inportb() function ... Can somebody help me to find this file or tell me o...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine