ghidra/Ghidra/Features/FileFormats/ghidra_scripts
dev747368 14f5cf93da GP-2553 fix MemoryByteProvider's length() issues
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.
2022-09-26 12:24:22 -04:00
..
ApplyPEToDumpFileScript.java GP-1864 Added loader for dump files. Initial implementation supports MS 2022-06-10 10:01:11 -04:00
BadInstructionCleanup.java Candidate release of source code. 2019-03-26 13:46:51 -04:00
BTreeAnnotationScript.java GP-2553 fix MemoryByteProvider's length() issues 2022-09-26 12:24:22 -04:00
GetSymbolForDynamicAddress.java Candidate release of source code. 2019-03-26 13:46:51 -04:00
MachoProcessBindScript.java GP-1907: Removing ContinuesInterceptor and associated API 2022-04-15 01:51:58 -04:00
MergeTwoProgramsScript.java more changes for filebytes 2019-07-17 18:30:32 -04:00
PointerPullerScript.java Candidate release of source code. 2019-03-26 13:46:51 -04:00
RemoveAllOffcutReferencesScript.java Candidate release of source code. 2019-03-26 13:46:51 -04:00
RemoveOffcutReferenceToCurrentInstructionScript.java Candidate release of source code. 2019-03-26 13:46:51 -04:00
ResolveReferencesRelativeToEbxScript.java Candidate release of source code. 2019-03-26 13:46:51 -04:00
SplitExtensibleFirmwareInterfaceScript.java Candidate release of source code. 2019-03-26 13:46:51 -04:00
ToolPropertiesExampleScript.java Candidate release of source code. 2019-03-26 13:46:51 -04:00
UpgradeDexToGhidra71Script.java Candidate release of source code. 2019-03-26 13:46:51 -04:00