Class BytesEmuUnixFileSystem

java.lang.Object
ghidra.pcode.emu.unix.AbstractEmuUnixFileSystem<byte[]>
ghidra.pcode.emu.unix.BytesEmuUnixFileSystem
All Implemented Interfaces:
EmuUnixFileSystem<byte[]>

public class BytesEmuUnixFileSystem extends AbstractEmuUnixFileSystem<byte[]>
A concrete in-memory file system simulator suitable for UNIX programs
  • Constructor Details

    • BytesEmuUnixFileSystem

      public BytesEmuUnixFileSystem()
      Construct a new concrete simulated file system
  • Method Details