addedmethod:
getByteProvider
ghidra.app.util.bin.ByteProvider getByteProvider(ghidra.formats.gfilesystem.GFile file, ghidra.util.task.TaskMonitor monitor) throws IOException
addedmethod:
getFileAttributes
ghidra.formats.gfilesystem.fileinfo.FileAttributes getFileAttributes(ghidra.formats.gfilesystem.GFile file, ghidra.util.task.TaskMonitor monitor)
addedmethod:
getFileAttributes
ghidra.formats.gfilesystem.fileinfo.FileAttributes getFileAttributes(java.io.File f)
addedmethod:
getLocalFSRL
ghidra.formats.gfilesystem.FSRL getLocalFSRL(java.io.File f)
addedmethod:
getMD5Hash
java.lang.String getMD5Hash(ghidra.formats.gfilesystem.GFile file, boolean required, ghidra.util.task.TaskMonitor monitor) throws CancelledException, IOException
addedmethod:
getSubFileSystem
ghidra.formats.gfilesystem.LocalFileSystemSub getSubFileSystem(ghidra.formats.gfilesystem.FSRL fsrl) throws IOException
modifiedtype-implements:
LocalFileSystem
- ghidra.formats.gfilesystem.GFileSystem
+ ghidra.formats.gfilesystem.GFileHashProvider, ghidra.formats.gfilesystem.GFileSystem
removedmethod:
getInfo
java.lang.String getInfo(ghidra.formats.gfilesystem.GFile file, ghidra.util.task.TaskMonitor monitor)