Fangrui Song
fa9db31b8c
rz-diff: drop MODE_DIST
...
MODE_DIST (-s) is the same as MODE_DIST_LENVENSHTEIN (-ss) but much slower.
Drop it. Make MODE_DIST_MYERS (-sss, faster than MODE_DIST_LENVENSHTEIN) take its place (-s).
The original comment was incorrect (-s is not Eugene W. Myer's algorithm). It is correct now.
Co-authored-by: eagleoflqj and Maskray
2021-02-03 19:27:30 +08:00
Riccardo Schirone
cee8d470c2
Remove Makefiles and many related scripts
2021-01-28 11:57:28 +01:00
Allen McIntosh
1367ff562a
Fix rz-diff man page for -O option
2021-01-19 09:23:16 +01:00
Aswin C
d9a14133a9
Update manpages and DEVELOPERS.md to rename RCore to RzCore ( #353 )
2021-01-13 12:35:47 +02:00
Aswin C
4e38b5aba8
Update rz-diff's manpage and other minor improvements in rz-diff ( #344 )
2021-01-13 12:26:12 +08:00
Troy Patrick
975a471b8a
Remove note about rz alias. ( #325 )
2021-01-07 00:12:37 +01:00
pancake
4bb7430e8b
Implement rz-ax -I to convert from/to LONG and IP Address ##print
2020-12-30 23:20:41 -06:00
Maijin
cee94d0589
Remove sandbox from man rz-agent ( #249 )
...
Remove sandbox from man rz-agent
2020-12-23 12:21:32 +08:00
Maijin
f335a91dc2
Removing file.md5 file.desc ( #248 )
...
* Remove file.md5 eval
* Remove file.desc eval
* Remove rz-hash -r option
Co-authored-by: Maijin <maijin21@gmail.com>
Co-authored-by: Riccardo Schirone <ret2libc@users.noreply.github.com>
2020-12-23 01:01:41 +08:00
Florian Märkl
40a29cba29
Remove Pseudo-Sandbox ( #239 )
2020-12-21 21:31:32 +01:00
Maijin
8d09f8d6d5
Remove Rapatch ( #215 )
...
* Remove Rapatch
* Remove help message
* Fix remaining issues
* Remove patch.o
* Remove remaining patch
Co-authored-by: Maijin <maijin21@gmail.com>
2020-12-18 13:46:18 +01:00
Aswin C
d8bdff1051
Update r2r's manpage about the -i mode ( #17928 )
...
* Update r2r manpage about the `-i` option
On r2r, you can pass the `-i` for interactive mode. The manpage for r2r has been updated with information about that now.
* Remove a line saying `TODO`
Remove a line that said that this page was a work in progress.
2020-11-20 13:38:32 +08:00
Anton Kochkov
e1d83487a6
More renames of r2 to rizin
2020-11-10 12:24:41 +08:00
Anton Kochkov
afc45bec46
Rename r2 to rizin
2020-11-06 12:21:54 +08:00
Anton Kochkov
539f60a1a8
Rename radare to rizin ( #68 )
...
* Rename radare to rizin
- Rename REvent to RzEvent
- Rename RBreakpoint to RzBreakpoint
- Rename RRune to RzRune
* Remove unnecessary files
2020-11-04 18:56:27 +08:00
Damien Zammit
d3827a002a
r2pm: Add R2PM_GITSKIP env var to skip git checkout master && git pull ( #17646 )
2020-10-21 10:53:46 +08:00
Riccardo Schirone
7ceebc725e
Mass renaming r2 to rz/rizin
2020-10-13 12:43:34 +02:00
Riccardo Schirone
2028f53874
Enable newshell by default ( #18 )
...
* Checkout submodules as well in CI
* Enable cfg.newshell by default
2020-10-06 10:57:44 +02:00
Riccardo Schirone
502e91aff7
Rename R_ and R2_ to RZ_ ( #8 )
...
* Rename R2_ -> RZ_
* Rename R_ -> RZ_
* Rename R2R_ -> RZ_TEST_
* Rename R2R defines and types to RZ_TEST/RzTest
* Keep R_ for REIL registers
2020-10-02 16:09:13 +02:00
Riccardo Schirone
338e6fe172
Other renames in man and small places
...
Remove rz link, just keep rizin
Remove r2 link from acr
Fix http test on macos
2020-10-01 17:53:29 +02:00
Riccardo Schirone
721609a17b
Rename to rizin ( #2 )
2020-10-01 16:13:03 +02:00
pancake
62c2128b6f
Better use of the R_SOCKET_PROTO_DEFAULT and add _NONE ( #17644 )
...
* Better use of the R_SOCKET_PROTO_DEFAULT and add _NONE ##http
* Fix regressions in: r2 -C and =+ ##r2pipe
Introduced in 04edfa82c1
* Implement sleep command ##shell
* Add tests for the webserver and remoting
* Implement daemon directive in rarun2, fix http test ##rarun2
* Fix socket timeout on Windows (patch by @GustavoLCR) ##socket
* Missing http.root is not a reason to not start the webserver ##http
* Fix r2 -C, =!=0, replace curl with r2 in the webserver test ##http
* Honor anal.in/from/to in aae, optimize db/formats/mach0/thumb ##anal
* Bug fixes and performance improvements
Co-authored-by: pancake <pancake@nopcode.org>
2020-09-25 19:51:23 +08:00
Dennis Goodlett
ee133222fe
Add zignature spaces to ##rasign2 ( #17404 )
...
* Add zignature spaces to ##rasign2
* Update help information
* Use space API instead of core
Co-authored-by: Dennis Goodlett <dennis@hurricanelabs.com>
2020-08-11 12:36:10 +08:00
pancake
3acbe60fde
Implement rafind2 -F to find the contents of the file ##search ( #17143 )
2020-06-29 20:11:34 +02:00
pancake
5603366182
Be consistent and make all env vars start with R2_ ( #16841 )
2020-05-18 13:21:50 +02:00
pancake
57c68c752c
Fix #16389 - r2r -qv and r2 -v to show version and quiet versions ( #16472 ) ##tools
2020-04-08 13:56:52 +02:00
pancake
bc09cba29a
Add r2 -NN to not load plugins ##core ( #16415 )
2020-04-05 15:02:46 +02:00
pancake
304bc367de
Initial support for test categories and fix the windows build ##test
2020-03-31 15:58:49 +02:00
pancake
2c40d164b5
r2r new flags: -n to not run -v for version, add manpage ##tests
2020-03-31 15:58:49 +02:00
pancake
799a9e3ee7
Implement radiff2 -X for hexII diffing ##diff
2019-10-24 18:23:03 +02:00
Brenton Morris
497717bb15
Add ROP chain execution support in ragg2 ##rop ( #13609 )
2019-08-18 01:55:38 +02:00
pancake
ac5695ecd0
Revert "Fix ragg2 man page"
...
This reverts commit 56526f3772 .
2019-08-10 00:01:38 +02:00
Anton Kochkov
56526f3772
Fix ragg2 man page
2019-08-07 18:08:48 +08:00
Ian Huang
8248039e55
r2pm: handle info and install arguments properly ( #14693 )
2019-07-30 04:20:28 +02:00
pancake
c14e235e0f
Add -qq to force quit. Avoid the -qcq confusion ##core
2019-07-02 03:24:37 +02:00
radare
3442eb4542
Add r2 iw and rabin2 -w to enumerate try/catch blocks ##bin
2019-06-29 01:45:44 +02:00
radare
7d158e443b
Fix #13988 - Add JSON output format to rafind2 ##search
2019-05-11 18:41:59 +02:00
radare
1125bf7476
Initial import of the WIP zdiff algorithm ##diff
2019-04-05 15:34:43 +02:00
Khairul Azhar Kasmiran
a478cdfc5f
bin.str{purge,filter} -> bin.str.{purge,filter} ##core
2019-03-19 17:34:59 +01:00
radare
893e08a392
Initial implementation of the .offset RAsm directive ##asm
2019-03-18 10:45:22 +01:00
pancake
a3bb6132ba
Implement rasm2 -x to output in hex dwords ##asm
...
$ rasm2 -x 'nop;nop;mov eax, 33;push ebx;int 0x80;nop;mov rbx,48484;nop'
0x21b89090 0x53000000 0x489080cd 0xbd64c3c7 0x00900000
As suggested in https://twitter.com/travisgoodspeed/status/1101966927688318978
2019-03-03 02:51:55 +01:00
pancake
92e4256c19
Change -T behaviour and rename iF into it ##bin
2019-02-10 02:30:07 +01:00
David CARLIER
cebf7f6938
Compute hashes only with a new r2 flag ##bin
2019-02-10 02:11:25 +01:00
Rahul Sangwan
39dea00faa
Update ragg2 man page ##ragg2
2019-02-10 01:28:35 +01:00
David CARLIER
5d698c76ae
Display file hashes into rabin via new mode ##bin
2019-02-01 17:11:31 -06:00
Maijin
f9d4ab6f65
Add Certificates in rabin2 ##enhancement ( #12900 )
2019-01-24 17:22:53 +01:00
Maijin
c72e700094
Add -U resources in rabin2 man ##documentation
2019-01-15 20:14:00 +01:00
David CARLIER
de40266908
Add basic auth to the webserver ##sync
2019-01-10 10:51:51 +01:00
r4dix10
ad4013932d
Issue #10780 -o for octal string to character ( #12561 )
2018-12-25 23:24:41 +01:00
pancake
3e98d0f778
Fix #11237 - Handle -@ in rasm2 as an alias for -o
2018-10-31 11:45:50 +01:00