public class CygwinPEParser64 extends PEParser64
IBinaryParser.IBinaryArchive, IBinaryParser.IBinaryExecutable, IBinaryParser.IBinaryFile, IBinaryParser.IBinaryObject, IBinaryParser.IBinaryShared, IBinaryParser.ISymbol
Constructor and Description |
---|
CygwinPEParser64() |
Modifier and Type | Method and Description |
---|---|
protected IBinaryParser.IBinaryArchive |
createBinaryArchive(org.eclipse.core.runtime.IPath path) |
protected IBinaryParser.IBinaryObject |
createBinaryCore(org.eclipse.core.runtime.IPath path) |
protected IBinaryParser.IBinaryExecutable |
createBinaryExecutable(org.eclipse.core.runtime.IPath path) |
protected IBinaryParser.IBinaryObject |
createBinaryObject(org.eclipse.core.runtime.IPath path) |
protected IBinaryParser.IBinaryShared |
createBinaryShared(org.eclipse.core.runtime.IPath path) |
protected DefaultCygwinToolFactory |
createToolFactory() |
<T> T |
getAdapter(Class<T> adapter) |
String |
getFormat()
Returns the name of the Format.
|
getBinary, getBinary, getHintBufferSize, isBinary
getConfigExtensionReference, getExtensionReference, getProject, setExtensionReference, setExtensionReference, setProject
public String getFormat()
IBinaryParser
getFormat
in interface IBinaryParser
getFormat
in class PEParser64
IBinaryParser.getFormat()
protected IBinaryParser.IBinaryArchive createBinaryArchive(org.eclipse.core.runtime.IPath path) throws IOException
createBinaryArchive
in class PEParser64
IOException
protected IBinaryParser.IBinaryExecutable createBinaryExecutable(org.eclipse.core.runtime.IPath path)
createBinaryExecutable
in class PEParser64
protected IBinaryParser.IBinaryObject createBinaryCore(org.eclipse.core.runtime.IPath path)
createBinaryCore
in class PEParser64
protected IBinaryParser.IBinaryObject createBinaryObject(org.eclipse.core.runtime.IPath path)
createBinaryObject
in class PEParser64
protected IBinaryParser.IBinaryShared createBinaryShared(org.eclipse.core.runtime.IPath path)
createBinaryShared
in class PEParser64
protected DefaultCygwinToolFactory createToolFactory()
public <T> T getAdapter(Class<T> adapter)
getAdapter
in interface org.eclipse.core.runtime.IAdaptable
getAdapter
in class org.eclipse.core.runtime.PlatformObject
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.