Skip to content

Commit

Permalink
Added -ee to rabin2 -g
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy authored and radare committed Jun 15, 2018
1 parent 2331946 commit b1a982c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binr/rabin2/rabin2.c
Expand Up @@ -45,7 +45,7 @@ static int rabin_show_help(int v) {
" -E globally exportable symbols\n"
" -f [str] select sub-bin named str\n"
" -F [binfmt] force to use that bin plugin (ignore header check)\n"
" -g same as -SMZIHVResizcld -SS (show all info)\n"
" -g same as -SMZIHVResizcld -SS -ee (show all info)\n"
" -G [addr] load address . offset to header\n"
" -h this help message\n"
" -H header fields\n"
Expand Down Expand Up @@ -634,6 +634,7 @@ int main(int argc, char **argv) {
set_action (R_BIN_REQ_FIELDS);
set_action (R_BIN_REQ_DWARF);
set_action (R_BIN_REQ_ENTRIES);
set_action (R_BIN_REQ_INITFINI);
set_action (R_BIN_REQ_MAIN);
set_action (R_BIN_REQ_LIBS);
set_action (R_BIN_REQ_RELOCS);
Expand Down

0 comments on commit b1a982c

Please sign in to comment.