mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
GP-1633 added new DataUtilities.createData method without stackPointers
param
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user