Debugging the crash of native dll

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
krish
Level 2
Level 2
Posts: 25
Joined: Mon Apr 20, 2009 9:48 am

Debugging the crash of native dll

Post by krish »

Hi,

Is there any way to disassemly the native dll as one of the dll is getting crashed while executing my application.I want to find out what is causing it to get crashed
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Debugging the crash of native dll

Post by vitamin »

krish wrote:Is there any way to disassemly the native dll as one of the dll is getting crashed while executing my application.I want to find out what is causing it to get crashed
Yes, same as any other compiled code.
Locked