Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASM or CGLIB analog for Dalvik

I'm looking for a CGLIB analog usable for Dalvik bytecode. Is there such library in the Android world?

Maybe, there is a way to translate CGLIB result to Davlik bytecode on-the-fly?

like image 348
uhbif19 Avatar asked Dec 03 '11 05:12

uhbif19


1 Answers

Just came across this library from the Android team on google code recently: Dexmaker

Seems to have potential. This is related specifcially to an ehancement request to Android: Dalvik Bytecode generation

like image 88
John Ericksen Avatar answered Sep 19 '22 08:09

John Ericksen