Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_types.h>
Go to the source code of this file.
Variables | |
const char * | ANDROID_ATTRIBUTE_NAMES [] |
size_t | ANDROID_ATTRIBUTE_NAMES_SIZE = RZ_ARRAY_SIZE(ANDROID_ATTRIBUTE_NAMES) |
const char* ANDROID_ATTRIBUTE_NAMES[] |
A list of all public resources from frameworks/base/core/res/res/values/public.xml:
const data = JSON.parse(require('xml2json').toJson(require('fs').readFileSync('public.xml').toString())) const resources = data.resources.public.filter(e => e.type === 'attr')
Definition at line 34 of file axml_resources.h.
Referenced by dump_element().
size_t ANDROID_ATTRIBUTE_NAMES_SIZE = RZ_ARRAY_SIZE(ANDROID_ATTRIBUTE_NAMES) |
Definition at line 1596 of file axml_resources.h.
Referenced by dump_element().