radioegor146 / native-obfuscator

Java .class to .cpp converter for use with JNI
GNU General Public License v3.0
499 stars 67 forks source link

fixed a bug when processing invokedynamic for java9+ #69

Closed ImFl0wow closed 8 months ago

ImFl0wow commented 8 months ago

There are usually no null arguments for bootstrapMethod in invokedynamic using std_java.

radioegor146 commented 8 months ago

LGTM