pancake
38b2db2dfb
Fix #3479 - (again) search hit issue
2015-10-18 23:01:32 +02:00
Álvaro Felipe Melchor
d4f45dd0df
Fix oob in pe.c
2015-10-18 22:23:19 +02:00
Álvaro Felipe Melchor
c5d5ee70da
Fix oob in mach0.c
2015-10-18 22:23:19 +02:00
Álvaro Felipe Melchor
fc5c56edd2
Fix oob in xbe
2015-10-18 22:23:18 +02:00
pancake
b111057798
Fix #3505 - analyze cmovs a bit
2015-10-18 22:14:06 +02:00
pancake
c594d76323
Fix static build
2015-10-18 21:46:49 +02:00
pancake
7f4335b431
Show number of basic blocks in afi and extend fcn depth
2015-10-18 21:38:06 +02:00
pancake
d574a4f49b
Fix regression in entrypoint after analysis
2015-10-18 18:47:04 +02:00
pancake
b89c3ee949
Fix the failed rahash2 tests
2015-10-18 18:35:31 +02:00
pancake
ef30bba14a
Fix #3479 - Search fails in some situations
2015-10-18 18:31:28 +02:00
Maijin
d2d79b1fdf
Remove radare2ida scripts from radare2 repo see https://github.com/radare/radare2ida
2015-10-18 18:11:14 +02:00
pancake
91dc7b96ec
Fix #3497 - Fix make install for bin/d
2015-10-18 18:03:25 +02:00
pancake
3a88e4971d
Fix call eip issue
2015-10-18 17:54:27 +02:00
Anton Kochkov
4b426c572a
Fix local flags in IDC to R2
2015-10-18 18:42:24 +03:00
jvoisin
0f392cdb48
Super tiny doc of a2?
( closes #3498 )
2015-10-18 17:40:20 +02:00
pancake
879f798562
Fix #3501 - c++11 problem with olly disassembler
2015-10-18 17:11:57 +02:00
pancake
f6927fa4f7
Fixes for 0 length hashes
2015-10-18 17:08:23 +02:00
Álvaro Felipe Melchor
b81cb74923
Fix rabin2 test
2015-10-18 16:52:36 +02:00
Riccardo Schirone
6df5031bf7
core/graph: quick fix for 1-level back-edges and self-referenced blocks
2015-10-18 15:52:34 +02:00
pancake
96f6fcb63a
Add autocompletion for pf command
2015-10-18 15:49:46 +02:00
condret
4bf77a5604
fix interrupt-db cbs for x86_cs
2015-10-18 13:08:28 +00:00
condret
bca5e07f22
avr_anal: do DES on des-customop
2015-10-18 03:25:42 +00:00
condret
7c5deb4a4d
roundkey calculation for des
2015-10-18 02:02:58 +00:00
seu
b3de57697c
broken DES impl.
2015-10-18 01:44:41 +00:00
Anton Kochkov
18be7dfc36
Better output with labels
2015-10-18 01:41:59 +03:00
Anton Kochkov
6a6a3befb4
Fix the local flags?
2015-10-18 01:07:58 +03:00
condret
1deeef47e7
avr_anal: esil-strings for sub and sbc
2015-10-17 18:33:42 +00:00
condret
a7bbce6a28
avr_anal: esil-string for dec
2015-10-17 15:07:26 +00:00
pancake
888405e50f
Various bug fixes in RHash api
2015-10-17 12:18:55 +02:00
condret
30b61d49ec
avr_anal: add a basic DES-wrapper cs_op
2015-10-17 00:41:43 +00:00
Riccardo Schirone
f04aefd371
core/graph: keep being in graph mode when you jump to xrefs
2015-10-16 22:47:16 +02:00
Wladimir J. van der Laan
feea0b91bc
ragg2: Correct x86_64 shellcode
...
Repeated, redundant "shr rbx, 8;push rbx" causes the initial '/' to be stripped,
executing "bin/sh" instead of "/bin/sh".
2015-10-16 16:38:17 +02:00
Claude Hemberger
3929091bf5
Incompatible pointer type warning during make
...
wind_va_to_pa wants a different struct for 64 bit int. Since the value
is never used, I just replaced it
2015-10-16 13:16:49 +02:00
Claude Hemberger
be6988fe15
unused variable warning during make
...
removed the variable
2015-10-16 13:16:49 +02:00
pancake
e66b5bff8d
Update sdb from git
2015-10-16 12:54:44 +02:00
Riccardo Schirone
785f0d2cbf
core/graph: use non-interactive mode
2015-10-16 11:26:59 +02:00
Riccardo Schirone
eb35438bab
core/graph: remove 'b' and only use 'u' and 'U' to move between nodes
...
Now, every time you change the current node, you are actually seeking
that node. 'b' is not really necessary anymore and it's also confusing.
Also, if you change the seek while in graph mode, the graph will be
updated automatically to select the right node.
2015-10-16 11:26:59 +02:00
Álvaro Felipe Melchor
6fa7d44482
Fix #1289
2015-10-16 11:24:20 +02:00
skuater
99e2333395
dbg.libs/dbg.unlibs implementation.
2015-10-16 11:23:32 +02:00
Kamil Rytarowski
eaa8b4a489
Unbreak build with pkgsrc's capstone-3.0.3
...
struct r_anal_plugin_t (RAnalPlugin) defines arch as int.
Use the proper symbol for m68k: R_SYS_ARCH_M68K.
Caught on NetBSD.
2015-10-16 11:21:46 +02:00
pancake
074a61f1e6
Add BCL r2pm package
2015-10-16 10:25:53 +02:00
pancake
9edd911003
Add unicorn-deps package
2015-10-16 00:43:19 +02:00
Riccardo Schirone
6420f03107
debug/p/debug_native: don't waitpid only on IOS
...
waitpid is necessary on OS X.
2015-10-15 22:13:12 +02:00
Álvaro Felipe Melchor
11ce2c5031
fix aligned issue with S=
2015-10-15 21:57:08 +02:00
pancake
3c4354ccef
Add more ESIL for Thumb
2015-10-15 19:16:37 +02:00
pancake
caaf5a7892
More ARM64 ESIL enhacements and fixes
2015-10-15 18:42:52 +02:00
condret
fe18c8b1ef
avr_anal esil-expression for des
2015-10-15 18:05:47 +00:00
pancake
933a3a3182
Do not follow PC in visual when cfg.debug is set and its invalid PC
2015-10-15 17:28:34 +02:00
Kamil Rytarowski
d0ed0355e6
Don't copy lib.a to lib.${EXT_AR} for EXT_AR=a
...
Caught on NetBSD.
2015-10-15 15:41:04 +02:00
condret
3fad5f2347
avr_anal implement cpi in esil
2015-10-15 12:54:31 +00:00