7349 Commits

Author SHA1 Message Date
pancake
1a73f5e807 Handle <directory> in r2 as an alias for cd /path;r2 --
Remove noisy eprintf and fix another crash
2015-03-23 00:41:50 +01:00
pancake
ebbe450f38 Fix r2 -c 'o-*;s++' - use-after-free and other from #2220 2015-03-23 00:32:31 +01:00
pancake
de22fe28d9 Fix 7 more issues from #2220 // 3 left 2015-03-23 00:05:18 +01:00
pancake
ef6c71208d Fix tons of input crashes reported in #2220 2015-03-22 23:24:13 +01:00
pancake
b14bfc0be2 Fix #2185 - r2 -d shm://123 crash 2015-03-22 22:41:46 +01:00
pancake
000781b07e Remove more unnecessary files from capstone in make dist 2015-03-22 16:59:14 +01:00
pancake
2e32d05986 Fix another capstone build breakage issue 2015-03-22 16:49:29 +01:00
pancake
aa41e5f706 Fix build with capstone3 2015-03-22 16:45:31 +01:00
pancake
fa5446f881 Fix capstone tar fuckup 2015-03-22 16:38:12 +01:00
pancake
063fca1224 Fix #2222 - Fully disable r_sandbox_create in sandbox mode 2015-03-22 16:35:02 +01:00
pancake
130b0a9c78 Fix w32 build 2015-03-22 16:22:59 +01:00
pancake
37a5f6d358 Honor RConsPalette in pxA, handle hex.onechar 2015-03-22 16:16:51 +01:00
jcrowell
285b20ce1a disable auto-saving of history while in the sandbox 2015-03-20 22:58:34 -04:00
Jeffrey Crowell
ebfb57e745 disable saving history while in sandbox mode.
closes #2217
2015-03-20 22:55:50 -04:00
pancake
6be8b58744 Enhace the "pxA" with cursor and b&w modes 2015-03-21 03:06:31 +01:00
pancake
75c8b5ddfa Bump capstone 2015-03-21 02:21:04 +01:00
pancake
12ea9734b5 Fix about 15 more random COVs 2015-03-21 02:04:49 +01:00
pancake
515b2e77bc Fix about 40 COVs related to memleaks and buffer overflows 2015-03-21 01:27:54 +01:00
skuater
b05efbc254 Fix w64 debugger 2015-03-21 00:29:14 +01:00
Alvaro Muñoz
f23b53ea29 contextual menu for hexview 2015-03-21 00:28:28 +01:00
pancake
586f1ac49c Initial implementation of pxA 2015-03-21 00:27:49 +01:00
pancake
95c2dd01ad Disable DRX on OSX until fixed 2015-03-20 22:51:24 +01:00
Maijin
a046ab618a Add ELF enums bin/d 2015-03-20 22:47:58 +01:00
pancake
4f305309c9 Fix old value shown in debug-reg-set operation 2015-03-20 20:42:40 +01:00
pancake
590f9023b0 Bump capstone and check toolchain in mingw64.sh 2015-03-20 16:53:55 +01:00
pancake
f134e056a1 A bit better call-args detect (reset state if stack grows after push) 2015-03-20 14:24:26 +01:00
pancake
67f3a52b51 Add [baddr] in doc/objc.pl, bump capstone a bit (still buggy) 2015-03-20 14:10:11 +01:00
pancake
9a494ff0c2 Fix w64 build (statically link libgcc) 2015-03-20 13:11:04 +01:00
Alvaro Muñoz
542b873504 updates to hexdump in webui 2015-03-20 10:57:08 +01:00
pancake
e5af65394c Bump for capstone-next 2015-03-20 00:38:23 +01:00
condret
afa5bb3c42 fix some gb-related stuff 2015-03-19 23:45:24 +01:00
pancake
977f52c508 Honor sandbox in r_lang_pipe 2015-03-19 23:23:29 +01:00
pancake
904a989ae5 Refine pf? pf?? and pf??? 2015-03-19 23:20:52 +01:00
Skia
9ae796c246 Refactor pf help 2015-03-19 22:51:32 +01:00
Alvaro Muñoz
5c58e641ec new webui hex panel 2015-03-19 22:44:51 +01:00
Maijin
30e2a2df7e Disable 2 anyoying MAGIC RULES
Disable 2 annoying MAGIC RULES making a lot of false positive in PE:
SAS and SAS 7+ (string)
2015-03-19 22:01:06 +01:00
XVilka
5fcdc6a3c3 Fix Mingw build 2015-03-19 16:18:39 +03:00
pancake
5fa09b369e Add pipe-bash example and make pipe-node a module 2015-03-19 03:16:21 +01:00
pancake
47ebfa202d Initial implementation of r_lang_pipe and pipe-node.js 2015-03-19 02:48:44 +01:00
condret
55798119c7 fix #2206 2015-03-19 01:39:24 +01:00
condret
a854a6ab03 enhance 'im' command 2015-03-19 00:57:03 +01:00
Monokles
b9c59d39d0 Added 'ecc' (css output) command to cmd_eval
- Implemented 'ecc' command in pal.c
- Fixed indentation issues and added scope
2015-03-19 00:00:29 +01:00
pancake
ddbacdb9e5 Show only filename in prompt when scr.promptfile=true 2015-03-18 23:59:49 +01:00
Jeffrey Crowell
e5a33e1aee fix up rop delay slots
use R_NEW0 for struct mallocs, use the number of delay slots, change an
intptr to an int.

remove intptr cast
2015-03-18 17:24:25 -04:00
fenugrec
752435bf1b io_ihex: Fixed >64k blocks parsing 2015-03-18 22:10:55 +01:00
fenugrec
0a515ae217 io_ihex: removed debugging output 2015-03-18 22:10:55 +01:00
fenugrec
a9b01e8410 io_ihex : read() and write() work, but write() always re-generates the file 2015-03-18 22:10:55 +01:00
fenugrec
a0e354a8de Fixed some error checking + return values for r_buf_cpy() 2015-03-18 22:10:55 +01:00
fenugrec
cafcf4b0ab WIP: ihex:// plugin rework for sparse buffers & extended records 2015-03-18 22:10:54 +01:00
condret
19b2bb97f1 add 'im' command to show info about predefined memory allocation 2015-03-18 22:07:05 +01:00