4 Discussion / Question Topics
Remove Filter Hello Everyone, I am developing a kernel module which acts as a sniffer and also a module which edits the TCP packet window size as per requirement of the admin. And in the process I developed this kernel module which is tainting my kernel (Opensuse11.2).The sniffing module developed by me … | |
Hey I have been using [B]Daniweb[/B] for quite some time now and I really feel that it should include a section on [B]Latest Attacks[/B] say virus attacks,hackers tweak and other things which can harm the computer and putting light on how to overcome those attacks in the best possible way. … | |
Random numbers are so important that sometimes at some point we do feel "Are the random numbers really generated randomly?" and "Can such an important topic be really left to chance?".What do you guys feel is the answer to this? | |
We know #define statements are executed before the program is compiled (preprocessor directives) and so the characters used should have no other meaning (say keywords),but still the following statement is not possible and is erroneous why ? [code=c]#define int float[/code] How many passes would the preprocessor directives run for as … |
The End.