mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-01-08 10:41:12 +00:00
14f5cf93da
Previously the impl would only return the length of the memory block where the byte provider started, or return 0 if there wasn't a memoryblock at the base address. Now returns the length of the available memory (in the same addressspace) that is found in the program's memory map, clamped to Long.MAX_VALUE. Updated users of MemoryByteProvider to use helper methods to create. Removed ISO9660 format analyzer (that was using MemorbyByteProvider) because we no longer have our own iso format code after switching to Sevenzip. |
||
---|---|---|
.. | ||
ApplyPEToDumpFileScript.java | ||
BadInstructionCleanup.java | ||
BTreeAnnotationScript.java | ||
GetSymbolForDynamicAddress.java | ||
MachoProcessBindScript.java | ||
MergeTwoProgramsScript.java | ||
PointerPullerScript.java | ||
RemoveAllOffcutReferencesScript.java | ||
RemoveOffcutReferenceToCurrentInstructionScript.java | ||
ResolveReferencesRelativeToEbxScript.java | ||
SplitExtensibleFirmwareInterfaceScript.java | ||
ToolPropertiesExampleScript.java | ||
UpgradeDexToGhidra71Script.java |