Álvaro Felipe Melchor
31c4c89e9f
Fix #5071 & #5070 ( #5084 )
2016-06-08 13:14:36 +02:00
reenz0h
832abcca8c
pX command removal ( #5099 )
...
pX command is a left off from some old docs. Removing it from help message 'p?'
2016-06-08 12:43:07 +02:00
pancake
dba2fe70f0
Fix w32 build
2016-06-08 11:59:19 +02:00
pancake
10bbfc7d22
Trim strbits by block
2016-06-08 11:51:52 +02:00
pancake
6e68c8de6b
Use /m as default webui on all platforms
2016-06-08 09:32:54 +02:00
Jeffrey Crowell
a1bdabf787
fix offbyone in r_str_bits64
...
manifested in odd numbers having leading 1
2016-06-08 01:48:43 -04:00
Jeffrey Crowell
0e688df308
style fixup for str.c r_util.h
2016-06-08 01:39:07 -04:00
Jeffrey Crowell
f92b37956a
fix eval command truncating binary to 8 bits
...
closes #4975
add new function r_str_bits64 to convert any number to a 64bit binary
value.
2016-06-08 01:31:55 -04:00
pancake
98e9692572
Do not install/uninstall the package database
2016-06-08 00:14:28 +02:00
pancake
3bf418016f
r2pm: d -> db
2016-06-07 23:46:26 +02:00
pancake
cf544b794f
Completely move r2pm packages to radare2-pm
2016-06-07 23:42:08 +02:00
pancake
8b78da200e
Implement 'ecoj' command to list themes in JSON format
2016-06-07 23:19:42 +02:00
pancake
95af521700
Fix #5087 - properly reload project files
2016-06-07 22:38:29 +02:00
monosource
15f22752b4
Add _R to document pxA ( #5095 )
2016-06-07 14:00:48 +02:00
Sven Steinbauer
00e964e9b6
Add support to mov for negative immediates ( #5090 )
...
mov eax, -3
2016-06-07 12:23:44 +02:00
Sven Steinbauer
6e4a1b55b1
Error if moving 64bit val to 32bit reg ( #5088 )
...
mov eax, 0x1122334455667788 now errors if trying to assemble with -b64.
2016-06-07 11:01:35 +02:00
pancake
24aec5be8c
Fix all latest COVs
2016-06-07 10:03:04 +02:00
pancake
0845add4cf
Implement relocs for ELF-powerpc
2016-06-07 00:12:45 +02:00
pancake
e8b8831b83
Fix elf-ppc endian bit
2016-06-06 23:18:21 +02:00
Álvaro Felipe Melchor
ecb0734988
Fix #5069
2016-06-06 22:58:07 +02:00
pancake
eb9feef231
Fixes for powerpc endian in mach0 and other issues
2016-06-06 22:57:22 +02:00
Álvaro Felipe Melchor
649748a8f2
Fix #5074
2016-06-06 22:40:34 +02:00
pancake
6b3fea1344
Fix #5068 - stack overflow in bin.xbe
2016-06-06 17:42:56 +02:00
pancake
608b79d2b4
Finally fix the build on osx-ppc
2016-06-06 17:30:07 +02:00
pancake
4f51606b6d
More osx-ppc build fixes..
2016-06-06 16:55:15 +02:00
pancake
5903bc0d10
Fix #5083 - null deref in armass
2016-06-06 16:53:56 +02:00
pancake
bd5e22c17e
Some more osx-ppc fixes
2016-06-06 16:20:03 +02:00
pancake
c04b32e6aa
Fix GCC warning in anal.gb
2016-06-06 16:06:57 +02:00
pancake
b53d065504
Update sdb and cleanup r2pipe-w32
2016-06-06 14:40:58 +02:00
Karol Harasim
c1eb8253c2
Add support for 'pf [size]D' ( #5063 )
2016-06-06 10:36:09 +02:00
pancake
12d8fbca15
Fix crash in aoe
2016-06-06 10:16:26 +02:00
chinmaydd
68a7fb5ebd
Adds initial support for aoe and aor
2016-06-06 09:49:48 +02:00
Ahmed Mohamed Abd El-MAwgood
7f48af3332
re construction argument/var commands ( #5082 )
...
afa for base pointer arguments/vars
afe for stack pointet arguments/vaes
afv for registers
fixing the J and \0 suffix
using the right register indexer
fixng the negative offsets of afa
fixing the afa afe afv views of pdf
fixing errors in aa
fixing the stack bases arg/var
fixing the varsub
fixing afa*
fixing afat
making afx- space neutral
enabling register renaming at varsub
updating the built-in help
adding r_reg as dependency for r_parse
2016-06-06 00:33:42 +02:00
oblique
f06e11b6f4
Fix warnings ( #5078 )
...
* Fix gcc warnings
* Fix strtoull return
2016-06-06 00:33:11 +02:00
Jack Baker
d3b85151ba
Change inline asm constraints to "r" ( #5065 ) ( #5073 )
2016-06-04 20:32:11 +02:00
dx
63f474706b
rahash2: Don't try to unescape inputs provided as hex strings (-x) ( #5075 )
...
Fixes #4642 , which is about using '-x 5c', which is a backslash.
2016-06-04 20:31:51 +02:00
oblique
5b13a92c50
behelit theme: Better color for swi ( #5080 )
2016-06-04 16:51:59 +02:00
pancake
fc058e7501
Honor escapechars in rarun2 setenv
2016-06-04 10:04:14 +02:00
Jeffrey Crowell
b3b77ac3f1
fixup keystone-lib installer
2016-06-03 22:45:47 -04:00
dx
58c5a333c0
Fix a few anal leaks ( #5076 )
...
Mostly sdb_get() calls turned into sdb_const_get(), but there are
others.
2016-06-03 15:33:08 +02:00
Maijin
8a96ec635d
Comment installer script part from mingw32
2016-06-03 10:56:54 +02:00
pancake
2702c3f346
Initial regload support for linux-x32/64 coredumps
2016-06-02 14:16:57 +02:00
Anton Kochkov
24c0dfc961
Do not include coredump.h for non x86
2016-06-02 08:07:12 +03:00
Anton Kochkov
c7f1f7a87b
Add missing header for linux coredump
2016-06-02 07:55:31 +03:00
Anton Kochkov
a38176a3b5
Shellcheck also r2pm script
2016-06-02 07:37:10 +03:00
Anton Kochkov
68ef35f635
Uniform name RUndos -> RIOUndos (for bindings)
2016-06-02 07:34:06 +03:00
pancake
d3394d5a7a
Fix latest 28 COVs
2016-06-02 03:19:31 +02:00
pancake
03294af32b
Fix null deref in libr_asm and add lang-python r2pm pkg
2016-06-02 02:45:38 +02:00
Roman Valls Guimerà
7c7d75b3fa
Build target armel (not armhf), for legacy armv5-like devices ( #5060 )
2016-06-01 22:13:28 +02:00
zlowram
8e84edb902
R2pm fix ( #5058 )
...
* Exported R2PM_PLUGDIR
* Fixed global path for plugins
2016-06-01 15:00:41 +02:00