15238 Commits

Author SHA1 Message Date
pancake
b29f204049 Html filtering on string buffers to avoid sandboxing issues in the http server 2017-07-20 15:36:49 +02:00
Guillaume Valadon
ea8adc48da Use void in prototypes (#7974) 2017-07-20 14:50:13 +02:00
pancake
4f45e836e1 Enhance sandboxing messages and checks 2017-07-20 14:49:45 +02:00
pancake
d1f080a619 Fix #7965 - null deref in pkcs7 parsing 2017-07-20 12:04:05 +02:00
Srimanta Barua
6f2eb2843b Added command to get/set packet size for gdb io system (#7961)
* Added pktsz to io system
* Add env var to control gdb packet size
2017-07-20 11:57:29 +02:00
Guillaume Valadon
04bf98a358 Use void in prototypes (#7972) 2017-07-20 10:48:55 +02:00
Guillaume Valadon
a8ad435c10 Typos fixed (#7970) 2017-07-20 10:44:43 +02:00
Ren Kimura
aabd68b9c0 Add message to dtst and remove unnecessary message (#7968) 2017-07-20 08:23:58 +02:00
Giovanni
ab221f8326 Implement pseudo for sh4 2017-07-20 08:20:19 +02:00
xarkes
5996387f8e Refactor print_lasterr() to use r_sys_perror 2017-07-19 19:34:49 +02:00
pancake
287c4aa61f Honor scr.utf8 in pq (qrcode) 2017-07-19 16:50:53 +02:00
pancake
ccce9afc66 Fix last covs 2017-07-19 16:45:27 +02:00
alvarofe
922c11b6dd Uppercase help messages in d* commands 2017-07-19 16:36:24 +02:00
Fangrui Song
9ca10e175e Fix powerpc64le analysis. (#7955) 2017-07-19 14:19:51 +02:00
Fangrui Song
20be22ab98 Fix some ppc esil (#7956) 2017-07-19 14:16:23 +02:00
pancake
2829d9e398 Detect kotlin in java classes 2017-07-19 13:55:05 +02:00
Sven Steinbauer
5e22336a1d Group1 op fixes for 16bit regs (#7957)
* Add support for 16bit regs for group 1 ops

* Fix other group1 ops

* Revert changed test for AL
2017-07-19 13:54:49 +02:00
pancake
c0c5f81be8 Fix travis again 2017-07-19 13:28:27 +02:00
Anton Kochkov
f26682b05c man rabin2 - remove duplicate 2017-07-19 12:23:25 +08:00
pancake
ab8e7dbdde Make Travis happy 2017-07-19 01:50:40 +02:00
pancake
04d6b1f607 DEX now uses va=true, and io.va is ignored for search.in=file 2017-07-19 00:25:43 +02:00
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