Commit graph

6780 commits

Author SHA1 Message Date
pancake
bdcd84064f Enhace x86.pseudo 2015-01-12 00:24:37 +01:00
pancake
3b3fa3584f Initial implementation of asm.reladdr 2015-01-12 00:11:06 +01:00
pancake
d9d9ac827b Implicitly ignore return value of some canvas gotos 2015-01-11 20:01:44 +01:00
pancake
4c6e2f129c Add rabin2 -F and r2 -F to force the use of a specific rbin plugin 2015-01-11 19:40:26 +01:00
pancake
a6c0526bec Add $k{..} for numeric sdb query values and $P for debugged child pid 2015-01-11 19:16:46 +01:00
pancake
3f409fb490 Add asm.vars and asm.varxs to show/hide vars and var accesses in disasm 2015-01-11 04:29:15 +01:00
pancake
377ec87272 Fix two null deref in RConsCanvas and another left border glitch 2015-01-11 02:54:27 +01:00
pancake
c042bcd789 Fix infinite loop in rcons.canvas 2015-01-11 02:34:28 +01:00
pancake
d713debdfc Fix left and top border issues with canvas text (nicer graphs) 2015-01-11 02:28:59 +01:00
pancake
c61368a0f3 Add support for asm.pseudo and asm.varsub for ARM and ARM64 2015-01-11 01:48:20 +01:00
pancake
e7bf11f2fd Fix memleak in demangle_internal 2015-01-10 17:55:59 +01:00
pancake
790ce09483 Fix right border graph canvas glitch 2015-01-10 04:21:10 +01:00
pancake
d32c7d8f80 Initial support for ARM and ARM64 nopskip with invalid instructions 2015-01-10 03:21:27 +01:00
pancake
743bd0a68a Initial support for ARM and ARM64 local variables 2015-01-10 02:14:55 +01:00
pancake
3b08059c39 Add iD help in i? 2015-01-10 01:04:07 +01:00
pancake
75c322b613 Add bin.lang, rabin2 -D and iD commands to demangle from commandline
- Fix some warnings in windbg
- Minor fix for ARM analysis (wip)
2015-01-10 01:00:01 +01:00
newlog
980b10352c Improve cg command description 2015-01-09 22:28:34 +01:00
pancake
eefb49e91d Fix c++ demangling check 2015-01-09 22:15:25 +01:00
pancake
b23768c227 Fix flag order for @@ after previous change 2015-01-09 18:54:31 +01:00
pancake
ddf3187712 Fix crash for rabin2 -c pe 2015-01-09 17:41:47 +01:00
pancake
935c4db50e Fix #1937 - Fix flag sorting order 2015-01-09 17:37:06 +01:00
pancake
826477db9a Update capstone and transplant io.ewf to the r2e repo 2015-01-09 16:21:47 +01:00
pancake
6ee5b5003c Fix RCons crash on w32 (thanks Skuater for pointing out!) 2015-01-09 16:03:42 +01:00
pancake
7aa5ae27c5 Fix w32 console line limit issue, some fixes for wine console 2015-01-09 12:47:40 +01:00
pancake
c7e1fad6bc Add Vn (mini-ascii-art graph visual mode) 2015-01-09 11:39:25 +01:00
Alvaro Muñoz
d1489f9b6a fix dead ends 2015-01-08 23:37:48 +01:00
Alvaro Muñoz
1088986701 color fixes 2015-01-08 23:37:48 +01:00
Alvaro Muñoz
e1f2b73066 fixed colors 2015-01-08 23:37:48 +01:00
Alvaro Muñoz
9736790d27 persisit positions, BB color marks 2015-01-08 23:37:48 +01:00
Alvaro Muñoz
7d4bd380d1 bye viz.js, hello joint.js 2015-01-08 23:37:48 +01:00
mortenoir
e94377a72c pxl segmentation fault fix 2015-01-08 23:20:39 +01:00
pancake
7e1ed0608a Fix #1935 - Fix autocompletion on sandbox mode and enhace tab 2015-01-05 05:11:42 +01:00
pancake
904c34e0d7 Colorize ccd/cud 2015-01-03 16:19:24 +01:00
pancake
17ac10d6e2 Fix another cmd_cmp crash (thanks newlog for spotting it) 2015-01-03 16:04:58 +01:00
pancake
e6bba5b558 Fix #1933 - rabin2 -B is working again (depends on the output) 2015-01-03 14:06:36 +01:00
pancake
8f9ed86e72 Fix uninitialized buffer issue 2015-01-03 13:48:44 +01:00
pancake
f2d1fadee6 Fix COVs in swift-demangler and cud/ccd 2015-01-03 11:49:08 +01:00
pancake
1e340b653f Completely remove all yara references 2015-01-03 03:38:49 +01:00
pancake
c37806c16a Add sys/python-r2pipe.sh
from r2pipe import r2pipe
	r = r2pipe("/bin/ls")
	print(r.cmdj("ij")["bin"]["arch"]
2015-01-03 03:00:53 +01:00
pancake
4825bb815c Remove psosvm from master repo (moved to radare2-extras) 2015-01-03 02:27:29 +01:00
pancake
1afd12e89b Remove yara (moved to radare2-extras). Installable via sys/yara.sh 2015-01-03 02:21:49 +01:00
pancake
89d1991db2 Load plugins from r2e and r2b system directories
/usr/lib/radare2-extras/$version
/usr/lib/radare2-bindings/$version
2015-01-03 00:41:48 +01:00
pancake
2ff77e67c7 Fix crash for unknown demanglers 2015-01-02 19:27:31 +01:00
pancake
3769511361 Fix build 2015-01-02 18:15:24 +01:00
pancake
6439df458c Fix #1928 - Use cs_reg_name() instead of hardcoded array 2015-01-02 18:04:34 +01:00
Pavel Odvody
99cd8846dc Return codes for pd[bf] commands.
Signed-off-by: Pavel Odvody <podvody@redhat.com>
2015-01-02 15:58:07 +01:00
pancake
ded8790518 Initial support for Swift symbol and imports demangling 2015-01-02 04:32:53 +01:00
pancake
d7fada10a2 Some work on bin.demangle 2015-01-02 02:10:20 +01:00
fenugrec
025fe0325a git clone --depth 1 for sdb,R2R,udis86 2015-01-01 13:05:41 +01:00
pancake
08c366e6e5 Reimplement s++/s-- in empty cmd using the API instead of rcorecmd() 2015-01-01 13:02:36 +01:00