Is it possable to open a bank account at China bank to use for paying for skype (discount calls)
Please support our advertisers:
Ed
19 yrs ago
Why bother? Skype quality is not good and we will give you free credit:
http://www.zoippe.com/zoippe_data/SilverStream/Objectstore/General/zsp_Main_AX.html
Please support our advertisers:
Ed
19 yrs ago
If you start a thread with an ad thats not allowed (unless you are Ed).
If you want to recommend a service or product in response to a question that is allowed and encouraged.
Please support our advertisers:
Skype Reads Your BIOS and Motherboard Serial Number
February 6th, 2007 by myria
Users of Skype that run 64-bit versions of Windows like me probably have noticed that when starting Skype, the following dialog box appears:
The program or feature "\??\C:\Documents and Settings\Myria\Local Settings\Temp\12\1.com" cannot start or run due to incompatibility with 64-bit versions of Windows. Please contact the software vendor to ask if a 64-bit Windows compatible version is available.
Well, that's weird. Skype's trying to run a .com file, which won't work on Win64 because there's no NTVDM. Let's try opening it in Hex Workshop. Access denied? OK, I'll terminate Skype to read it. Still can't?! This thing is really starting to annoy me. I'll use WinDbg to terminate winlogon.exe to force a kernel panic. I reboot and NOW I can read the damn file.
An unreadable executable file coming from Skype sounds interesting, so I look at it. It's 46 bytes long. For copyright reasons, I can't post the file or a complete disassembly. However, I can describe the program in terms of 16-bit DOS C:
int main(void)
{
fwrite((const void far*) 0xF0000000, 1, 0xFFFF, stdout);
fwrite((const void far*) 0xF000FFFF, 1, 1, stdout);
return 0;
}
It's dumping your system BIOS, which usually includes your motherboard's serial number, and pipes it to the Skype application. I have no idea what they're using it for, or whether they send anything to their servers, but I bet whatever they're doing is no good given their track record.
In 32-bit Windows NT, including Vista, the kernel permits NTVDM to make a read-only mapping of the BIOS at address 000F0000. This allows DOS programs running under NTVDM to make use of the BIOS. That's how this 46-byte program is capable of sending the BIOS to the Skype application, and also explains why they use this mechanism to begin with.
If they hadn't been ignorant of Win64's lack of NTVDM, nobody would've noticed this happening.
Source:
http://www.pagetable.com
Skype Extras plug-in manager:
http://share.skype.com/sites/security/2007/02/skype_extras_plugin_manager.html
Silver Needle in Skype, Black-Hat-Konferenz 2006:
http://www.secdev.org/conf/skype_BHEU06.handout.pdf
Please support our advertisers:
Ed
19 yrs ago
Skype does not give you free IDD if you want to call landlines or mobiles... and I used to use Skype but half the time it cuts out...
Please support our advertisers:
Hey ed.
#1 I don't have credit card and am based out of Guangzhou
#2 what is the instalation charge
Please support our advertisers:
You must be logged in to be able to reply.
Login now
Copy Link
Facebook
Gmail
Mail