JesusFreke / smali

smali/baksmali
6.29k stars 1.07k forks source link

Fix dexToJavaName() returning invalid name #829

Closed NeonOrbit closed 2 years ago

NeonOrbit commented 2 years ago

ReflectionUtils.dexToJavaName() was returning an invalid name due to incorrect truncation.

Affected method

JesusFreke commented 2 years ago

Looks good, thanks! I also added some tests for this in d2c2a22d988eeb22284ed4b34d01b39205342018. Sorry for the delay!