5841 Commits

Author SHA1 Message Date
jvoisin
176c0c01b2 Fix previous commit
:<
2015-01-14 02:59:05 +01:00
jvoisin
8ac1616daf Fix some coverity issues 2015-01-14 02:53:34 +01:00
pancake
4addf6d538 Show strings in drr, Add ios syscalls and fix x86-32 debug on osx64 2015-01-14 02:00:55 +01:00
Pavel Odvody
7ad8ca9f8f Return -1 if the function was not found
Signed-off-by: Pavel Odvody <podvody@redhat.com>
2015-01-13 15:15:13 +01:00
pancake
c2663afb01 Fix asm.ppc.cs big endian issue 2015-01-13 03:43:56 +01:00
jvoisin
a8937732b8 Fix all 'warning: function declaration isn’t a prototype [-Wstrict-prototypes]' 2015-01-13 03:40:35 +01:00
pancake
be4ce06527 Fix io.windbg warning 2015-01-13 03:21:28 +01:00
pancake
86b3fa2a4c Fix graphs in debugger, only follow rip when stepping with 'z' 2015-01-13 03:18:42 +01:00
pancake
7c5c6624c2 Cleanup MD5 code and fix mach0 warning 2015-01-13 03:09:23 +01:00
jvoisin
759e3b24b5 Fix two trivial warnings 2015-01-13 03:05:11 +01:00
pancake
c1e04e22cb Fix memleaks in mreplace and possible crash in rcore 2015-01-13 02:55:27 +01:00
jvoisin
e3dbefc898 Fix some stupid warnings in md5-related code
"PROTOTYPES should be set to one if and only if the compiler
supports function argument prototyping. [...]".

Hello time-traveller, welcome to the previous century. I heard
that in your modern times, compilers are supporting
_function arguments prototypiing_, is that true?
2015-01-13 02:51:45 +01:00
pancake
0c103cf923 Add http.ui config var to select WebUI (p, t, enyo) 2015-01-13 02:22:20 +01:00
jvoisin
4fd6ce62d5 Fix some gcc warnings 2015-01-13 02:07:44 +01:00
pancake
fb45861275 Support RGB colors in scr.html 2015-01-13 01:22:33 +01:00
skuater
f9bd4521d2 Fix #1834 - Honor breakpoints on step-over and continue-until 2015-01-12 17:47:34 +01:00
pancake
2b493cdbc6 Fix row-by-one on w32 cmd.exe 2015-01-12 16:31:12 +01:00
pancake
45a1eb5ca0 Implement w32 terminal size detection (fails on wine, untested on cmd.exe) 2015-01-12 16:06:11 +01:00
pancake
c6ebdac011 Use lastflag mode for the asm.reloff (previously named asm.reladdr) 2015-01-12 10:45:41 +01:00
pancake
ba1383b610 Fix mreplace linkage 2015-01-12 03:37:04 +01:00
pancake
97d1f70f53 Fix some warns and Use RRegex in parse_mreplace to make support w32 2015-01-12 02:52:12 +01:00
pancake
61ca2bc30b Add anal.a2f var to use the new WIP analysis for testing 2015-01-12 02:34:40 +01:00
jvoisin
8c15365ce9 Even moar x86-pseudo! 2015-01-12 00:43:48 +01:00
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
e1f2b73066 fixed colors 2015-01-08 23:37:48 +01:00
mortenoir
e94377a72c pxl segmentation fault fix 2015-01-08 23:20:39 +01:00