radare2/libr
radare 0ca4d00251
Implement support for nword in ahi ##anal (#12494)
- ahi0 == ahi
- any digit from 0 to 9 is valid
- test case:

	$ r2 -qcq - << EOF
	wx c7458843c6ff00
	pd 1
	ahi 10
	pd 1
	ahi-
	ahi1 10
	pd 1
	EOF

	mov dword [rbp - 0x78], 0xffc643
	mov dword [rbp - 120], 0xffc643
	mov dword [rbp - 0x78], 16762435

* Fix behaviour in ahi nword and assume nword is 0 by default
* Add VdI
2018-12-17 12:56:07 +01:00
..
anal Implement support for nword in ahi ##anal (#12494) 2018-12-17 12:56:07 +01:00
asm Properly fix the static build issue that caused generic build fail 2018-12-17 12:49:49 +01:00
bin Properly fix the static build issue that caused generic build fail 2018-12-17 12:49:49 +01:00
bp Minor code cleanups - free/R_FREE/etc 2018-11-13 00:23:49 +01:00
config Fix some COVs (#12255) 2018-11-21 17:53:20 +01:00
cons Various build compiler warning fixes attempts. (#12468) 2018-12-12 22:04:11 +01:00
core Implement support for nword in ahi ##anal (#12494) 2018-12-17 12:56:07 +01:00
crypto Fix 80 warnings coming from gcc8.2 (#12280) 2018-11-22 22:11:43 +01:00
debug Minor cleanups/fixes (#12478) 2018-12-14 00:17:50 +01:00
egg Minor code cleanups - free/R_FREE/etc 2018-11-13 00:23:49 +01:00
flag Minor fixes/cleanups (#12349) 2018-11-29 11:22:32 +01:00
fs Prevent double freeing (#12319) 2018-11-25 14:37:37 +01:00
hash Cast arguments to ut8 when feeding ctype.h functions ##refactor 2018-11-06 13:40:00 +01:00
include Implement support for nword in ahi ##anal (#12494) 2018-12-17 12:56:07 +01:00
io Fix few build compiler warnings (#12490) 2018-12-16 14:54:40 +01:00
lang Fix warnings (#12309) 2018-11-25 01:46:57 +01:00
magic Add magic headers for GPG symmetric crypto ##magic 2018-12-14 11:54:53 +01:00
parse Implement support for nword in ahi ##anal (#12494) 2018-12-17 12:56:07 +01:00
reg Little warning build fixes (#12232) 2018-11-20 01:13:54 +01:00
search Minor cleanups/fixes (#12478) 2018-12-14 00:17:50 +01:00
socket Fix quoting typo in libr/socket/run.c (#12491) 2018-12-16 21:46:34 +01:00
syscall Minor fixes/cleanups (#12349) 2018-11-29 11:22:32 +01:00
util Improve RBuffer api, start to refactor rbin to use more rbuf ##bin (#12495) 2018-12-17 11:54:46 +01:00
config.h.head
config.h.in
config.h.tail
config.mk.head
config.mk.tail
depgraph.pl
do-ar-sh
ld.script
libr.pc.acr Fix a null assert in java parser and bring back the libr.pc.acr 2018-10-15 22:14:54 +02:00
libs.custom.mk.example Handle libr/libs.custom.mk to make partial r2 builds if you need just a portion of r2 ##build 2018-11-16 08:37:47 +01:00
libs.mk Handle libr/libs.custom.mk to make partial r2 builds if you need just a portion of r2 ##build 2018-11-16 08:37:47 +01:00
Makefile Handle libr/libs.custom.mk to make partial r2 builds if you need just a portion of r2 ##build 2018-11-16 08:37:47 +01:00
meson.build Move trie, mixed, slist into Sdb's Attic, and DES from util to crypto ##refactor 2018-11-07 17:18:14 +01:00
rules.mk
stripsyms.sh
symgraph.pl