6002 Commits

Author SHA1 Message Date
LemonBoy
0dfa695bc1 Check for null pointer before deferencing it in cmd_search.
Fixes #1462
2014-09-30 11:57:12 +02:00
pancake
276f16896c Fix aa;pxa crash 2014-09-30 11:51:24 +02:00
pancake
8475e9346a More fixups for the manpages 2014-09-30 11:37:26 +02:00
pancake
763f994ec7 Fix manpages for Void/Net/OpenBSD 2014-09-30 11:01:45 +02:00
-TOSH-
41c116863f Fix: typo in b? command 2014-09-30 04:09:57 +02:00
pancake
fcc253fa4f Fix segfault reported in #1447 2014-09-30 04:05:40 +02:00
pancake
e6e3ae84f4 Increase max function size of 256KB, Handle ^C in z/ and better output 2014-09-30 03:52:29 +02:00
pancake
e879ae63fa Fixes for 'z' signature matching commands 2014-09-30 03:38:24 +02:00
pancake
02978e14ec Do not kept detached to fix 'dcu' on osx/ios 2014-09-28 10:37:33 +02:00
pancake
238bd6b6c4 Fix VV: wheel issue and set scr.highlight via Vdh, V/ or VV/ 2014-09-28 04:01:31 +02:00
pancake
e3ef5f652c Fix scr.highlight on !OSX 2014-09-28 03:53:59 +02:00
Jonathan Neuschäfer
04d8cbff91 rpnesil.c: replace the masks array by an inline function
This should save around half a kilobyte in exectuable size and may or
may not be more readable.
2014-09-28 03:30:30 +02:00
Jonathan Neuschäfer
9ee2584c6a Fix r_file_slurp usage: use ut64 for buffer size 2014-09-28 03:30:30 +02:00
Jonathan Neuschäfer
4eee744995 VdS: set flags where the strings are, not at $$ 2014-09-28 03:30:30 +02:00
Jonathan Neuschäfer
49504c7eb7 fix r2agent when run without -s 2014-09-28 03:30:29 +02:00
Jonathan Neuschäfer
6e7e6fad4a README.md: mention Nintendo DS ROMs 2014-09-28 03:30:29 +02:00
pancake
0248e53fb6 Add scr.visual, Fix BinBios section loading (rva issue) 2014-09-28 03:27:22 +02:00
Maijin
461ffd6907 Fix #1393 and update other pf help messages 2014-09-28 01:47:57 +02:00
pancake
59480b3a5f Fix pxa trash chars 2014-09-28 01:45:35 +02:00
pancake
95bb7bb74e Define and use R_NOTNULL in RBinPlugin.load_bytes 2014-09-28 01:43:08 +02:00
Jonathan Neuschäfer
5280575d49 Add anal.null, a new fallback analysis plugin 2014-09-28 01:03:53 +02:00
Alberto Ortega
6c722b704a fix unused var warning in bin_elf.c 2014-09-28 00:16:44 +02:00
pancake
cc2ed288c5 Fix labels (local flags) 2014-09-27 04:43:36 +02:00
pancake
9496ed2e05 More highlight fixes 2014-09-27 04:05:27 +02:00
pancake
7d8159a2e1 Fix crash in RCons.highlight 2014-09-27 03:51:04 +02:00
pancake
cde83cfd0c Add many experimental enhancements for the visual debugger
- V@ is an alias to set cmd.vprompt
- New config variables!
  stack.size = size of stack displayed in Vpp
  stack.delta = substract that delta to the stack address
  stack.anotated = use pxa instead of pxw
  scr.highlight = word to highlight by RCons
  hex.flagsz = override flag size in pxa
- Fix x86 udis anal plugin size of invalid instructions
- Fix 'hud file not found' issue
- Add 'Vdh' to set scr.highlight
- Fix V: wheel scroll issue
- Realign pxa marks if addr > UT32_MAX
- Set hex.flagsz = 9999 to cover the whole area instead of just 1 byte
2014-09-27 03:48:54 +02:00
Maijin
a2693f982c Update elf_header parsing / pf with enum
Update elf_header parsing / pf with enum
2014-09-26 23:59:42 +02:00
Jody Frankowski
c8c7a8f214 Improve flirt matching. Introduces flirt flagspace. Closes 1355. 2014-09-26 23:59:21 +02:00
Jody Frankowski
6d8e130a8e Fix flags bind() before new() 2014-09-26 23:59:20 +02:00
Jody Frankowski
320c43b262 Use get_fcn_in where it used _at 2014-09-26 18:14:09 +02:00
pancake
38a1ded448 Fix rabin2 -a arm -b32 -c ... 2014-09-26 18:13:55 +02:00
pancake
e176dd164e Fix r2 -c '!ls' -- (shell escape when no file is opened) 2014-09-26 17:58:17 +02:00
pancake
b53eb9222d Fix crash in rabin2 -g (thanks @condret) 2014-09-26 17:55:35 +02:00
Alberto Ortega
8449eafe3d Fix warning and minor change in bin_ninds.c
* First title concat is a copy now
2014-09-26 17:34:33 +02:00
pancake
1ed9bb428c Fix build after get_fcn refactor 2014-09-26 17:25:19 +02:00
pancake
660c606e3a Fix ndk-gcc for osx 2014-09-26 17:20:16 +02:00
Jody Frankowski
df289d8611 Unify fcn_find and get_fcn_at in get_fcn_in and get_fcn_at 2014-09-26 17:16:28 +02:00
pancake
d176cb1d01 Fix rax2 2014-09-26 17:11:10 +02:00
Jody Frankowski
65f3021df2 Improve some of the flags help messages 2014-09-26 14:51:43 +02:00
Jody Frankowski
bf5f0519c4 Remove unused old_flags.h 2014-09-26 14:28:51 +02:00
pancake
bd618dccf2 Implement RFlagBind and use it from RAnal. Add 'ask' command 2014-09-26 14:24:33 +02:00
pancake
a0e609e40d Fix ARM swstepping and breakpoints, add dbg.bpsize 2014-09-26 13:57:03 +02:00
pancake
0ec9016880 Better arm.cs esil 2014-09-26 04:42:25 +02:00
Fedor Sakharov
2b0009b858 msp430: Initial commit 2014-09-25 21:46:57 +02:00
Maijin
c3461856e2 Fix Enum moving cursor 2014-09-25 21:46:50 +02:00
Maijin
161ccf2b96 Fix Warning:return-type 2014-09-25 21:46:40 +02:00
condret
63dc90699f fix identation and prevent a few tiny memleaks that could occur if R_NEW0 fails 2014-09-25 21:46:24 +02:00
condret
ab4a5c9632 deprecate RCoreFile->uri 2014-09-25 18:18:07 +02:00
pancake
5a3d3253cd Fix #1419 - wrong mips esil for LW 2014-09-25 00:47:43 +02:00
Jody Frankowski
d45abe9117 Fix iz help messages 2014-09-25 00:19:52 +02:00