mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-23 05:23:59 +00:00
Fix import thunk resolving.
This commit is contained in:
@@ -163,6 +163,11 @@ void SWARecompiler::Analyse()
|
||||
continue;
|
||||
}
|
||||
|
||||
if (*(uint32_t*)data == 0x45564800)
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
||||
auto fnSymbol = image.symbols.find(base);
|
||||
if (fnSymbol != image.symbols.end() && fnSymbol->address == base && fnSymbol->type == Symbol_Function)
|
||||
{
|
||||
|
Reference in New Issue
Block a user