Skip to content
Nguyen Anh Quynh edited this page Mar 18, 2014 · 1 revision

(Look here for the detailed changelog of v2.1)

  • Fixed a buffer-overflow/info-leaking bug in Thumb mode of ARM arch. This bug was there since version 1.0.

  • Reduced stack variable size of insn_cache in cs_disasm_ex() if USE_SYS_DYN_MEM is redefined. This fixes a crash bug in OSX kernel when embedding Capstone: this is due to too big kernel stack memory allocated.

    This fix also allows to embed Capstone into Linux kernel, too.