Tag: QEMU

  • Windows 98 and the WMF exploit

    I’ve seen breathless headlines that say “Windows PCs face ‘huge’ virus threat; Affects every MICROSOFT OS shipped since 1990…” and really would like to try to clarify (again) what the situation is. Yes, the bug or vulnerability that’s currently being exploited exists as far back as Windows 3.0, but as far as I can tell there is not an active, current exploit that is taking advantage of this flaw in earlier versions of windows. Currently the exploit only seems to affect Windows 2000, XP, and Vista.

    (more…)

  • QEMU with KQemu accelerator module

    I’ve been playing around with qemu lately and there is a little tip I ran into that helps in getting the kqemu module running if you have Win4lin installed.

    (more…)

  • qemu for testing linux livecd’s

    I’ve mentioned a few things about linux livecds in the last few days and thought I would also mention a great tool for testing them. QEMU is a program, available for Linux or Microsoft Windows, that allows you to run an operating system within your current desktop. Let me try to clarify, I have my linux desktop fully booted with the editor for this post in the background and open up a run prompt. In the run prompt I type “qemu -cdrom /cdimages/klax-kde-3.4.2.iso” *(quotes are not necessary). This gives it the recent klax-kde-3.4.2 preview livecd as the thing to boot. A window pops up and it’s booting now as I type in the background. I can switch to it, make it full screen and play around with it without the need for a reboot. (more…)