- UID
- 2198
注册时间2005-6-29
阅读权限255
最后登录1970-1-1
副坛主
该用户从未签到
|
楼主 |
发表于 2018-6-1 11:39:34
|
显示全部楼层
测试了字符串搜索,注释、flag、交叉引用这些,有些操作会导致界面假死,但是没有崩溃,总体上要比旧版本好很多。
命令行把 radare 的都copy 过来了。
- [0x0040d6a0]> ?
- Usage: [.][times][cmd][~grep][@[@iter]addr!size][|>pipe] ; ...
- Append '?' to any char command to get detailed help
- Prefix with number to repeat command N times (f.ex: 3x)
- |%var =valueAlias for 'env' command
- | *[?] off[=[0x]value] Pointer read/write data/values (see ?v, wx, wv)
- | (macro arg0 arg1) Manage scripting macros
- | .[?] [-|(m)|f|!sh|cmd] Define macro or load r2, cparse or rlang file
- | =[?] [cmd] Send/Listen for Remote Commands (rap://, http://, <fd>)
- | <[...] Push escaped string into the RCons.readChar buffer
- | /[?] Search for bytes, regexps, patterns, ..
- | ![?] [cmd] Run given command as in system(3)
- | #[?] !lang [..] Hashbang to run an rlang script
- | a[?] Analysis commands
- | b[?] Display or change the block size
- | c[?] [arg] Compare block with given data
- | C[?] Code metadata (comments, format, hints, ..)
- | d[?] Debugger commands
- | e[?] [a[=b]] List/get/set config evaluable vars
- | f[?] [name][sz][at] Add flag at current address
- | g[?] [arg] Generate shellcodes with r_egg
- | i[?] [file] Get info about opened file from r_bin
- | k[?] [sdb-query] Run sdb-query. see k? for help, 'k *', 'k **' ...
- | L[?] [-] [plugin] list, unload load r2 plugins
- | m[?] Mountpoints commands
- | o[?] [file] ([offset]) Open file at optional address
- | p[?] [len] Print current block with format and length
- | P[?] Project management utilities
- | q[?] [ret] Quit program with a return value
- | r[?] [len] Resize file
- | s[?] [addr] Seek to address (also for '0x', '0x1' == 's 0x1')
- | S[?] Io section manipulation information
- | t[?] Types, noreturn, signatures, C parser and more
- | T[?] [-] [num|msg] Text log utility
- | u[?] uname/undo seek/write
- | V Visual mode (V! = panels, VV = fcngraph, VVV = callgraph)
- | w[?] [str] Multiple write operations
- | x[?] [len] Alias for 'px' (print hexadecimal)
- | y[?] [len] [[[@]addr Yank/paste bytes from/to memory
- | z[?] Zignatures management
- | ?[??][expr] Help or evaluate math expression
- | ?$? Show available '
- variables and aliases
- | ?@? Misc help for '@' (seek), '~' (grep) (see ~??)
- | ?>? Output redirection
复制代码
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?加入我们
x
|