文件名称:cortex M3反汇编
文件大小:41KB
文件格式:RAR
更新时间:2015-11-16 15:17:52
CORTEX-M3 disassembler 反汇编 STM32
CORTEX M3 disassembler 反汇编 工具 DESCRIPTION mdisasm is basic disassembler for Cortex M0/M3 cores, which can be found in STM32, LPC 1xxx and other microcontrollers. It can quickly disassemble binary file to a readable assembly listing. USAGE mdisasm [-a address] [-o offset] [-s size] [-p] input-file OPTIONS -a address Set disassemble address to specified. Default address is 0x00000000. -o offset Set disassemble start offset inside input file. Default is 0. -s size Set nunber of halfwords to disassemble. If not specified, whole input file will be disassembled. -p Show address in [pc, imm] format in ldr instructions
【文件预览】:
mdisasm.exe