Menu

Unable to extract zerowine.img - file corrupt

Help
a z
2009-01-20
2013-04-25
  • a z

    a z - 2009-01-20

    Program used to extract: 7z
    m5sum of zerowine_vm-0.0.2.tar.bz2 (downloaded file) : f4fa7779b313532e2c9c0e237d2cf109 *zerowine_vm-0.0.2.tar.bz2

     
    • Jeff Jarmoc

      Jeff Jarmoc - 2009-01-20

      Same issue here...

      f4fa7779b313532e2c9c0e237d2cf109  zerowine_vm-0.0.2.tar.bz2
      06f945e11b9c1f469d783b0e7cef95c3  zerowine_vm-0.0.2-src.tar.gz

       
    • Joxean Koret

      Joxean Koret - 2009-01-21

      Hi,

      You're rigth, the archive is corrupted. I will upload today a new version.

      Thanks you!

       
    • Joxean Koret

      Joxean Koret - 2009-01-22

      I uploaded a new image and also the MD5Sum file. The new image file is called zerowine-0.0.2.1.tar.gz

       
    • a z

      a z - 2009-01-26

      Thanks, will try again!

       
    • a z

      a z - 2009-01-26

      Works perfectly!

      Little howto for windows xp:

      * download qemu from http://homepage3.nifty.com/takeda-toshiya/qemu/index.html
      * extract the archive to your desktop (or where you'd like)
      * download zerowine  (verify using the downloadable md5)
      * copy the .img file to the extracted qemu folder
      * create a batch file with the following:

      --cut below--
      REM Start qemu on windows.
      @ECHO OFF

      REM SDL_VIDEODRIVER=directx is faster than windib. But keyboard cannot work well.
      SET SDL_VIDEODRIVER=windib

      REM SDL_AUDIODRIVER=waveout or dsound can be used. Only if QEMU_AUDIO_DRV=sdl.
      SET SDL_AUDIODRIVER=dsound

      REM QEMU_AUDIO_DRV=dsound or fmod or sdl or none can be used. See qemu -audio-help.
      SET QEMU_AUDIO_DRV=dsound

      REM QEMU_AUDIO_LOG_TO_MONITOR=1 displays log messages in QEMU monitor.
      SET QEMU_AUDIO_LOG_TO_MONITOR=0

      REM PCI-based PC(default): -M pc
      REM ISA-based PC         : -M isapc
      REM -M isapc is added for NE2000 ISA card.

      qemu -hda zerowine.img -L . -m 128 -redir tcp:8000::8000 -redir tcp:2022::22 -soundhw all -localtime -M pc -no-kqemu
      -----end----

      * save as qemu_zerowine.bat
      * run qemu_zerowine.bat
      * browse to http://localhost:8000 and upload a virus.exe

       

Log in to post a comment.