KuhakuPixel / AceTheGame

open source security auditing tools for games on android and linux. Containing memory scanner/editor, apk GUI, value freezer, android non root support and many more!
GNU Affero General Public License v3.0
297 stars 35 forks source link

Modder: fix build error when adding smali code to a dex file that is already at its limit #58

Closed KuhakuPixel closed 1 year ago

KuhakuPixel commented 1 year ago

functions at one dex/smali can't be more than 65,536

https://developer.android.com/build/multidex#:~:text=About%20the%2064K%20reference%20limit,-Android%20app%20(APK&text=The%20Dalvik%20Executable%20specification%20limits,methods%20in%20your%20own%20code.