Commit graph

6927 commits

Author SHA1 Message Date
pancake
e55ef93b0d Rename afb->afB and afbb->afb for simplicity 2015-01-29 13:41:38 +01:00
pancake
5f6217254c Implement afbb to list basic blocks of function (see also afbbq, afbbj and afbb*) 2015-01-29 13:33:33 +01:00
pancake
0bc397d5ce Revert -Wno-initializer overrides 2015-01-29 12:30:07 +01:00
pancake
aa1fa2bc62 Fix some COVs 2015-01-29 12:16:37 +01:00
pancake
8c1cdc2052 FIx iD help and minor dwarf check 2015-01-29 03:19:32 +01:00
pancake
7222afae60 Add oa in o? help message 2015-01-29 03:05:29 +01:00
Skia
e713f16b28 Fix flags in pf 2015-01-29 02:59:19 +01:00
Jeffrey Crowell
19cfefeec0 Fix crash in DWARF parser.
closes #2000
2015-01-29 02:47:46 +01:00
pancake
b04d0f257a Fix #2005 - Fix so -1 2015-01-29 02:49:04 +01:00
pancake
0cb78f973e Fix #2004 - filter flag names in dm* 2015-01-29 02:25:00 +01:00
pancake
d1a21cd059 Fix uninitialized access issue in bin.xbe 2015-01-29 02:14:09 +01:00
pancake
c3fa626a45 Build sdb with proper gcc flags to avoid tons of warnings in js0n.c 2015-01-29 02:05:49 +01:00
Ryan Hileman
41a3532f94 add ?d. command 2015-01-29 01:57:24 +01:00
skuater
1ad95fd468 Implement PipeIO for WinDBG on Windows 2015-01-29 01:49:53 +01:00
pancake
039858fd86 Fix r2 -B, rabin2 -B, Implement oa command
- Now it is possible to load binfiles from debugger memory
* Base address is now honored properly. But it needs more testing
2015-01-29 01:45:39 +01:00
pancake
c8dbff1374 Fix #2002 - Handle analop.ptr in relative LEAs for x86.cs 2015-01-28 22:30:47 +01:00
pancake
8f14b700d2 Add asm.fcncalls to show/hide function calls 2015-01-28 17:05:18 +01:00
Jeffrey Crowell
ead2bdcf50 Fix crash with negative length in whitespace
closes #1997
2015-01-28 12:04:21 +01:00
pancake
5064a640fa Initial de-grub-ization of r_fs. DOS partition parser
- Implement simple LGPLd DOS partition parser
2015-01-28 04:34:53 +01:00
condret
c544b803f7 fix some esil-strings and foo 2015-01-28 00:04:43 +01:00
pancake
570f62421f Remove io/haret plugins (moved to r2e) 2015-01-27 18:35:48 +01:00
condret
2828ca508c add alternative LGPL z80-disassembler 2015-01-27 18:33:03 +01:00
pancake
fb970bebb9 Honor LDFLAGS in more places (Thanks Gentoo guys for noticing)
https://bugs.gentoo.org/show_bug.cgi?id=391751
2015-01-27 17:46:56 +01:00
pancake
62f2773b69 'exit' or empty line to quit remote shell mode from r2 -C 2015-01-27 17:06:01 +01:00
pancake
0e590bdd92 Implement !sh shell inside r2 -C 2015-01-27 17:03:33 +01:00
jvoisin
1a17b5b420 Coverifix++ 2015-01-27 16:03:18 +01:00
pancake
6de4e32000 Implement 'o=' command like 'S=' 2015-01-27 15:35:42 +01:00
pancake
bd4db7b966 Initialize swapped stack arena and implement 'aeis' ESIL stack emulation helper 2015-01-27 12:46:15 +01:00
pancake
3c784f62cf Bump for Cydia 2015-01-27 00:20:52 +01:00
XVilka
94a7ca141c 256 colors support in cygwin 2015-01-26 21:41:57 +03:00
XVilka
80d016e0ed Fix a typo in the previous commit 2015-01-26 20:01:48 +03:00
XVilka
2558a42cf3 Fix cygwin 32/64 builds and visual mode 2015-01-26 19:55:12 +03:00
pancake
12e8ae61fb Add navigation buttons on hexdump/disasm pannels in the tiled webui 2015-01-26 05:57:43 +01:00
pancake
dfa6644b83 Fix scr.html nested <font> issue 2015-01-26 03:43:57 +01:00
pancake
9d7aafc05c Fix #1994 - Fix crash in ELF loader 2015-01-26 03:32:40 +01:00
jvoisin
9681c6fcf7 More coverity 2015-01-25 14:35:46 +01:00
pancake
8dd161efc2 Fix fdleak when dup2 returns 0 2015-01-25 12:10:08 +01:00
pancake
30351263bc Fix crash in pxQ with ASAN 2015-01-25 04:30:05 +01:00
pancake
e11e1a633e Fix #1992 - fuzzed elf + dwarf segfaults 2015-01-25 03:23:30 +01:00
pancake
cdeaf60ea0 Use pax to generate the android tarballs (fixes deploy) 2015-01-25 00:02:27 +01:00
pancake
45bbb096a4 Fix bugs in formatted string in 'o' 2015-01-24 23:26:17 +01:00
pancake
62617bb14e Fix android build 2015-01-24 23:17:55 +01:00
pancake
11722083bf More Android build fixes. Fortunes are now available 2015-01-24 21:45:32 +01:00
pancake
580f36a4b4 More fixes for the Android package 2015-01-24 21:18:57 +01:00
jvoisin
9174457d0f Coverity++ 2015-01-24 15:33:53 +01:00
Jasper St. Pierre
59c1bae279 config-user: Fix build for wacky git setups
My personal git setup uses log.decorate = short. The `git log` magic
to extract the current revision breaks badly in this case, causing
$(GIT_TIP) to become "(HEAD". This heavily confuses bash and the build
breaks as a result.

Use the lower-level `git rev-parse` plumbing command to fetch the full
commit hash rather than grepping on the porcelain output.
2015-01-24 13:41:52 +01:00
jvoisin
16cac50319 Coverity++ 2015-01-24 11:24:55 +01:00
pancake
df6d0e38bf No more ewf for sys/static.sh 2015-01-24 03:30:45 +01:00
pancake
1fcf02c98b Add sys/android-build.sh local target and fix sys/static.sh 2015-01-24 03:30:07 +01:00
pancake
4b5c2012fa Add http.verbose=true 2015-01-24 03:08:03 +01:00