<div dir="ltr">Hi, everyone<div><br></div><div><span style="background-color:rgb(245,245,245)"><font color="#13253c" face="宋体, verdana, geneva, lucida, lucida grande, arial, helvetica, sans-serif"><span style="font-size:12px;line-height:19.4400005340576px">The Target::SetExecutableModule invoke Target::ClearModules at the very beginning. Target::ClearModules clears the m_section_load_histroy which maintains the section list of the target. the following symbol parsing phase needs section list of the executable. Empty section list will leads to Misinterpreting various symbol data including Function Starts. </span></font></span><br></div><div><span style="background-color:rgb(245,245,245)"><font color="#13253c" face="宋体, verdana, geneva, lucida, lucida grande, arial, helvetica, sans-serif"><span style="font-size:12px;line-height:19.4400005340576px"><br></span></font></span></div><div><span style="background-color:rgb(245,245,245)"><font color="#13253c" face="宋体, verdana, geneva, lucida, lucida grande, arial, helvetica, sans-serif"><span style="font-size:12px;line-height:19.4400005340576px">I've tried to fix the issue by avoiding clear the m_section_history in Target::</span></font></span><span style="color:rgb(19,37,60);font-family:宋体,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;font-size:12px;line-height:19.4400005340576px;background-color:rgb(245,245,245)">SetExecutableModule. It's work, but I not show weather it's a proper way to fix the issue.</span></div><div><span style="color:rgb(19,37,60);font-family:宋体,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;font-size:12px;line-height:19.4400005340576px;background-color:rgb(245,245,245)"><br></span></div><div><span style="color:rgb(19,37,60);font-family:宋体,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;font-size:12px;line-height:19.4400005340576px;background-color:rgb(245,245,245)">Hope someone can review the fix.</span></div><div><span style="color:rgb(19,37,60);font-family:宋体,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;font-size:12px;line-height:19.4400005340576px;background-color:rgb(245,245,245)"><br></span></div><div><font color="#13253c" face="宋体, verdana, geneva, lucida, lucida grande, arial, helvetica, sans-serif"><span style="font-size:12px;line-height:19.4400005340576px;background-color:rgb(245,245,245)">Best,</span></font></div><div><font color="#13253c" face="宋体, verdana, geneva, lucida, lucida grande, arial, helvetica, sans-serif"><span style="font-size:12px;line-height:19.4400005340576px;background-color:rgb(245,245,245)">Lei Shi</span></font></div></div>