capstone-engine / capstone

Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), Alpha, BPF, Ethereum VM, HPPA, LoongArch, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86.
http://www.capstone-engine.org
7.61k stars 1.56k forks source link

Capitalize mnemonics and operands #1288

Open yhs0602 opened 6 years ago

yhs0602 commented 6 years ago

Is there any mode to capitalize every mnemonics and operands by default? (Without extra overhead)

radare commented 6 years ago

No theres no such thing. In r2 you have an option that does that but its a post processing action after disasm because it works with all the disassemblers

On 17 Nov 2018, at 17:06, Hyeonseo Yang notifications@github.com wrote:

Is there any mode to capitalize every mnemonics and operands by default?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.