is Supported
Check if an architecture is supported by the library.
Return
True if the architecture is supported
Example:
if (CapstoneEngine.isSupported(Architecture.ARM64)) {
println("ARM64 is supported")
}Content copied to clipboard
Parameters
arch
Architecture to check