You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi everyone, thanks for this awesome project. I'm trying to first baksmali the boot-framework.oat file using java -jar baksmali-2.3.2.jar deodex x86/boot-framework.oat -o out which works fine. But now I'm trying to assemble the smali files to a dex file using java -jar smali-2.3.2.jar assemble out/ which results in no output and prints out a lot of errors in the form of:
hi everyone, thanks for this awesome project. I'm trying to first baksmali the boot-framework.oat file using
java -jar baksmali-2.3.2.jar deodex x86/boot-framework.oat -o out
which works fine. But now I'm trying to assemble the smali files to a dex file usingjava -jar smali-2.3.2.jar assemble out/
which results in no output and prints out a lot of errors in the form of:Does anybody know what the problem here is?
Thanks a lot and best regards
The text was updated successfully, but these errors were encountered: