Class IntelHexRecordWriter

java.lang.Object
ghidra.app.util.opinion.IntelHexRecordWriter

public class IntelHexRecordWriter extends Object
  • Constructor Details

    • IntelHexRecordWriter

      public IntelHexRecordWriter(int maxBytesPerLine, boolean dropExtraBytes)
      Constructor
      Parameters:
      maxBytesPerLine - the maximum number of bytes to write per line in the hex output
      dropExtraBytes - if true, only lines matching maxBytesPerLine will be output; remaining bytes will be left out
  • Method Details