radare2/libr
Alex Kornitzer 35363f3885 ta command now takes an optional offset argument ##types
* types: allow an offset to be set for the struct itself

Not all pointers to structs start at the beginning, thanks Microsoft
with your implementation of list entries. Therefore this commit allows
you to tweak the 'entry point' to the struct when using the ta command.
NOTE: Annoyingly this file is formatted badly so there are lots of
additions due to linting!

* ctype: handle nested structs in get_struct_memb

r_type_get_struct_memb will now parse inline structs rather than
incorrectly bailing out

* types: apply changes from review #12322
2018-11-26 00:04:30 +01:00
..
anal Cleanup the visual xref code 2018-11-25 02:13:28 +01:00
asm Fix typos in avr.sdb 2018-11-24 04:13:11 +01:00
bin Fix #12292 - assert in r2 -coo -d ls 2018-11-23 02:06:28 +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 Update output.c (#12314) 2018-11-25 01:47:11 +01:00
core ta command now takes an optional offset argument ##types 2018-11-26 00:04:30 +01:00
crypto Fix 80 warnings coming from gcc8.2 (#12280) 2018-11-22 22:11:43 +01:00
debug Fix 80 warnings coming from gcc8.2 (#12280) 2018-11-22 22:11:43 +01:00
egg Minor code cleanups - free/R_FREE/etc 2018-11-13 00:23:49 +01:00
flag Fix some COVs (#12255) 2018-11-21 17:53:20 +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 Add fcnInsteadOfAddr arg for proper xX in visualRefs from V, Vb and VV 2018-11-25 01:55:46 +01:00
io Fix warnings (#12309) 2018-11-25 01:46:57 +01:00
lang Fix warnings (#12309) 2018-11-25 01:46:57 +01:00
magic Further meson warning build fixes. (#12290) 2018-11-23 16:21:11 +08:00
parse Fix 80 warnings coming from gcc8.2 (#12280) 2018-11-22 22:11:43 +01:00
reg Little warning build fixes (#12232) 2018-11-20 01:13:54 +01:00
search Minor code cleanups free/R_FREE (#12157) 2018-11-14 21:23:20 +01:00
socket Fix warnings (#12309) 2018-11-25 01:46:57 +01:00
syscall syscall: do not reload sdb database if nothing changes (#11801) 2018-10-14 12:56:15 +02:00
util ta command now takes an optional offset argument ##types 2018-11-26 00:04:30 +01:00
config.h.head
config.h.in Meson: some cleanup (#10076) 2018-05-16 10:24:35 +02:00
config.h.tail
config.mk.head Add runmeson.bat for windows builds 2017-05-05 02:49:29 +02:00
config.mk.tail Minor improvements for the makefiles 2018-05-19 01:01:59 +02:00
depgraph.pl
do-ar-sh
ld.script Improve build of libr.a and libr.dylib, fix and improve sys/ios-sdk.sh (#10046) 2018-05-09 23:31:52 +02:00
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 Add --with-libr and deprecate --with-{nonpic,pic,merged} (#10212) 2018-05-28 17:14:49 +02:00
stripsyms.sh
symgraph.pl