mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
d681ae53ce
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