javassist-android icon indicating copy to clipboard operation
javassist-android copied to clipboard

Javassit for Android

Results 3 javassist-android issues
Sort by recently updated
recently updated
newest added

Is it possible to insertBefore/insertAfter a small portion of code into any method inside Android framework, and apply the change at runtime? Say, android.widget.TextView.setText(). I have tried it with CodeConverter...

Hi @crimsonwoods i'm using javassist-android-master for my project,but when i use "makeClass(inputstream classfile) " (the .class file is in SDCard), javassist throw a EOFException: java.io.EOFException at libcore.io.Streams.readFully(Streams.java:83) at java.io.DataInputStream.readInt(DataInputStream.java:124) at...

Hi @crimsonwoods , I am interested in this project, and I would like to know how mature it is. Is it production ready ? Are there a lot of things...