cortex_m_firmware.py - module will annotate the ARM Cortex M microcontroller firmware vector table, which contains a number of function pointers. Based on IDAPython. https://github.com/duo-labs/idapython
Amnesia - module designed to use byte level heuristics to find ARM thumb instructions in undefined bytes in an IDA Pro database. Based on IDAPython. https://github.com/duo-labs/idapython
EasyROP - tool allows you to search gadgets, operations formed by gadgets and generate automatic ROP chains in Portable Executable (PE). Based on Capstone, pefile. https://github.com/uZetta27/EasyROP