I have encountered dongles before with a software from work on a usb key. But it has been cracked every single time. Including the ones on the lpt. Im not sure, if it is as secure as they say it is.
I would like to thank you all for your insight. It was very helpful. Thanks again xwb
Hello All,
This maybe a silly question but I have to ask. If you compile a huge stand alone exe or compile a small exe with many small DLL's, which would be harder to hack via scanning of memory ? I would just like to know which way is more secure.
Thank you very much.
I have tried the sleep(0). But this completely bypasses the sleep and still uses 100%. Even though with the performance count gives better results :
Result for sleep 0 : 16326 tick count (average on 5 tests)
Result for sleep 1 : 3860460 tick count (average on 5 tests)
Salem, thank you for...
Well the program forwards udp packets and runs 24/7. I wanted to sleep for less then 1 ms to boost performance (not much but still, with huge amounts its noticeable).
Or if there is a better approach, please let me know but keep in mind performance is an issue and the network needs to run over...
Hello,
I have a simple question really. In one of my programs, I have a while loop. A fellow programmer recommended to sleep for 1 ms at the end of the loop to be cpu friendly. (it was at 100% before implementing it and reduced cpu usage to 0% on idle). My question : is there a way to sleep...
Hi All,
Im having trouble isntalling the latest binary phpbb package on a win2k machine. I have mssql 2000 standard installed for my database.
This is what I have done:
copied the 2 dll (php_mssql.dll and ther ntwdblib.dll) in the php folder php/extension (that whats set as my extensions...
I was wondering if anyone could tell me if there is a module to detect ppp adapters. The Win32::netpacket module only detects High-Speed internet adapaters or Lan adapters. Im looking for a moidule that can manipulate Broadband adapters and for Vpn adapters. I've look in Cpan and the PPm...
Why do i get this error whe trying to install the win32::netpacket module ? Can anyone explain ?
C:\.cpan\build\Win32-NetPacket-0.02>nmake
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cp NetPacket.pm...
Well Paul,
I was able to find Wincpap and netpack and net::pcaputils for windows. the only problem is it requires a module called win net::pcap and it crashes on windows.
So is there anything else I can use ??
Thanks for the all the help.
Thanks Paul,
The only modules I can see that would be good for me is the NetPacket and Net::pcaputils. The only problem is the net::pcaputils module is for unix only im on XP.
Can someone else tell me which module would be the best to use ?
thanks,
Hi all,
I was wondering if someone could point me in the right direction. I want to make a perl gui interface that detects the transfer speed (rec/send) of all network adapters. Im running perl 5.8.4 on Windows Xp Pro.
Any modules that I can use ?
All help is appreciated.
Thanks,
Hi All,
Im having a problem with regex.
I am trying split the filename from the path name.
EX:
c:\blablabl\somedr\thefile.txt
I want the file name "thefile.txt" to be extracted.
I already had done this a while ago but I can't find the file. I used the "m/"pattern matching. Please help or...
Hello All,
Hope your enjoying your day so far.
It's a really simple question.
For the FOR loop, I would like for it to count backwards.
EX:
for (1 .. 5)
{
print "$_\n";
}
it prints
1
2
3
4
5
I would like for it to print this way
5
4
3
2
1
I already have a work around by...
Im not sure if this is what you want but you can use the invoke method.
Ex:
my $b = $mw -> radiobutton(?options?)
$b -> invoke; # this will check the radio button automatically.
or if you want a radiobutton to be the default without having it checked, just put a focus on it.
Im not really...
Hello All,
I'm having a little problem with Exchange 2000. I would like to know if its possible to pull some sort of report containing all unread emails from all accounts. This report should be accessible on demand. Note: not all users have ' leave a copy to server '. Some mailboxes...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.