mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 23:50:40 +00:00
Fix function list in webui
This commit is contained in:
parent
e1ae15b2b2
commit
e9c1cd9c56
@ -176,7 +176,7 @@ function load_binary_details() {
|
||||
render_symbols(x);
|
||||
});
|
||||
// <div id="functions"></div>
|
||||
r2.cmdj("afj", function(x) {
|
||||
r2.cmdj("aflj", function(x) {
|
||||
render_functions(x);
|
||||
});
|
||||
// <div id="imports"></div>
|
||||
@ -209,7 +209,7 @@ function update_binary_details() {
|
||||
render_symbols(x);
|
||||
});
|
||||
// <div id="functions"></div>
|
||||
r2.cmdj("afj", function(x) {
|
||||
r2.cmdj("aflj", function(x) {
|
||||
render_functions(x);
|
||||
});
|
||||
// <div id="imports"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user