withDetail

inline fun withDetail(configure: CapstoneBuilder.() -> Unit = {}): CapstoneBuilder(source)

Configure detail mode with a lambda.

Example:

builder.withDetail {
// Detail mode will be enabled for this engine
}