Package ghidra.pcode.emu.taint.lib
Class TaintEmuUnixFileSystem.TaintEmuUnixFile
java.lang.Object
ghidra.pcode.emu.unix.AbstractEmuUnixFile<org.apache.commons.lang3.tuple.Pair<byte[],TaintVec>>
ghidra.pcode.emu.taint.lib.TaintEmuUnixFileSystem.TaintEmuUnixFile
- All Implemented Interfaces:
EmuUnixFile<org.apache.commons.lang3.tuple.Pair<byte[],TaintVec>>
- Enclosing class:
TaintEmuUnixFileSystem
public static class TaintEmuUnixFileSystem.TaintEmuUnixFile
extends AbstractEmuUnixFile<org.apache.commons.lang3.tuple.Pair<byte[],TaintVec>>
A file whose contents have a taint piece
-
Field Summary
FieldsFields inherited from class ghidra.pcode.emu.unix.AbstractEmuUnixFile
contents, pathname, stat -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EmuFileContents<org.apache.commons.lang3.tuple.Pair<byte[], TaintVec>> A factory method for the file's default contentsvoidsetTainted(boolean tainted) Methods inherited from class ghidra.pcode.emu.unix.AbstractEmuUnixFile
createStat, getPathname, getStat, read, truncate, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ghidra.pcode.emu.unix.EmuUnixFile
checkReadable, checkWritable, isReadable, isWritable
-
Field Details
-
concrete
-
-
Constructor Details
-
TaintEmuUnixFile
-
-
Method Details
-
createDefaultContents
protected EmuFileContents<org.apache.commons.lang3.tuple.Pair<byte[],TaintVec>> createDefaultContents()Description copied from class:AbstractEmuUnixFileA factory method for the file's default contents- Specified by:
createDefaultContentsin classAbstractEmuUnixFile<org.apache.commons.lang3.tuple.Pair<byte[],TaintVec>> - Returns:
- the contents
-
setTainted
public void setTainted(boolean tainted)
-