radareorg/radare2

Implement asm.tabs2

Open

#14.455 aberto em 29 de jun. de 2019

Ver no GitHub
 (7 comments) (0 reactions) (1 assignee)C (3.229 forks)batch import
FEEDBACK WANTEDRAsm-Disassemblerconsoleuigood first issue

Métricas do repositório

Stars
 (23.826 stars)
Métricas de merge de PR
 (Mesclagem média 16h 24m) (99 fundiu PRs em 30d)

Description

My idea is that we should have two asm.tabs variables (names can be improved, im open to proposals).

  • asm.tabs = specify how many spaces between opcode and 1st operand
  • asm.tabs2 = specify space between operands

this will be useful for architectures with long instruction names like dalvik

Guia do colaborador