tiann / FreeReflection

A library that lets you use reflection without any restriction above Android P

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

where is the source code of Reflection.DEX

samlu opened this issue · comments

The Reflection.DEX is a base64 encoded dex byte string.
Would you show us the original Java source code of this dex code and how to compile it?

The DEX is the library itself.

I don't get your point. Would you explain it in more detail and list steps about how to compile to the dex code?

gradle aR to compile the project and you will get a apk, the dex is the apk.

In addition, the DEX is the Bootstrap class.

Got it. Thank you for supporting Android Q with a trick approach. ;-)