1 ChangeLog 2.1.1
Nguyen Anh Quynh edited this page 2014-03-17 19:46:05 -07:00

(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.