On 25.10.2003 22:52:30 Mike Hearn wrote:
On Sat, 25 Oct 2003 17:07:56 +0200, Sir Marcus Meissner scribed thus:
MSO9.DLL.?AccessGet@CFileFolder@@QBE?AW4ACCESSQCFSObj@PAviIntterruptQ@@PAH@Z
It is accessing offsets 0x15, 0x16, 0x17, 0x18.
(base memory size and extended memory size?)
Do we have any tools that can demangle MSVC++ symbol names? c++filt won't do it unfortunately.
For example depends.exe does this. It translates to: enum CFSObj::ACCESS CFileFolder::AccessGet(class IInterrupt *,int *)"
On Sun, Oct 26, 2003 at 12:34:13AM +0100, Martin Fuchs wrote:
On 25.10.2003 22:52:30 Mike Hearn wrote:
On Sat, 25 Oct 2003 17:07:56 +0200, Sir Marcus Meissner scribed thus:
MSO9.DLL.?AccessGet@CFileFolder@@QBE?AW4ACCESSQCFSObj@PAviIntterruptQ@@PAH@Z
It is accessing offsets 0x15, 0x16, 0x17, 0x18.
(base memory size and extended memory size?)
Do we have any tools that can demangle MSVC++ symbol names? c++filt won't do it unfortunately.
For example depends.exe does this. It translates to: enum CFSObj::ACCESS CFileFolder::AccessGet(class IInterrupt *,int *)"
Its a static subfunction I guess, the generic function frame is just some instructions above the outb. So it is a different internal function
Ciao, marcus