mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
[0.2.x] ~fix: memory exception (no memory of PE-header)
git-svn-id: https://pykd.svn.codeplex.com/svn@82232 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
310d1e9c7d
commit
911e36e14b
@ -104,7 +104,7 @@ SymbolSessionPtr& Module::getSymSession()
|
|||||||
m_symSession = loadSymbolFromExports(m_base);
|
m_symSession = loadSymbolFromExports(m_base);
|
||||||
m_symfile = "export symbols";
|
m_symfile = "export symbols";
|
||||||
}
|
}
|
||||||
catch(const SymbolException&)
|
catch(const DbgException&)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user