io.joern.ghidra2cpg.utils.Decompiler
See theDecompiler companion object
class Decompiler(
val decompInterface:
DecompInterface)
Interface to the ghidra decompiler, which performs caching to ensure that functions are not decompiled more than once.
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Return the cache of decompile results. For debugging only.
Return the cache of decompile results. For debugging only.
Attributes
Retrieve DecompiledFunction for given function, using the cache.
Retrieve DecompiledFunction for given function, using the cache.
Attributes
Retrieve HighFunction for given function, using the cache.
Retrieve HighFunction for given function, using the cache.
Attributes