mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GP-5916: Fixing PE ImageFuntimeFunctionEntries 11.4.1 regression
(Closes #8414)
This commit is contained in:
parent
22de131dd0
commit
a638bb9a66
1 changed files with 4 additions and 2 deletions
|
@ -144,8 +144,10 @@ public class ImageRuntimeFunctionEntries_X86 implements ImageRuntimeFunctionEntr
|
|||
*/
|
||||
public void markup(Program program) throws DuplicateNameException, IOException {
|
||||
|
||||
AbstractProgramLoader.markAsFunction(program, null,
|
||||
program.getImageBase().add(beginAddress));
|
||||
if (!unwindInfo.hasChainedUnwindInfo()) {
|
||||
AbstractProgramLoader.markAsFunction(program, null,
|
||||
program.getImageBase().add(beginAddress));
|
||||
}
|
||||
|
||||
if (unwindInfoAddressOrData > 0) {
|
||||
DataType dt = unwindInfo.toDataType();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue