mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 20:22:38 +00:00
make asm.esil.anal visible in /m webui
This commit is contained in:
parent
f62313c24b
commit
da370f30aa
@ -724,7 +724,7 @@ function panelDisasm() {
|
||||
}
|
||||
r2.cmd ("pd 128"+tail, function (d) {
|
||||
var dis = clickableOffsets (d);
|
||||
c.innerHTML += "<pre style='font-family:Console,Courier New,monospace'>"+dis+"<pre>";
|
||||
c.innerHTML += "<pre style='font-family:Console,Courier New,monospace;color:grey'>"+dis+"<pre>";
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user