DroidRA
Reflection handler
An approach to improve static analysis of Android apps by handling reflective calls
Taming Reflection to Support Whole-Program Analysis of Android Apps
51 stars
5 watching
25 forks
Language: Java
last commit: almost 5 years ago Related projects:
Repository | Description | Stars |
---|---|---|
stephanenicolas/reflection-no-reflection | A proof-of-concept project to create an API compatible with Java reflection without using reflection. | 130 |
zewo/reflection | An API for advanced reflection at runtime in Swift | 599 |
jsoysouvanh/refureku | A C++17 runtime reflection library for dynamic entity manipulation and metadata management in cross-platform applications. | 225 |
manu343726/tinyrefl | A minimal C++ static reflection API and codegen tool for generating macro-based APIs | 257 |
ekmett/reflection | Provides a way to represent and manipulate arbitrary Haskell code structure using a reflection mechanism | 102 |
pwittchen/reactivesensors | A reactive library for monitoring device hardware sensors with RxJava | 168 |
qlibs/reflect | A C++20 static reflection library providing minimal API for introspection and manipulation of objects at compile-time | 318 |
charlinfeng/reflect | A Swift framework for converting data between dictionaries and custom models, including methods for archiving and reflecting on object properties. | 307 |
sonyxperiadev/apkanalyser | An Android app analysis and validation tool | 1,018 |
rukai/treeflection | A Rust library that enables pseudo-reflection of complex data structures by executing commands on a tree-like representation | 22 |
daattali/shinyjs | Easily improves user experience of Shiny apps by providing JavaScript operations without requiring knowledge of the language. | 738 |
khronosgroup/spirv-reflect | A library that provides a C/C++ reflection API for SPIR-V shader bytecode in Vulkan applications. | 698 |
mattcomi/reflectedstringconvertible | A protocol that adds detailed textual representations to classes using reflection | 65 |
esotericsoftware/reflectasm | A high-performance Java library that uses code generation to provide fast reflection capabilities | 1,531 |
seunivr/resttestgen | Automated black-box testing of RESTful APIs | 38 |