mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-30 16:40:57 +00:00
asm.fcnlines was renamed to asm.lines.fcn in 2018 🤦
This commit is contained in:
parent
65448811e5
commit
65527b88ba
@ -196,7 +196,7 @@ e asm.marks=false
|
||||
e asm.nbytes=0
|
||||
e asm.comments=false
|
||||
e asm.flags=false
|
||||
e asm.fcnlines=false
|
||||
e asm.lines.fcn=false
|
||||
e asm.calls=false
|
||||
e asm.functions=false
|
||||
e scr.color=false
|
||||
|
@ -3,7 +3,7 @@ FILE=malloc://1024
|
||||
CMDS=<<EOF
|
||||
e asm.arch=x86
|
||||
e asm.bits=64
|
||||
e asm.fcnlines=false
|
||||
e asm.lines.fcn=false
|
||||
wx 48c7c01000000075084805b8000000eb064805e60000004889c7c3
|
||||
af
|
||||
e asm.emu=true
|
||||
@ -22,7 +22,7 @@ e asm.arch=mips
|
||||
e anal.gpfixed=false
|
||||
wx 10000824cc009c270500281500000000200c082521401c010a00000800000000300c082521401c010800e003
|
||||
af
|
||||
e asm.fcnlines=false
|
||||
e asm.lines.fcn=false
|
||||
e asm.emu=true
|
||||
e anal.gp=0xabc
|
||||
pdr~addu t0[7]
|
||||
|
Loading…
Reference in New Issue
Block a user