[wdmaudiodev] Re: Capturing protected audio using MS Detours

  • From: Matthew van Eerde <Matthew.van.Eerde@xxxxxxxxxxxxx>
  • To: "wdmaudiodev@xxxxxxxxxxxxx" <wdmaudiodev@xxxxxxxxxxxxx>
  • Date: Wed, 4 Sep 2013 16:40:29 +0000

Sure, you can do that, but at that point you're already on the other side of 
the airtight hatchway. If you have control of the player, you don't need 
detours at all; you can just read the data directly from the source.

From: wdmaudiodev-bounce@xxxxxxxxxxxxx 
[mailto:wdmaudiodev-bounce@xxxxxxxxxxxxx] On Behalf Of ambrish dantrey
Sent: Wednesday, September 4, 2013 9:35 AM
To: wdmaudiodev@xxxxxxxxxxxxx
Subject: [wdmaudiodev] Capturing protected audio using MS Detours

I just did a POC which captures audio data using MS detours. All I did was to 
detour GetBuffer() and ReleaseBuffer() calls and dump audio data in a file. I 
have tested it out and it seem to be working fine.
I was wondering how this POC will behave with protected content (HBR audio data 
usually available with BDs). Will it be able to capture protected data?

I have no intention of capturing protected content. It's just that I don't see 
anything preventing someone from ripping protected audio content using MS 
detours and was wondering if Microsoft puts in some sort of checks to prevent 
it. (e.g. restriction on protected audio playback if detour.dll is loaded in 
process).
Thanks and regards,
Ambrish

Other related posts: