pancake
4d92be77c7
Implement rasm2 -r
2017-05-05 11:13:42 +02:00
pancake
60f9667654
Remove support for bjam build system
...
- Delete all Jamroot files
2017-05-02 05:48:40 +02:00
pancake
fa671b9a16
Initial support for the Meson build system
...
- Integrated with current ACR
- Fix some stale fails got removed
2017-05-02 05:05:36 +02:00
pancake
c91339830e
Initial implementation of dir.zigns and honor in zo
2017-04-28 14:37:30 +02:00
pancake
835319ae8f
Delete temporary rarun2 profile when using r2 -X
2017-04-27 00:04:28 +00:00
pancake
6f1d8e161a
Use random temporary for r2 -X
2017-04-26 23:54:05 +00:00
pancake
02398e1e17
Implement r2 -X to specify custom rarun2 directives
2017-04-26 19:35:37 +02:00
pancake
aaa039911b
Fix #7334 - rahash2 -ja all produced extra commas
2017-04-21 13:57:20 +02:00
pancake
4b77cb2c36
Fix undefined behaviour introduced after fix in regression
2017-04-18 17:22:32 +02:00
pancake
d2346ce414
Fix readstr regression
2017-04-18 15:59:55 +02:00
Álvaro Felipe Melchor
13c91127af
Fix minor issues by clang-analyzer ( #7303 )
2017-04-18 14:03:42 +02:00
pancake
a66cc10d46
Fix a huge list of null derefs from clang-analyzer
2017-04-17 22:02:04 +02:00
alvarofe
89fea59cc5
Fix oob read in radare2.c when -R
2017-04-16 20:45:21 +02:00
0x0dada
7327642241
Fix incorrect modes various .c files. ( #7287 )
2017-04-16 10:10:04 +02:00
pancake
ddb4e9f216
Fix rahash2 test
2017-04-15 19:56:25 +02:00
Giovanni
e9a9ad5f43
Use stdout in rahash2 -h
2017-04-13 11:53:40 +02:00
SkUaTeR
ae82588808
Fix rarun2 profile parsing on windows
2017-04-12 17:56:19 +02:00
Giovanni
2b6f6262fc
Integrate crca in rahash2 and r2
2017-04-11 22:47:16 +02:00
pancake
d8db741a9c
Fix a bunch of covs
2017-04-11 09:57:46 +02:00
pancake
a8106859a5
Fix crash in gdb://
2017-04-10 17:00:26 +02:00
pancake
2930a25663
Disable scr.interactive in radiff2
2017-04-10 14:24:53 +02:00
pancake
370eef15fc
Missing rconsprintify in radiff2 -x
2017-04-10 14:19:01 +02:00
pancake
a0f10c1731
Honor -e settings with radiff2 -x too
2017-04-10 13:45:26 +02:00
pancake
c538ee730e
Fix r2 -H USER_PLUGINS path
2017-04-10 13:26:03 +02:00
pancake
c4a214e87b
Implement radiff2 -e
2017-04-10 13:01:42 +02:00
pancake
870bb924da
Fix memleak
2017-04-09 18:57:33 +02:00
pancake
d031b7f130
Implement reentrant thread locks in RThread and use them in core.cmd()
2017-04-08 00:52:49 +02:00
pancake
01477c74f0
More coverities fixed
2017-04-05 10:59:37 +02:00
alvarofe
42fb071d4b
Fix #7198 - static code analysis by AppChecker
2017-04-02 12:22:04 +02:00
giomismo
6d2d797eae
Fix #7193 : R2PM_ETCD has an extra "radare2" path ( #7194 )
...
Fixes alias in radare2rc at r2pm packages like esilburner
2017-04-02 08:36:30 +02:00
pancake
ce7104647e
Add rahash2 -E xor and support -S - and -S @ to slurp stdin or files
2017-03-26 00:38:57 +01:00
pancake
f6ebc02a88
Add r2pm -H and clone with --recursive
2017-03-25 01:54:19 +01:00
alvarofe
b99e497fed
Indent rahash2 with r2-indent
2017-03-22 21:49:16 +01:00
pancake
ca0c4908dc
Add r2 -Q for faster quits
2017-03-20 10:12:59 +01:00
pancake
c024275459
Fix last covs
2017-03-19 03:22:00 +01:00
SkUaTeR
90ebc045ee
Fix #7040 - detach debugger on windows at radare2 exit
2017-03-18 12:46:34 +01:00
davidpolverari
1fb422b532
Fix #6162 - Renames r_str_concat to r_str_append
2017-03-16 22:29:49 +01:00
pancake
f82930fd75
Fix latest covs
2017-03-15 12:12:55 +01:00
pancake
b4395185f1
Do not use system in rarun2
2017-03-14 12:04:50 +01:00
Roi Martin
8d5b1b5418
Fix build
2017-03-13 14:24:53 +01:00
pancake
03146b2bdb
Remove two noisy debug printfs
2017-03-12 23:31:51 +01:00
pancake
f1a31c0730
Fix #7006 - Support decimal in unit strings (f.ex: 2.3K)
2017-03-12 23:15:57 +01:00
Rene Laemmert
a4191fc37c
Add on*, file.offset and file.info to be able to save projects for files opened with -n -m ( #6928 )
2017-03-07 20:08:02 +01:00
xarkes
a9715e5e50
Fix #6927 - Added info about loaded config files when R_DEBUG is set
2017-03-07 20:06:27 +01:00
pancake
06dd26d74d
Fix r2 -hh
2017-03-06 15:18:23 +01:00
Roi Martin
d82235285c
Implement "rabin2 -L [plugin]" and command "iL [plugin]" ( #6875 )
...
* Fix r_str_cmp to follow the documented behaviour
Now r_str_cmp behaviour is consistent.
Before:
* Returns true if both pointers are equal.
* Returns false if the strings are equal.
Now:
* Returns true if both pointers are equal.
* Returns true if the strings are equal.
* Implement "rabin2 -L [plugin]"
- Display plugin info in a proper structured way for humans with
"rabin2 -L [plugin]".
- Fix current "rabin2 -L [-j]" output.
- Allow to specify "-j" before or after "-L".
Fix issue #6861 .
* Implement command iL [plugin]
* Fix json output in rabin2 -L and iL
2017-03-01 20:05:40 +01:00
pancake
d6756e235c
Implement author and version of RAsmPlugin
2017-02-28 02:26:55 +01:00
pancake
ef463f983e
Fix rabin2 -qL -jL and add version and author in RBinPlugin
2017-02-28 02:16:36 +01:00
pancake
81832436e0
Honor rabin2 -H, -rH, -qH and -jH
2017-02-27 10:55:47 +01:00
alvarofe
78b144faee
Fix UaF when r2 -HH
2017-02-26 00:37:26 +01:00