[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Openvortex-dev] More reverse engineering
From: |
Jeff Muizelaar |
Subject: |
Re: [Openvortex-dev] More reverse engineering |
Date: |
Wed, 15 Oct 2003 01:14:19 -0400 |
User-agent: |
Mutt/1.3.28i |
On Mon, Oct 13, 2003 at 12:18:59AM -0400, Manuel Jander wrote:
> Hi,
>
> I started reverse engineering the Wavetable and A3D part of the Aureal
> cards, and i put any info into the following link:
>
> http://galadriel.mat.utfsm.cl/~mjander/aureal/re/
>
> If anyone wants to help, well, any help is gladly welcome.
>
> The kd611.exe is a Driver developer tool, that allows to read hardware
> registers. I used it to read/write the Aureal Vortex MMIO area, to read
> the ADB routing table, and WT register space.
> The big inconvenience, is that it allows only one DWORD to be read at a
> time. Does anyone know of a memory dump tool for Windows 2k ?
Using Cygwin I believe you can mmap the win2k equivalent of /dev/mem,
and then dump like you would in linux.
As I wrote the above I realized that /dev/mem could probably be used to
do run-time patching of the driver as well...
hmmm...
-Jeff