All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.joern.ghidra2cpg.processors.Processor.scala Maven / Gradle / Ivy

The newest version!
package io.joern.ghidra2cpg.processors

import scala.collection.mutable

trait Processor {
  def getInstructions: mutable.HashMap[String, String]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy