Commit graph

6947 commits

Author SHA1 Message Date
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
Andrew McDonnell
ff5de06cc7 Fix incorrect cfgname in help for aF 2015-01-01 12:47:42 +01:00
Andrew McDonnell
60387f4174 Update help with all pd options and 'press ENTER' message 2015-01-01 12:47:42 +01:00
Andrew McDonnell
964f5fc106 Removed a dead duplicate commened out line 2015-01-01 12:47:42 +01:00
pancake
9829b0981c Add 'ccd' and 'cud' to compare disasms in column and unified modes 2015-01-01 12:45:05 +01:00
pancake
be275471d7 Bump capstone to fix 0x82 x86 ops and some ARM BLX ones 2014-12-30 09:27:31 +01:00
Julien Nabet
6ed942ef05 cppcheck: fix memory leaks 2014-12-28 17:20:03 +01:00
pancake
2ecb3edfb4 Bump sdb fixing two memleaks and a close(-1) 2014-12-28 12:54:55 +01:00
Julien Nabet
164bbc7333 Some cppcheck reports fixed:
(warning) Logical disjunction always evaluates to true: regnum < 32 || regnum > 31
(style) Same expression on both sides of '||'
(style) Same expression on both sides of '&&'
(style) Expression is always false because 'else if' condition matches previous condition at line 180
2014-12-28 04:20:14 +01:00
pancake
1c6547d6d8 Fix #1889 - Update sdb to fix a segfault in sdb_sync (thanks zlul!) 2014-12-28 04:18:48 +01:00
pancake
f495b5031a Handle ET_REL ELF relocs, asm.cpu for arm.cs: v8, mcortex 2014-12-28 03:53:39 +01:00
skuater
7c05d505a0 Fix symbol impot names(PE EXE) 2014-12-27 06:07:39 +01:00
pancake
eafb616765 Do not use sym.exp (by skuat) 2014-12-26 22:45:29 +01:00
pancake
d375dd21ee Fix dead code from core/bin/pdb 2014-12-26 19:46:37 +01:00
pancake
48422b07db Fix #1910 2014-12-26 19:42:35 +01:00
Andrew McDonnell
6fe4d603ab Fixes other case for #1900: mov ebx, junk 2014-12-26 19:32:00 +01:00
pancake
4c1253b0c5 Use radiff -n for numeric addresses instead of function names 2014-12-26 19:28:55 +01:00
Andrew McDonnell
841a00e0d1 Add option to radiff to suppress names 2014-12-26 19:26:06 +01:00
pancake
581f20d654 Bump capstone-4.0 adding support for some undocumented instructions 2014-12-26 19:05:25 +01:00
pancake
fb31e2405d Honor PDB_SERVER and rename pdb.sym_srvr to pdb.server 2014-12-24 19:49:07 +01:00
pancake
f268f23a3d Fix download problems for PDB 2014-12-24 19:14:02 +01:00
inisider
d052d96415 remove r_cons_printf from rabin2.c 2014-12-24 18:54:22 +01:00
Alvaro Muñoz
1aa40b4aa9 fixes bugs in webui and adds holdTap to enyo view 2014-12-23 21:34:19 +01:00
inisider
cf384484e8 code refactor 2014-12-23 21:33:08 +01:00
inisider
4841f1e5df Fix bug #1897 2014-12-23 15:17:41 +01:00
inisider
f18988f21f fix pdb downloader 2014-12-23 15:06:42 +01:00
pancake
bb257d0606 Fix memleak spoted by COV 2014-12-23 10:52:01 +01:00
pancake
c253cc5d6f Fix #1900 - The x86.nz 'mov' parser is a bit more strict now 2014-12-23 10:50:18 +01:00
skuater
2ef956e2d5 Resolve PE import Ordinal names from RBin 2014-12-23 10:35:00 +01:00
pancake
8d05360785 Handle search.maxhits in rop search (needs discussion) 2014-12-23 10:02:25 +01:00
Jeffrey Crowell
d7cf175bc1 fix segfault izz on non opened file
closes #1901
2014-12-23 09:48:45 +01:00
Jeffrey Crowell
fa1943897e fix crash in rop search
fix crash where rop.len is either huge or 0
2014-12-22 18:36:18 -05:00
pancake
0d7c08ca81 Implement search.maxhits 2014-12-23 00:33:09 +01:00
pancake
9b17bd596b Handle 0xcc in anal.nopskip 2014-12-22 23:37:14 +01:00