Open
Description
librz/main/rz-find.c
409: rz_sys_cmdf("rizin"
421: rz_sys_cmdf("rizin -qc \"/E %s\" \"%s\"", kw, efile);
librz/egg/egg_Cfile.c
289: output = rz_sys_cmd_strf("rz-bin -o '%s.text' -O d/S/'%s' '%s'.o",
librz/core/cmd_debug.c
1673: res = rz_sys_cmd_strf("env RZ_BIN_PREFIX=\"%s\" rz-bin %s-B 0x%08" PFMT64x " -S \"%s\" | grep \"%s\"", name, mode, baddr, filesc, sect);
1676: res = rz_sys_cmd_strf("env RZ_BIN_PREFIX=\"%s\" rz-bin %s-B 0x%08" PFMT64x " -S \"%s\"", name, mode, baddr, filesc);
Originally posted by @XVilka in #1238 (comment)
I have removed the following:
```
librz/core/cmd_info.c
703: rz_sys_cmdf("rz-bin -O \"%s\" \"%s\"", rz_str_trim_head_ro(input + 1), desc->name);
706: rz_sys_cmdf("rz-bin -O help");
```
because those are not i
commands.
Metadata
Assignees
Type
Projects
Status
To do
Activity