PDA

View Full Version : Can't access system dlls


TheBlasphemer
15-02-2006, 08:34 PM
Hi,

First of all sorry for double posting.
I'd already posted in the universal forum, but then I figured this also concerns other modules :P

So here goes:

I'm trying to disassemble the Camera app with IDA, it wants to see some DLLs like note_prj.dll and mfcce300.dll, but when I try to copy them from my Universal I get an access denied error :/
Is there any other way to get these files ?

Thanks,
TB

mamaich
16-02-2006, 01:52 AM
Hi,

First of all sorry for double posting.
I'd already posted in the universal forum, but then I figured this also concerns other modules :P

So here goes:

I'm trying to disassemble the Camera app with IDA, it wants to see some DLLs like note_prj.dll and mfcce300.dll, but when I try to copy them from my Universal I get an access denied error :/
Is there any other way to get these files ?

Thanks,
TBThey are XIP and that is why you cannot copy them - they are not normal files. There are several ways to dump such modules.
1. Use my TestWM5 tool (search forum). It would produce incorrectly dumped files with garbage at data sections, at the end of file and all sections merged to one, but IDA can understand such modules
2. Use rdmsflsh.pl by itsme. It would produce better files, but as far as I remember it is incompatible with universal ROM
3. Use my viewimgfs tool, but in this case you have to manually reconstruct a DLL from individually dumped sections.