Update manpages and DEVELOPERS.md to rename RCore to RzCore (#353)
This commit is contained in:
parent
4e38b5aba8
commit
d9a14133a9
4 changed files with 6 additions and 6 deletions
|
|
@ -98,7 +98,7 @@ if (a == b) {
|
|||
from user, etc.), and should be handled in the usual way through if-else.
|
||||
|
||||
```c
|
||||
int check(RCore *c, int a, int b) {
|
||||
int check(RzCore *c, int a, int b) {
|
||||
rz_return_val_if_fail (c, false);
|
||||
rz_return_val_if_fail (a >= 0, b >= 1, false);
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ Equivalent of 'rizin malloc://512'
|
|||
.It Fl 0
|
||||
Print \\x00 after initialization and after every command executed
|
||||
.It Fl 2
|
||||
Close stderr before starting RCore
|
||||
Close stderr before starting RzCore
|
||||
.It Fl a Ar arch
|
||||
force asm.arch (x86, ppc, arm, mips, bf, java, ...)
|
||||
.It Fl A
|
||||
|
|
@ -81,7 +81,7 @@ Quiet mode (no prompt) and quit after running the commands specified with -i or
|
|||
.It Fl qq
|
||||
Quit before showing the prompt. Right after all the -e -c and -i arguments are evaluated.
|
||||
.It Fl Q
|
||||
Same as q, but exiting without freeing RCore, this produces leaks at exit time, but saves some precious ms to run the testsuite in fast mode.
|
||||
Same as q, but exiting without freeing RzCore, this produces leaks at exit time, but saves some precious ms to run the testsuite in fast mode.
|
||||
.It Fl p Ar prj
|
||||
Set project file
|
||||
.It Fl r Ar rz-run
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ rz-diff implements many binary diffing algorithms for data and code.
|
|||
.Pp
|
||||
.Bl -tag -width Fl
|
||||
.It Fl A
|
||||
Analyze binary after loading it with RCore (see -C) and use -AA to run aaaa instead of aaa.
|
||||
Analyze binary after loading it with RzCore (see -C) and use -AA to run aaaa instead of aaa.
|
||||
.It Fl a
|
||||
Specify architecture (x86, arm, ..)
|
||||
.It Fl b
|
||||
|
|
@ -32,7 +32,7 @@ Use delta diffing (slower).
|
|||
.It Fl D
|
||||
Show disasm instead of hexpairs (honors -a arch and -b bits)
|
||||
.It Fl e [k=v]
|
||||
Specify eval config vars for all RCore instances created.
|
||||
Specify eval config vars for all RzCore instances created.
|
||||
.It Fl g Ar sym | off1,off2
|
||||
Graph diff output of given symbol, or between two functions, at given offsets: one for each binary.
|
||||
.It Fl G [cmd]
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ rz_diff implements many binary diffing algorithms for data and code.
|
|||
.Pp
|
||||
.Bl -tag -width Fl
|
||||
.It Fl a
|
||||
Analyze binary after loading it with RCore and use -AA to run aaaa instead of aaa.
|
||||
Analyze binary after loading it with RzCore and use -AA to run aaaa instead of aaa.
|
||||
.It Fl f
|
||||
Interpret the input file as a flirt database and dump the signatures.
|
||||
.It Fl h
|
||||
|
|
|
|||
Loading…
Reference in a new issue