CapstoneModuleInstance

Functions

Link copied to clipboard
abstract fun __emscripten_stack_alloc(size: Int): Int
Link copied to clipboard
abstract fun __emscripten_stack_restore(ptr: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun _cs_arch_register_arc()
Link copied to clipboard
abstract fun _cs_arch_register_arm()
Link copied to clipboard
abstract fun _cs_arch_register_bpf()
Link copied to clipboard
abstract fun _cs_arch_register_evm()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun _cs_arch_register_m68k()
Link copied to clipboard
abstract fun _cs_arch_register_mips()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun _cs_arch_register_sh()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun _cs_arch_register_wasm()
Link copied to clipboard
abstract fun _cs_arch_register_x86()
Link copied to clipboard
Link copied to clipboard
abstract fun _cs_close(handle: Int): Int
Link copied to clipboard
abstract fun _cs_disasm(handle: Int, code: Int, code_len: Int, address: JsBigInt, count: Int, insn: Int): Int
Link copied to clipboard
abstract fun _cs_disasm_iter(handle: Int, code: Int, code_len: Int, address: Int, insn: Int): Boolean
Link copied to clipboard
abstract fun _cs_errno(handle: Int): Int
Link copied to clipboard
abstract fun _cs_free(insn: Int, count: Int)
Link copied to clipboard
abstract fun _cs_group_name(handle: Int, group_id: Int): Int
Link copied to clipboard
abstract fun _cs_insn_group(handle: Int, insn: Int, group_id: Int): Boolean
Link copied to clipboard
abstract fun _cs_insn_name(handle: Int, insn_id: Int): Int
Link copied to clipboard
abstract fun _cs_malloc(handle: Int): Int
Link copied to clipboard
abstract fun _cs_op_count(handle: Int, insn: Int, op_type: Int): Int
Link copied to clipboard
abstract fun _cs_op_index(handle: Int, insn: Int, op_type: Int, position: Int): Int
Link copied to clipboard
abstract fun _cs_open(arch: Int, mode: Int, handle: Int): Int
Link copied to clipboard
abstract fun _cs_option(handle: Int, type: Int, value: Int): Int
Link copied to clipboard
abstract fun _cs_reg_name(handle: Int, reg_id: Int): Int
Link copied to clipboard
abstract fun _cs_reg_read(handle: Int, insn: Int, reg_id: Int): Boolean
Link copied to clipboard
abstract fun _cs_reg_write(handle: Int, insn: Int, reg_id: Int): Boolean
Link copied to clipboard
abstract fun _cs_regs_access(handle: Int, insn: Int, regs_read: Int, read_count: Int, regs_write: Int, write_count: Int): Int
Link copied to clipboard
abstract fun _cs_strdup(str: Int): Int
Link copied to clipboard
abstract fun _cs_strerror(code: Int): Int
Link copied to clipboard
abstract fun _cs_support(query: Int): Boolean
Link copied to clipboard
abstract fun _cs_version(major: Int, minor: Int): Int
Link copied to clipboard
Link copied to clipboard
abstract fun _free(ptr: Int)
Link copied to clipboard
abstract fun _malloc(size: Int): Int
Link copied to clipboard
abstract fun addFunction(func: JsAny, signature: String): Int
Link copied to clipboard
abstract fun ccall(ident: String, returnType: String?, argTypes: JsArray<JsString>?, args: JsArray<JsAny?>?): JsAny?
Link copied to clipboard
abstract fun cwrap(ident: String, returnType: String?, argTypes: JsArray<JsString>?): JsAny
Link copied to clipboard
abstract fun getValue(ptr: Int, type: String): JsAny
Link copied to clipboard
abstract fun removeFunction(index: Int)
Link copied to clipboard
abstract fun setValue(ptr: Int, value: JsAny, type: String)
Link copied to clipboard
abstract fun UTF8ToString(ptr: Int): String
Link copied to clipboard
abstract fun writeArrayToMemory(array: JsAny, buffer: Int)