pancake
0ba24ddd12
Show function signature on tailcall jumps ##disasm
2019-02-28 22:09:10 +01:00
radare
612a3ecf3e
Fix va_arg issue in r_str_newf and r_str_appendf ##core
2019-02-28 16:56:14 +01:00
Maijin
982c950ee4
Fix #13201 - Merge anal.jmp vars fix ##config
2019-02-28 16:55:57 +01:00
pancake
cbfed2c8d2
Introduce aess to fix the regression confusing step-over and step-skip
2019-02-28 16:36:16 +01:00
pancake
cd35b961d4
Properly specify esil step over/or-not in the API to fix regression
2019-02-28 16:36:16 +01:00
pancake
1e576966f2
Initial implementation of aCe
2019-02-28 16:36:16 +01:00
pancake
950983ec71
Implement new aesou and abte commands ##anal
2019-02-28 16:36:16 +01:00
radare
fa0b39896c
Show negative reference in pxr, honoring asm.bits ##print
2019-02-27 03:29:48 +01:00
radare
a0b458615f
Fix graph.layout=1 issue when zoom < 1 ##visual
2019-02-27 02:27:05 +01:00
pancake
a7518c7d0c
Fix few warnings
2019-02-26 17:04:30 +01:00
Deepak Chethan
dadb421e48
refactored cmd_print.c to use pj.c ( #13174 )
...
* Refactored cmd_print.c to us pj.c
* Changed to r_str_trim_ro
2019-02-25 11:30:12 +01:00
Khairul Azhar Kasmiran
236b38809b
asm.strenc -> bin.str.enc ( #13180 )
2019-02-24 22:23:37 +01:00
Amith Venugopal
f7e1d66bf8
Refactor p-j using pj.c ( #13170 )
2019-02-23 01:31:19 +01:00
Riccardo Schirone
eae19137b9
Use macros for common flagspaces names instead of hardcoding them ( #13175 )
2019-02-23 01:31:06 +01:00
Nikolay Edigaryev
65360dd3e9
Fix NULL pointer dereference in data references analyzer ( #13178 )
...
Data references analyzer assumes that each function reference maps
to a certain section, but this is not the case for raw binary files
like shellcodes/firmware images/etc.
This bug was introduced in #10117 .
2019-02-23 01:30:32 +01:00
Alex Gaines
d4becbd26d
Fix null ptr deref in axg* ( #13177 )
2019-02-22 19:00:12 +01:00
radare
243d2a03d3
Initial implementation of the dri command - inverse debug registers ##debug
2019-02-21 14:57:04 +01:00
Maijin
23f6c213e6
Change eprintf to rowlog
2019-02-21 19:55:52 +07:00
radare
3904417a7c
Do not permit function names containing registers ##anal
2019-02-19 13:01:15 +01:00
radare
2b7d41d2fc
Add missing types-darwin.sdb and honor asm.os to reload them ##anal
2019-02-19 05:18:04 +01:00
Gaurav Kumar Ghildiyal
b1bf3fea9e
Expose save_parsed_type() as an API call for Cutter ( #13149 )
2019-02-18 22:10:35 +01:00
pancake
9930fd82d1
Fix Linux debugger crash regression
2019-01-14 00:18:09 +01:00
radare
2a00ff2ce1
Fix #12855 - Crash in "r2 -c'dL bf' -d ls" ( #13145 )
2019-02-18 18:45:42 +01:00
Paweł Łukasik
8c8ec56b30
Added eprintf to dbg.execs on non-Linux OSes ( #13134 )
2019-02-18 16:30:23 +01:00
pancake
c022270b6d
Minor fixes
2019-02-18 14:51:12 +01:00
radare
2dc2de305b
Disable function autonaming to avoid confusions ##anal
2019-02-18 15:55:40 +07:00
radare
73f76a99b2
Make RCons.is_interactive() into the RConsContext and improve loading projects in tasks ##cons ( #13132 )
2019-02-18 06:20:01 +01:00
radare
37189bdee3
Workaround the cursor scroll glitch in folded functions
2019-02-18 00:50:02 +01:00
Gaurav Kumar Ghildiyal
86e0862103
Compute struct/union size in tsj/tuj ##format
2019-02-18 00:06:23 +01:00
radare
f51e600340
Initial implementation of RAnalDataType ##anal ( #13111 )
2019-02-17 23:55:10 +01:00
pancake
202fb34a5e
Fix #13079 - Show comments above the folded functions ##disasm
2019-02-17 23:52:17 +01:00
Deepak Chethan
7c807014b0
Added few pf examples ##print
2019-02-17 19:36:20 +01:00
xarkes
662ea4100b
Fixed afbj result to print empty array ( #13127 )
2019-02-17 15:24:55 +01:00
Deepak Chethan
fe7e6cead0
Refactored cmd_anal.c to use PJ ( #13122 )
2019-02-17 12:29:36 +01:00
Khairul Azhar Kasmiran
0ecb9aff24
Fix #11759 - aac now names import trampolines ( #13124 )
2019-02-17 12:28:49 +01:00
Vanellope
368e33e1cb
Time to say goodbye to r_json ( #13126 )
2019-02-17 12:25:58 +01:00
Vanellope
50a5fdf8c2
Fix a parsing issue of the config ##panels
2019-02-16 12:13:22 +01:00
radare
5c7eb0bb7c
Address comments in #13094 related to maxbbsize and maxfcnsize ##anal ( #13102 )
2019-02-16 12:11:13 +01:00
Florian Märkl
b84e57ec4c
Clean up some code in disasm.c
2019-02-15 11:26:46 +01:00
Florian Märkl
dc960582c6
Fix agfJ
2019-02-15 11:26:46 +01:00
Florian Märkl
b0cf84e766
Make disasm use pj
2019-02-15 11:26:46 +01:00
Riccardo Schirone
fb1b7fbc56
Make ASAN green again ( #13098 )
...
* Fix ASAN crash in abtj
* Fix ASAN crash in asj
* Strdup the input because it is a const char * and shouldn't be modified
* Fix some r_assert warnings (related to len==0)
* Check if there are enough words only when necessary
* Other len == 0 edge cases that do not belong to r_return_* checks
* Do not print classes if there are none
2019-02-14 18:07:08 +01:00
David CARLIER
58ba3a663d
Various little code fixes. ( #13075 )
2019-02-14 10:40:38 +01:00
Riccardo Schirone
23161bbf7f
Remove most warnings during compilation
2019-02-14 10:40:25 +01:00
pancake
3af32f95e4
Implement vdo to use aho from visual ##visual
2019-02-14 04:19:12 +01:00
pancake
0901c48871
Implement aaFa, optimize and improve boundary checks
2019-02-14 02:49:02 +01:00
pancake
f1b32b351b
Fix aaF sort issue, honor a2f and fix big allocation in analysis ##anal
2019-02-14 02:49:02 +01:00
pancake
7f7d890a25
Fix #12990 - Handle ^C in agRv ##graph
2019-02-14 01:07:34 +01:00
Deepak Chethan
69ed84834c
Implemented new 'ax.' command ##anal
2019-02-13 23:44:54 +01:00
Khairul Azhar Kasmiran
29d9b6dd04
Fix #12948 - Fix . autocompletion ( #13082 )
2019-02-13 16:35:02 +01:00