12236 Commits

Author SHA1 Message Date
pancake
44d974614d Fix psj 2017-03-21 02:35:05 +01:00
Rakholiya Jenish
cfbd223b4b Fix issue 7054 - confusing keybinding labels in graph 2017-03-21 02:27:16 +01:00
Roi Martin
dfb457db19 Minor fix in zam?? 2017-03-21 00:14:01 +00:00
Roi Martin
85ed4e674f Add command zam?? 2017-03-21 00:01:08 +00:00
Roi Martin
38a112708d Improve zignatures naming 2017-03-20 23:06:24 +00:00
radare
bda3afbf3b Fix asm.pseudo when asm.cmtright=0 2017-03-20 23:43:34 +01:00
alvarofe
ce25037120 Fix #7070 - oob read wrong init buffer asm_sh.c 2017-03-20 23:28:38 +01:00
alvarofe
c9b46d6c9a Fix #7071 - oob read null str termination 2017-03-20 23:21:28 +01:00
alvarofe
3befee509e Fix #7069 - null dereference in r_x509.c 2017-03-20 23:17:07 +01:00
pancake
94ec966936 Do not exit if pledge fails, just return with disabled sandbox 2017-03-20 16:05:48 +01:00
Francesco Tamagni
765fc56ec5 Fix pds string references (#7078)
Prefer references to `str.*` flags than naked strings when both are present, because the latter might have been guessed incorrectly from ascii-looking bytes in stored pointers.
2017-03-20 15:27:22 +01:00
Srimanta Barua
e7909f008c Improve gdb remote debugging (#7027)
* Added bitflag structure for qSupported

* Get if process is attached/created and get file name

* Set process/thread id for subsequent 'g' commands

* Use strbuf instead of big buffer,started work on fstat

* Fix indent, brackets. Use bool instead of bitflags

* Minor fixes
2017-03-20 15:26:18 +01:00
Giovanni
c25c6ae32a Fixed regressions #7066 and #7067 (#7074) 2017-03-20 15:25:14 +01:00
xarkes
f5c67d8bdf Added custom tab to sdb json_indent function (#7050) 2017-03-19 21:34:30 +01:00
Roi Martin
0ca78a43e5 Do not add zignatures with zero mask
Fix #5688
2017-03-19 17:20:31 +00:00
davidpolverari
0bf4aaae1e Add P- command to delete projects (currently with Pd) (#7064)
Fix #7063.
2017-03-19 15:24:38 +01:00
Roi Martin
e338ec9f6c Fix name matching in zamf, zaaf and zaef 2017-03-19 13:57:02 +00:00
Roi Martin
5ac94e1159 Output number of hits on z/ and zc 2017-03-19 12:56:34 +00:00
Roi Martin
58e7f4b08a Fix json output of metric zigns. Fix CID 1372491 2017-03-19 12:21:12 +00:00
pancake
e2df61f48e Fixes for m68k -n 16 and sega mega drive roms endian 2017-03-19 11:33:39 +01:00
pancake
c024275459 Fix last covs 2017-03-19 03:22:00 +01:00
Riccardo Schirone
26fd259d04 New command 'ss' (Silent Seek)
These commands seek to an address or a register without logging the
entry in the seek history.
2017-03-19 02:34:53 +01:00
pancake
85d1c2b150 Do not enable scr.html by default in =H 2017-03-19 02:10:53 +01:00
pancake
3290afc5a3 Update /p and /m with some fixes regarding scr.html 2017-03-19 01:35:21 +01:00
pkerling
a185758747 Support writing PE32/PE32+ section permissions (#7058) 2017-03-19 01:27:24 +01:00
pancake
f6102fda6f Implement | and |H pseudopipes, see pd|? 2017-03-19 01:20:06 +01:00
pancake
b19049cdf1 Remove slurp command '<' 2017-03-19 00:29:55 +01:00
pancake
08b734ad30 Fix regression in RCons adding <br> in JSON outputs 2017-03-18 23:59:34 +01:00
pancake
326f81e91d Enhance dm= to avoid huge gaps in the ascii art lines 2017-03-18 23:13:35 +01:00
pancake
3fc88ea96a Add R_NEWCOPY primitive in r_types.h 2017-03-18 23:13:24 +01:00
pancake
40bc4cb751 Fix ood symbol rebasing and add obr command 2017-03-18 21:40:01 +01:00
Guillaume Valadon
1dada4f504 Typos in help messages fixed (#7059) 2017-03-18 22:15:57 +01:00
Roi Martin
ccd22298f5 Add extra checks to zign deserialization 2017-03-18 11:47:40 +00:00
Roi Martin
09c3e12a8f Implement metric zign search and check 2017-03-18 11:33:30 +01:00
Roi Martin
1425fd4418 Implement metric zignatures management 2017-03-18 11:33:30 +01:00
Khairul Azhar Kasmiran
ff9e4780ae Added main detection for MSVC AMD64 (#7055) 2017-03-18 09:07:28 +01:00
xarkes
072551a8a7 Modified json indent character 2017-03-17 12:09:17 +01:00
pancake
e6c0d920cc Add eta command 2017-03-17 12:06:54 +01:00
Riccardo Schirone
084d5c1217 libr/parse: add another view for function variable/arguments (#7048) 2017-03-17 11:54:34 +01:00
pancake
56aeb2a6e3 RBinPlugin.load boolified 2017-03-17 03:52:43 +01:00
pancake
dba4e26666 Better rabin2 -H for mach0 2017-03-17 03:52:19 +01:00
Roi Martin
7e2c6573a7 Remove legacy comment 2017-03-16 23:51:26 +00:00
Roi Martin
3fa18414c3 Implement open/save zignature file 2017-03-17 00:43:02 +01:00
Roi Martin
061ea1d4c0 Simplify r_anal_strmask() and r_anal_mask
Mask operands on jmps, calls and mem refs
2017-03-17 00:43:02 +01:00
xarkes
cdc3c8fbc8 Fixed aai percentage issue #6576 (#7047) 2017-03-16 23:15:23 +01:00
alvarofe
06d8b160dd Handle ^C in reflines 2017-03-16 22:57:55 +01:00
davidpolverari
1fb422b532 Fix #6162 - Renames r_str_concat to r_str_append 2017-03-16 22:29:49 +01:00
Maijin
6e647130d6 Revert -Crop graph nodes to enhance the experience 2017-03-16 15:17:47 +01:00
Maijin
84dd98732c Fix #7041 - Enhance var/local display (#7042)
Fix #7041 - Enhance var/local display
2017-03-16 14:05:32 +01:00
Ren Kimura
863e3566d2 Add snap_set command (#7032) 2017-03-16 10:09:17 +01:00