pancake
6bf2195fa7
Aim to fix the function main naming issue
2017-01-23 03:09:33 +01:00
pancake
197443d42a
asm.cpu=cortex required for arm (not by default)
2017-01-23 03:02:35 +01:00
pancake
7f1b4f273f
Remove NDK dependency when BUILD=0 in android-shell
2017-01-23 02:15:17 +01:00
pancake
c5695c2fb9
Make sys/build.sh accept custom configure flags
2017-01-22 23:45:15 +01:00
Wladimir J. van der Laan
67b5d07514
Fix "commment" typo ( #6553 )
...
This fixes a typo introduced in
c176c48ffc
.
2017-01-22 20:35:38 +02:00
oddcoder
ab0918567a
Rewriting t- cleanly ( #6552 )
...
No segfaults, No leaking
2017-01-22 19:46:47 +02:00
pancake
2c751cb337
Disable bin.verbose in /B
2017-01-22 10:45:26 +01:00
pancake
5898bccfc9
Honor more bin.verbose
2017-01-22 10:43:51 +01:00
pancake
65cdab1746
Honor bin.verbose in COFF too
2017-01-22 10:27:48 +01:00
pancake
a1a1e059dc
Aim to fix null deref in elf-write
2017-01-22 10:11:05 +01:00
Polshakov Dmitry
8a807ccf2f
Fix #3951 - change external program output redirecting ( #6550 )
2017-01-22 09:58:51 +01:00
pancake
f7f76e841d
Fix asm.emu syscall output test
2017-01-22 09:44:35 +01:00
pancake
cbfa52e126
Add help for /r?
2017-01-22 02:19:25 +01:00
pancake
4e2cd40ed6
Implement bin.verbose for ELF, PE and MACH0
2017-01-22 01:50:41 +01:00
pancake
3686957870
Fix crash in r_debug_free with dynamic debug plugins
2017-01-22 01:08:48 +01:00
pancake
02a858ccd5
Fix #5877 - Properly document ?x ?x+ ?x- in ???
2017-01-21 03:47:44 +01:00
pancake
a115c2991a
Fix oobread reported by revskills in ls
2017-01-20 18:45:17 +01:00
Sven Steinbauer
7c49535f07
Add cmov* support to x86.nz ( #6544 )
2017-01-20 17:14:08 +01:00
leberus
3e4a2f87e1
Add: dmi. and dmi? commands ( #6545 )
2017-01-20 16:14:33 +01:00
pancake
7d00aed358
Fix #4528 - radiff2 -UDD to diff pdc
2017-01-20 16:13:54 +01:00
pancake
c189495a94
Fix pf.-x tests
2017-01-20 15:43:25 +01:00
Maijin
e9310d31c2
Fix regression in pdc
2017-01-20 14:48:14 +01:00
pancake
31645472b3
Move release-notes to radare2-release repo
2017-01-20 13:48:22 +01:00
David Manouchehri
7775521801
Removed duplicate help entry. ( #6540 )
2017-01-20 08:54:13 +01:00
pancake
ab095298f8
Avoid dupped names in libr_util.a to make emcc happy
2017-01-20 00:06:54 +01:00
pancake
2e758020d3
Two more fixes for emscripten
2017-01-19 23:55:16 +01:00
pancake
b0ee66ec19
Fix emscripten plugin names
2017-01-19 23:41:40 +01:00
pancake
39e6db46cc
emscripten target doesnt have pty
2017-01-19 23:38:01 +01:00
pancake
e9b7a07eb3
More fixes for emscripten
2017-01-19 23:34:52 +01:00
pancake
cb1d883575
Fix plugins.emscripten.cfg
2017-01-19 23:10:21 +01:00
Álvaro Felipe Melchor
fe7b17ddcb
Buy a mac
2017-01-19 22:03:29 +01:00
Álvaro Felipe Melchor
2ec6722bfe
Handle f->bits as anal hints and blx/bx in aa/aae
...
This commit erases the need of ds->oldbits plus a few lines when handling
bits in disasm.
Moreover, the functionality that was introduced in disasm.c to switch
instruction set in arm when executing blx/bx, is now in anal loop
2017-01-19 21:53:02 +01:00
Álvaro Felipe Melchor
d914a51a58
Revert "handle thumb/arm with blx/bx when asm.emu=true"
...
This reverts commit 5253d857b0
.
2017-01-19 21:53:02 +01:00
pancake
014cd45daa
Make radiff2 work with fat bins again
2017-01-19 15:58:46 +01:00
NighterMan
5d13d99526
Disable sdb sorting on dwarf to avoid stack exahustion
2017-01-19 13:04:13 +01:00
0x6d696368
2af4c0e76d
Ammendmend to fix #6524 - Redirects of fd needs space before '>' (just like in bash) ( #6533 )
2017-01-19 10:53:11 +01:00
Moritz Eckert
e91ceeea47
Fix trailing spaces problem in px ( #6534 )
2017-01-18 23:21:55 +01:00
oddcoder
996c9d22eb
enhancing aftm ( #6529 )
...
Making type matching works on each basic block on its own thus
increasing code coverage.
Also reducing the verbosity level, and removing many useless printed
data
2017-01-18 19:20:47 +02:00
Sven Steinbauer
68cfdf6608
Add r2pipe fortune
2017-01-18 16:17:44 +00:00
0x6d696368
6b46a63bcd
Fix #6524 - Character before redirection operator '>' acknowledged ( #6532 )
...
The code in libr/core/cmd.c removed character before '>' redirection operator
regardless of whether it was fd or H flag (for HTML) output.
2017-01-18 16:47:10 +01:00
Moritz Eckert
c176c48ffc
Implement: Show comments in hexdump #6460 ( #6527 )
...
* Add hex.comments variable to config
* Add get_comments callback to the core api
* Add comment printing functionality to px
* Add pxc function
* Change visual mode hexdump to pxc
* Boolify use_comments
2017-01-18 16:12:06 +01:00
pancake
c686139a49
Fix some uniniitalized var access in rabin2 -OR
2017-01-18 15:51:06 +01:00
0x6d696368
c6118e1010
Fix #6528 - Display 1M as 1M instead of 1024k. ( #6531 )
...
Also fix same issue for 1K and 1G.
2017-01-18 15:23:39 +01:00
pancake
9467d350cc
nomclass is not for arm64
2017-01-18 15:14:31 +01:00
pancake
41602c4212
Fix android build
2017-01-18 13:46:39 +01:00
Sevan Janiyan
0e4b401635
Upstream patches from pkgsrc/devel/radare2 ( #6491 )
...
* Upstream patches from pkgsrc/devel/radare2
Switch to using egrep instead of non-portable "grep -e".
Add support for SunOS.
* Add support for SunOS.
* FIONREAD is defined in sys/filio.h on SunOS.
* Ask find(1) to look for files with desired extension rather than searching for
all files & fishing out the desired extension in the pipeline, with grep.
2017-01-18 00:47:46 +01:00
leberus
286ca4d0ed
Add: support for dbg.follow.child option ( #6525 )
2017-01-18 00:40:30 +01:00
pancake
8f87570202
Implement support for external repositories via r2pm -a
2017-01-18 00:22:56 +01:00
pancake
e28ada79f8
Fix r2pipe.c client spawn mode
2017-01-17 22:10:24 +01:00
pancake
40f70bdf21
Fix #6400 - Properly set CS_MODE_MCLASS for Thumb
2017-01-17 18:25:48 +01:00