mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GP-1633 added new DataUtilities.createData method without stackPointers
param
This commit is contained in:
parent
acb07dd535
commit
14b78c1307
29 changed files with 80 additions and 65 deletions
|
@ -155,7 +155,7 @@ public class FixElfExternalOffsetDataRelocationScript extends GhidraScript {
|
|||
|
||||
if (isDefaultTypeApplied) {
|
||||
// Replace undefined/default data with offset-pointer
|
||||
DataUtilities.createData(currentProgram, address, offsetPtrDt, -1, false,
|
||||
DataUtilities.createData(currentProgram, address, offsetPtrDt, -1,
|
||||
ClearDataMode.CLEAR_ALL_CONFLICT_DATA);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue