emvivre
0eab267449
Fix an issue with pf Z
2015-05-18 10:47:33 +02:00
pancake
1272d5dd8f
Fix #2587 - Wrong output for aoj ,
2015-05-18 10:46:19 +02:00
pancake
421d3c3dd1
Bump capstone for testing
2015-05-17 10:34:13 +02:00
Álvaro Felipe Melchor
a3086c23e8
Fix an issue with mach parser in dyld_info
2015-05-17 00:39:22 +02:00
Álvaro Felipe Melchor
43e6e451f2
Fix #2579
2015-05-15 19:19:20 +02:00
Jeffrey Crowell
34a66e676d
make rop searches resepect search.count
2015-05-15 12:39:42 -04:00
Álvaro Felipe Melchor
85f597dfb9
Fix #2575
2015-05-15 15:51:13 +02:00
pancake
5a32e683c8
Catch null in r2pipe json
2015-05-15 14:45:08 +02:00
Álvaro Felipe Melchor
e16931039a
Fix #2576
2015-05-15 14:47:01 +02:00
pancake
0d3e8dd50c
Fix buffer overflow in io-r2pipe
2015-05-15 12:35:32 +02:00
pancake
345ecce576
Fix some covs for io-r2pipe
2015-05-15 12:04:22 +02:00
Quentin Santos
fc277cbe72
Document -d
in r2
for debugging a process
2015-05-15 10:18:01 +02:00
Jeffrey Crowell
836020c374
update instructions for using theme
2015-05-14 19:24:17 -04:00
Quentin Santos
d5c40be889
Fix signed char boundaries when assembling jump
...
Signed char can be between -0x80 and 0x7f. The offset in the jump must be
computed taking into account the instruction length.
2015-05-14 17:29:28 +02:00
jvoisin
181a52ef38
Fix #2567
2015-05-14 15:47:22 +02:00
pancake
589ee83f49
Fix ragg2 -v
2015-05-14 15:06:39 +02:00
pancake
24b231b152
Some work towards #2566 - warn/err messages to stderr
2015-05-14 13:30:25 +02:00
pancake
a7c8e96d6f
Fix x86-16 capstone regression
2015-05-14 03:46:09 +02:00
pancake
967067ea9c
Refactor r2pipe API into r_socket and fix w32 build
2015-05-14 02:50:57 +02:00
pancake
19f1e78c5c
Fix fcn label glitch in pd
and extend anal.eobjmp via CJMP
2015-05-14 01:17:35 +02:00
pancake
6906783c3e
Fix lost symbol flags after Vdu
2015-05-14 00:31:42 +02:00
pancake
0c6c749a9e
Fix syscall analysis on x86-64 in anal.x86.cs
2015-05-14 00:20:35 +02:00
pancake
1a1df31367
Fix #2518 - Fix anal.recont description
2015-05-13 23:30:58 +02:00
pancake
45c5cd6b7a
Fix ragg2 -w issue
2015-05-13 23:20:56 +02:00
pancake
14c6e46bfc
Fix #2569 - alphabetically sort ragg2 -h
2015-05-13 23:07:30 +02:00
Quentin Santos
5e7f8e9fd8
Save raw binary changes to ragg2 buffer, fix #2336
2015-05-13 22:55:52 +02:00
Quentin Santos
4f4346d889
Minor: more comments in ragg2.c
2015-05-13 22:55:52 +02:00
Quentin Santos
cfc499b227
Edit ragg2 result regardless of the type of output
2015-05-13 22:55:52 +02:00
Quentin Santos
e86769e428
Fix zero in egg buffer
...
Appending one too many character to the buffer effectively truncated it.
2015-05-13 22:55:51 +02:00
Gabriel Corona
c995f0b658
Fix jump address computation in anal_ppc_cs.c
...
The insn->detail->ppc.operands[0].type is a int32_t as is converted
into a uint64_t. It was sign extended during the conversion leading to
buggy addresses (0xffffffff80004020 instead of 0x80004020) if the high
bit was set.
2015-05-13 18:23:43 +02:00
pancake
c9d10560b9
Initial import of the r2pipe-io plugin
2015-05-13 12:39:51 +02:00
Maijin
2d89ed8115
Update .travis.yml
2015-05-13 01:18:55 +02:00
pancake
ba4d3e8733
Fix #2555 - Invalid read in r_bin_dwarf_parse_lnp_header
2015-05-13 00:40:33 +02:00
pancake
9f5fe47783
Fix #2563 - doublefree regression in core/rtr.c:1078
2015-05-12 23:47:26 +02:00
Álvaro Felipe Melchor
e200058648
Fix ASAN crashes in core_java.c
2015-05-12 23:22:29 +02:00
Álvaro Felipe Melchor
f2d740a12a
Fix #2561
2015-05-12 23:22:29 +02:00
Álvaro Felipe Melchor
4723a56839
Fix #2553
2015-05-12 23:22:29 +02:00
inisider
9ae34bfceb
Fix bug #2558 and add more comments
2015-05-12 22:12:49 +02:00
pancake
0cc6f3a2c9
Missing backslash
2015-05-12 17:56:27 +02:00
pancake
347d383022
Fix helloworld-gcc-elf asan crash
2015-05-12 17:53:18 +02:00
pancake
31529a32ed
Fix #2559 - ASAN crash in brainfuck analysis
2015-05-12 17:39:28 +02:00
pancake
66803df40f
Fix git config issue
2015-05-12 17:34:56 +02:00
pancake
1e73afc348
Rebump sdb again
2015-05-12 14:51:46 +02:00
Sushant
3754cc7f36
Added git config information before capstone revert
2015-05-12 10:08:26 +02:00
pancake
96a44f8ebf
Fix 32bit warning in rabin2
2015-03-29 10:23:14 +02:00
pancake
79087fbb2f
Revert "Change dr=
output"
...
* Breaking on 32bit archs
* Inconsistent between archs
2015-05-12 03:37:28 +02:00
pancake
e675b66e15
Fixes for the new dr=
output
2015-05-12 03:18:35 +02:00
pancake
85993e5aba
Bump sdb again to get initial grep
support
2015-05-12 03:08:38 +02:00
pancake
770a393ee8
Update capstone reverting a buggy commit
2015-05-12 02:17:26 +02:00
pancake
ff33afdbc9
Bump sdb again
2015-05-12 01:57:06 +02:00