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 {
|
public void markup(Program program) throws DuplicateNameException, IOException {
|
||||||
|
|
||||||
|
if (!unwindInfo.hasChainedUnwindInfo()) {
|
||||||
AbstractProgramLoader.markAsFunction(program, null,
|
AbstractProgramLoader.markAsFunction(program, null,
|
||||||
program.getImageBase().add(beginAddress));
|
program.getImageBase().add(beginAddress));
|
||||||
|
}
|
||||||
|
|
||||||
if (unwindInfoAddressOrData > 0) {
|
if (unwindInfoAddressOrData > 0) {
|
||||||
DataType dt = unwindInfo.toDataType();
|
DataType dt = unwindInfo.toDataType();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue