exokortex
a76b965410
Fix segfault when calling get_src_regname on an invalid or unaligned address ( #10977 )
2.8.0
2018-08-07 16:12:36 +02:00
pancake
b850ae7ed7
Release 2.8.0
2018-08-07 15:50:29 +02:00
pancake
5391221eb5
Fix regression in the smd loader
2018-08-07 15:47:35 +02:00
pancake
b2f1595b59
Add more help for /A and fix other helps
2018-08-07 15:00:36 +02:00
pancake
704bd74011
Fix the last googlefuzz crash
2018-08-07 14:42:30 +02:00
Iru Cai (vimacs)
6e0939d101
Print reloc symbol address ( #10969 )
2018-08-07 14:31:17 +02:00
radare
726be8103a
Fix googlefuzz-9748 - Heap-buffer-overflow in r_read_le32 ( #10972 )
2018-08-07 14:30:31 +02:00
Arnaud Lefebvre
d934934efc
r2pm: install r2pm in bindir instead of $PREFIX/bin ( #10976 )
2018-08-07 14:29:51 +02:00
d4em0n
245cd0bf16
New r2 colorscheme (onedark) ( #10975 )
2018-08-07 14:05:10 +02:00
pancake
1d0a3dd252
Add /Af in help
2018-08-07 13:57:45 +02:00
pancake
968ba48209
Fix A? help and behaviour
2018-08-07 13:56:44 +02:00
radare
bcaad8ddf9
Fix googlefuzz-9744 - SMD oobread crash ( #10962 )
2018-08-07 13:30:06 +02:00
radare
0969b835de
Fix last covs ( #10973 )
2018-08-07 13:06:23 +02:00
Fangrui Song
ca300e73db
r_offsetof: use offsetof ( #10957 )
...
It cannot be portably implemented in standard C. The null pointer dereference is a common implementation but actually an undefined behavior which asan will report runtime error: member access within null pointer of type ...
2018-08-07 12:28:06 +02:00
Jacob Rosenthal
e569149450
Fix syscalls in macOS ( #10956 )
2018-08-07 12:15:53 +02:00
AsFaBw
84852de244
Fix 10811 - Improvements in gdbclient breakpoints ( #10940 )
2018-08-07 12:15:11 +02:00
Riccardo Schirone
201c360b10
meson: copy most of the stuff out of sdb dir ( #10961 )
...
we need to handle sdb meson.build file with subprojects. For now I'm
extracting most of its current content here, so that it will be easier
to update sdb later.
2018-08-07 12:12:19 +02:00
Riccardo Schirone
5c476a1b5b
bin_elf.c: use sizeof(Ehdr) instead of hardcoded number ( #10963 )
2018-08-07 12:08:25 +02:00
David CARLIER
cc30a38cc0
Detects OpenBSD cookie protection for functions which is added with .openbsd.randomdata elf section. ( #10967 )
2018-08-07 12:07:43 +02:00
Fangrui Song
08e6ed3b78
Fix some -Wincompatible-pointer-types-discards-qualifiers warnings ( #10951 )
2018-08-07 11:50:06 +02:00
Riccardo Schirone
baa66bc108
bin/p/bin_bootimg: do not divide by 0 ( #10964 )
...
* make load_bytes fail if header is not present
2018-08-07 11:41:47 +02:00
Riccardo Schirone
69601be427
format/zimg: make sure there are enough bytes in the buffer
2018-08-07 11:40:55 +02:00
cyanpencil
18a764e94e
Fix: added pag up/down and home/end keybindings in selection widget
2018-08-07 11:06:50 +02:00
cyanpencil
30ba4d5c9b
Fix: resetting background colors in comments
2018-08-07 11:06:50 +02:00
Fangrui Song
a8f00c4ba9
Update zsh completion files in doc/zsh ( #10970 )
2018-08-07 10:45:33 +02:00
Fangrui Song
4555d84577
Fix uleb128 decoding pf u
( #10949 )
2018-08-07 09:46:26 +02:00
Fangrui Song
6c56a41e75
completion: fix potential out-of-bound read and clean up ( #10954 )
2018-08-07 09:23:27 +02:00
Fangrui Song
78796146be
meson: don't compile inclusion-only .c files ( #10952 )
2018-08-07 09:17:34 +02:00
Anton Kochkov
5b5667138c
Fix UB and UAF
2018-08-07 13:00:06 +08:00
Riccardo Schirone
1b129f4862
Make xxhash dependency optional in acr and meson ( #10901 )
2018-08-06 15:18:50 +02:00
Dmitriy Somov
d28fcdab5a
Fix 8466 - Added some BCD operations in ESIL ( #10958 )
...
* Fixed cdq in ESIL
* Fix #8466 - Added aaa, aad, aam in ESIL
2018-08-06 14:53:03 +02:00
radare
642ebcc9da
Fix #10933 - Use r_str_newf and sdb_fmt instead of snprintf in cbin ( #10950 )
2018-08-06 13:01:59 +02:00
pancake
de4b9939ff
Some shorter help messages
2018-08-06 13:01:34 +02:00
pancake
a1d34b4afc
Reduce width of p?
2018-08-06 12:29:48 +02:00
radare
c1ab35df32
Fix #10800 - Honor op->prefix in op.mnem and add FAMILY_THREAD for x86 and ARM ( #10953 )
2018-08-06 10:38:02 +02:00
pancake
7444d55483
Disable pemixed inside the plugin
2018-08-06 10:34:21 +02:00
pancake
c5208b84e4
Use io.pcache.write instead of io.cache for performance reasons
2018-08-06 09:39:57 +02:00
pancake
f2bf39beb5
pemixed is no longer our friend
2018-08-06 09:27:27 +02:00
pancake
efe53437ff
Add xtr.pemixed plugin in the default list, fix description and add license line
2018-08-06 01:26:14 +02:00
JohnPeng47
ab92677eda
Add pemixed plugin
2018-08-06 01:22:11 +02:00
Fangrui Song
90105a92f9
cmd_print: add command names beside case labels ( #10948 )
2018-08-06 01:19:52 +02:00
Khairul Azhar Kasmiran
0d6adaf1fb
Fix -Wformat-truncation warnings in cbin.c for #10338 ( #10933 )
2018-08-06 01:06:20 +02:00
pancake
c9e8f89f0c
Fix #10916 - enable cache around afta
2018-08-06 01:05:14 +02:00
pancake
f07c02eafe
Fix infinite loop in x86.nz with 'mov r12, qword[xmm0]'
2018-08-06 00:51:58 +02:00
radare
6d2348fef5
Fix #10902 - Crash when parsing non-null terminated libraries in mach0 binaries ( #10946 )
2018-08-06 00:45:09 +02:00
pancake
6059a709b6
Fix two stupid warnings in bin_omf
2018-08-06 00:02:29 +02:00
Dmitriy Somov
0da52c6b60
Fix #10776 - added cdq to ESIL ( #10944 )
2018-08-05 23:50:34 +02:00
Luca Di Bartolomeo
5b75563dea
Fix: regression in visual help mode, bring back highlight ( #10943 )
2018-08-05 23:14:04 +02:00
pancake
6d1ec2d697
Add q!! and q!!! autocompletions
2018-08-05 22:13:33 +02:00
io12
68f3cf65c1
Add various fortunes ( #10942 )
2018-08-05 22:03:15 +02:00