rene
8b1d14e388
split normal and esil analyse for x86 and added mov<string> handling for esil
2016-04-07 11:13:46 +02:00
Roi Martin
f44112dfc6
Implement cmd PS. Fix ax{*,j}
...
- Add r_core_project_save_rdb for selective project dump
- Implement command PS and Ps using r_core_project_save_rdb
- Fix commands ax* and axj
- Fix r_anal_xrefs_save (it didn't save DB to project file)
2016-04-07 11:12:50 +02:00
NaveenBoggarapu
fabf7020fb
Fix #4523 - Fix asm.emu + pd leaks
2016-04-07 11:11:46 +02:00
Burrito
aee231ec04
grammar fix in readme
...
"an scriptable ... editor" -> "a scriptable ... editor"
2016-04-06 10:55:31 -04:00
pancake
f57936012a
Honor 0 in pdf
2016-04-06 02:12:52 +02:00
Roi Martin
26546e4f3a
Temporary fix xrefs load in radare2's -p flag
2016-04-06 00:04:34 +02:00
Anton Kochkov
232ce009fd
Fix CID 1353775
2016-04-06 01:00:08 +03:00
Anton Kochkov
5b75d4cac7
Fix CID 1353770, 1353769
2016-04-06 00:55:20 +03:00
Anton Kochkov
c481971fc8
Fix CID 1353776
2016-04-06 00:49:14 +03:00
Anton Kochkov
858d06c361
Fix CID 1331116
2016-04-06 00:46:55 +03:00
Anton Kochkov
c24b4087d6
Fix CID 1338360
2016-04-06 00:44:33 +03:00
Anton Kochkov
45720df1ef
Fix CID 1353771
2016-04-06 00:41:07 +03:00
Lukas Dresel
5a4fe03d41
Fix #4495 - rasm2 not loading all the plugins
...
- Fixed misplaced free(tmp) i broke
- Made plugin loading work the same in every tool.
- Removed last instances of hardcode 'LIBR_PLUGINS' string
2016-04-05 22:42:19 +02:00
pancake
29a38193e8
Use shorter checksum vars for proper alignment
2016-04-05 13:31:22 +02:00
pancake
c834239830
Find strings in more sections for PE binaries
2016-04-05 13:30:10 +02:00
NighterMan
7708ab0fc9
This fixes radare/radare2#4524 (adds type to isj)
2016-04-05 12:37:24 +02:00
pancake
676c607fb3
Update capstone from git
2016-04-05 12:25:21 +02:00
Daniel Domínguez
71beec242e
Coredump generation for Mach0 binaries
2016-04-05 12:03:59 +02:00
Anton Kochkov
84917a3103
Fix CID 135284
2016-04-05 12:43:41 +03:00
Anton Kochkov
d558dec5b7
Fix CID 1353073
2016-04-05 12:38:34 +03:00
Anton Kochkov
5b3f52f0b6
Fix CID 1353777
2016-04-05 11:59:58 +03:00
Anton Kochkov
9904f6ae3b
Fix CID 1353779
2016-04-05 11:50:53 +03:00
Anton Kochkov
769b1593a4
Fix CID 1353780
2016-04-05 11:49:17 +03:00
pancake
4b909bad9a
Fix some asm.spacy and asm.flgoff glitches
2016-04-05 01:33:57 +02:00
pancake
1c67ef8dc1
Fix #4469 - asm.flgoff for fcn vars
2016-04-05 00:56:48 +02:00
pancake
a2bd77e43d
Fix #4501 - implement rax2 -B and fix -b
2016-04-05 00:55:57 +02:00
pancake
62195cc005
Fix #4502 - Implement blx for thumb
2016-04-05 00:15:45 +02:00
pancake
bbaafb6b3d
Fix #4511 - r_config bool values are case insensitive
2016-04-04 23:37:20 +02:00
Álvaro Felipe Melchor
114ad79b95
fix xtr dyldcache
2016-04-04 23:28:02 +02:00
Álvaro Felipe Melchor
fc4f2a2a38
fix minor things to be able to load dyld
2016-04-04 23:28:02 +02:00
Álvaro Felipe Melchor
b0c6ae4409
Fix #4295 and #4155
...
This commit is the first attempt to improve relocation
recognition when dealing with relocatables elf-files
2016-04-04 23:09:58 +02:00
kolen
150f8d9faf
z80 analysis: memory load and store operations
2016-04-04 22:32:50 +02:00
kolen
27103ae05f
Opsize calc: dependency to z80_cr, not old z80
2016-04-04 22:32:50 +02:00
kolen
9f22f69422
Made rst syscall instead of regular call
2016-04-04 22:32:50 +02:00
kolen
994044030f
Fix cases leading to HALT, made halt non-eob
...
(Usually HALT is used for synchronization, execution continues after it)
2016-04-04 22:32:50 +02:00
Rakholiya Jenish
c9a68d7814
add -m option
2016-04-04 22:31:32 +02:00
pancake
32162ef393
Add r_buf_new_file API
2016-04-04 22:30:11 +02:00
Maijin
071d17d034
fix help for arn and drn
2016-04-04 22:01:37 +02:00
Anders Kaare
7757bfc8ca
adding m68k anal archinfo
...
this fixes backwards seek in visual mode; it previously seeked one byte
forwards instead
2016-04-04 21:27:06 +02:00
Anders Kaare
cb2d45e491
fixing m68k branch disasm bug
...
16bit displacement must be signed, but were unsigned. I've converted the
branch variants to 8/16/32bit signed casts rather than duplicating the
8bit ISBITSET() special case.
2016-04-04 21:27:06 +02:00
Anders Kaare
8615a6a7c6
analyze m68k jsr.w/jsr.l as calls, not jumps
...
function analysis would terminate when reaching a jsr
2016-04-04 21:27:06 +02:00
Lukas Dresel
cb60759219
Removed unnecessary r_lib.h dependency in r_util.h
2016-04-04 21:26:20 +02:00
pancake
d706552d2f
Fix #4517 - double free in strbuf
2016-04-04 21:25:03 +02:00
Jeffrey Crowell
714ae015b5
remove dead code in cond_cs2r2
2016-04-04 13:02:49 -04:00
pancake
474fa51da7
Fix #4512 - Fix segfault in pdf with asm.emu
2016-04-04 17:13:07 +02:00
pancake
cbe598e3a2
Add sys/pie
2016-04-04 12:16:30 +02:00
pancake
d0ddc1a226
Fix crash in bin.elf.has_canary
2016-04-04 02:15:31 +02:00
pancake
740e43eadd
Fix some segfault and consistencies
2016-04-04 01:59:30 +02:00
pancake
802a793074
Fix even more memleaks
2016-04-04 01:03:31 +02:00
pancake
c01b5a6562
More memleak fixes
2016-04-04 00:52:45 +02:00