15317 Commits

Author SHA1 Message Date
pancake
023f9fe10b Aim to fix last regressions 2017-07-18 15:46:30 +02:00
Anton Kochkov
8962cef84c Honor the config in mmap graph 2017-07-18 18:37:11 +08:00
Fangrui Song
63a14b23b7 Fix color of cmd.gprompt (#7951) 2017-07-18 10:41:45 +02:00
Fangrui Song
6b4d140d6c Fix help for pi, add comments to switch cases => case d: // "pid" (#7952)
Indent `p=`, fix r_hash_entryopy_fraction (multiplier 256 is changed to 255 to avoid ut8 overflow, avoid ERANGE when calculating log(0), scan data once instead of 256 times)
2017-07-18 10:24:46 +02:00
xarkes
c079e26ccf Fix msvc build (#7953) 2017-07-18 10:23:24 +02:00
xarkes
9562475e95 GetLongPathName call fix (#7954) 2017-07-18 10:22:35 +02:00
pancake
f0aed31b39 Fix define visual array of data issue Vcjjjd[bBwW] 2017-07-18 02:15:49 +02:00
pancake
cd22fbb217 Add $Fj and $Ff in ?$ and update s? help msg 2017-07-18 02:06:19 +02:00
pancake
4f5f6c28ff Add $Fj and $Ff to follow jump/fail of current basic block, fixes $Fs too 2017-07-18 02:03:49 +02:00
Marc
6c28607fef Fix more C99 error in qrcode (#7950) 2017-07-17 22:15:23 +02:00
Marc (h4ng3r)
6e47b606bc Fix C99 mode errors in qrcode 2017-07-17 21:55:00 +02:00
Marc
58906b3819 Fix pDj command in order to show strings 2017-07-17 20:03:28 +02:00
pancake
ecb74b9f34 Remove for(int from qrcode.c 2017-07-17 20:01:01 +02:00
Fangrui Song
b07b9f73b4 Fix help for commands ?? ?! (#7935)
?! [cmd]   run cmd if $? == 0
?? [cmd]   run cmd if $? != 0
2017-07-17 19:20:18 +02:00
Khairul Azhar Kasmiran
cb73b1e3de asm.strenc (utf32le) (#7946) 2017-07-17 19:07:38 +02:00
pancake
60391a6dc7 Initial support for qrcode in 'pq' and 'pqz' commands
* QRCode ripped from https://github.com/nayuki/QR-Code-generator/tree/master/c
* MIT license
* Removed all asserts
* r2-indent
* Many things can be still cleaned up and simplified
2017-07-17 19:05:24 +02:00
Álvaro Felipe Melchor
cb5714ec2b Fix UaF in session.c 2017-07-17 16:18:36 +02:00
pancake
ff9d0bdb82 Fix help message for /v? 2017-07-17 14:49:19 +02:00
Ren Kimura
432dcb0a5b Add dts- and dtsC commands (#7939) 2017-07-17 14:13:43 +02:00
Ren Kimura
b0157a3f50 Merge dt and at (#7925)
* Duplicate atl and atd commands
* Merge and duplicate att, ata and at- commands
* Merged at* to dt*
* Merged at+ to dt+
* Moved atr to dtr
* Modified dt* message
* Moved atD to dtD
* Moved esil trace commands, ate to dte
* Duplicate at command
* Fixed some bugs
2017-07-17 14:13:13 +02:00
pancake
ba39cfb078 Add -2 in the help message 2017-07-17 13:59:45 +02:00
pancake
3c11aa19d7 Fix #7943 - Invalid JSON in ij with long dbg_file file (> 256 chars)
- sdb_fmt have a limit of 256 chars
2017-07-17 13:21:49 +02:00
pancake
5f48b12d55 Do not show empty objects in afij 2017-07-17 12:58:48 +02:00
pancake
770f3e752f Fix #7932 - Support relative addresses in java assembler 2017-07-17 12:17:53 +02:00
pancake
0c73a34a77 Fix crash in recent rtr code 2017-07-17 12:05:37 +02:00
Srimanta Barua
8c6a05dd58 Add reporting of debug info (#7941) 2017-07-17 11:39:34 +02:00
Maijin
2bbd8e853c Fix xdot command 2017-07-17 11:37:18 +02:00
alvarofe
dab337810c Add drtj output in json format
[0x100001174]> drtj
["gpr","drx","fpu","mmx","xmm","flg","seg"]
2017-07-17 10:10:22 +02:00
Srimanta Barua
4916b318d8 fix memleak in gdbserver (#7940) 2017-07-17 09:30:48 +02:00
Srimanta Barua
7858bb970d Un-hardcode reporting of stop reason, and add read/write of single reg to gdbserver (#7938)
* Better reporting of stop reason by gdbserver

* Added read/write of single reg
2017-07-17 08:51:30 +02:00
Fangrui Song
57526c050e Add doc/zsh/{_rabin2,_ragg2,_ragg2-cc}, drop GNU sed dependency from zsh completion files (#7936)
Fix a benign missing fallthrough in rabin2.c

`sed -r` and regex escape sequence `\S` should be avoided as they are non-portable GNU extensions.
2017-07-17 08:50:24 +02:00
xarkes
803ba4de01 Temp fix for .idp* (#7910) 2017-07-16 12:02:41 +02:00
Srimanta Barua
b59276938e Added debugging of protocol messages in gdbserver (#7931) 2017-07-16 12:01:17 +02:00
pancake
16e82fa7ce Refix install-doc 2017-07-16 10:39:01 +02:00
pancake
502aee4662 Properly define ranlib for mingw32 2017-07-16 10:16:59 +02:00
pancake
e646979ad9 GetLongPathName is not available on mingw32, resolve it dynamically 2017-07-16 10:13:29 +02:00
Fangrui Song
eec5aff085 Add Zsh completion file doc/zsh/{_r2,_radiff2,_rafind2,_rahash2,_rasm2,_rax2} (#7929)
* and minor fixes in the r2 help message
2017-07-16 10:08:48 +02:00
Fangrui Song
a70118949d Makefile: fix install-doc (#7930) 2017-07-16 10:08:15 +02:00
Khairul Azhar Kasmiran
0ff6f4313d asm.strenc (utf16le) (#7926)
* Fix API of r_utf16le_decode to be consistent with r_utf8_decode

* Fix braces and else-after-return

* Don't use r_mem_mem

* Fix bogus last char at max string length
2017-07-16 08:12:11 +02:00
Maijin
c265a38b30 Update delete flag 2017-07-15 20:33:57 +02:00
Giovanni
0c0a6fbaf4 fixed multiple bugs on r_pkcs7 (#7928) 2017-07-15 16:21:00 +02:00
xarkes
a8dc08f9c0 Fixed windows network path (\\server\file.exe) and random err (#7927) 2017-07-15 15:54:55 +02:00
pancake
568ff126f8 Fix build 2017-07-14 18:02:00 +02:00
pancake
6e1f9c981e Fix latest covs 2017-07-14 17:36:21 +02:00
SkUaTeR
80e38d0c5d fix for #7907 (#7923) 2017-07-14 16:38:27 +02:00
xarkes
f0fc5cbc25 Fixed meson r_version creation + reorder (#7909) 2017-07-14 13:13:18 +02:00
Antonio Sánchez
d74775cb6d Added resources extraction to rabin2 (#7912) 2017-07-14 13:12:53 +02:00
radare
2ec4b56e40 Fix phdr null deref in the elf parser 2017-07-14 12:24:07 +02:00
Fangrui Song
c77aba1c63 PPC: Add all instructions from Power ISA 3.0B (#7922) 2017-07-14 10:09:28 +02:00
Sajjad Pourali
d77224fab6 add dbta command description to help_msg (#7917) 2017-07-14 09:15:54 +02:00