Hello all,

I am in great pain because of Trojan WMA Loader virus. It has infected some of my song files and whenever I listen to it either in car music system/CD Player/Mobile some songs play in sort of Fast forward mode !

I came across this virus a month ago when I had scanned my machine using Dr Web Cure it! It detected the virus in all songs and cured it too. Still the songs kept playing in wierd way and I then tried my hand at Kaspersky antivirus 9 series hoping for a miracle...but it didnt even detect any but I am still suffering with this terrible virus:'( Please help me in getting rid of this rather nasty virus which has screwed up my songs !!

Dani AI

Generated

A short expert summary and a realistic recovery plan. The symptom you describe (tracks that play like a fast-forwarded file on car stereos and phones) frequently comes from WMA/ASF files that have been tampered with so the player looks for a codec or the container/header is corrupted. In the 2005–2010 era this class of threats (Wimad / GetCodec and related WMA downloaders) deliberately altered media headers or payloads to prompt fake codec installs or deliver additional malware. As reports playback problems across devices, treat the files themselves as the primary damage vector and assume burned/copy-to-phone copies simply duplicated that damage. (eset-info.canon-its.jp)

Immediate triage (work only on copies). Make bytewise copies of one affected file and carry out a header/stream inspection before attempting any fixes. Use MediaInfo or ffprobe to see reported container format, codec, bitrate and duration — mismatches (file size vs reported duration) are an important clue. Example commands (run on a copy):

ffprobe -v error -show_format -show_streams "song.wma"
mediainfo "song.wma"
certutil -hashfile "song.wma" MD5

These tools show whether the container/index/header looks wrong versus the contained audio frames. (github.com)

Repair options (best to worst). For ASF/WMA containers, tools that rebuild the ASF index/header without recompressing (AsfBin / AsfBinWin or ASF Editor front-ends) often succeed if only indexing or header fields are corrupt. If that fails, a tolerant transcode with ffmpeg or VLC can skip bad frames and produce usable audio (re-encode to MP3 or a fresh WMA), e.g. ffmpeg -i "bad.wma" -c:a libmp3lame -q:a 2 "fixed.mp3". If the original audio frames were overwritten or truncated by the malware, recovery is unlikely — overwritten data is generally irrecoverable. (techsupportalert.com)

Final notes and prevention. If repairs do not produce acceptable audio, the fastest recovery path is a good backup or a re-rip/download from the original source. After you finish triage, run a full offline/rescue scan (bootable rescue ISO or Defender/Malwarebytes offline) to confirm the PC is clean before reusing media. As noted, once corrupted audio is written to removable media the corruption is duplicated — focus on recovering an intact original or using repair tools above.

Recommended Answers

All 3 Replies

If the song files are infected then I doubt there is anything you can do to correct that but remove them, as they have probably been damaged. If the files are still on the computer then the computer IS still infected also.

I listen to it either in car music system/CD Player/Mobile

What is it that you are using to listen to these songs?

Well, I burn a CD and played it in the car audio system which supports mp3 songs.

Also I copied all the songs in my Sony Ericsson Mobile and played it there.

I am sure that I dont have any infection in my machine at present. I have scanned my machine multiple times with different antiviruses and found no infections. But the files are anyways corrupted. Its obly a bunch of files which got corrupted. Is there any way to retrieve the corrupted files? some other software may be...

I would really appreciate if you brief me on this. It would be invaluable !!

Thanks.

No, I don't believe if I understand you correctly, these files which play incorrectly are now on a cd and on your mobile device then there is no way to fix them. BUT if the files DO play correctly on the CD and what you want is for them to play correctly on the computer then delete the ones on the computer and download the ones from the cd to the computer. But as I said, if you burned the disk and they are bad then there is no way to correct that.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.