-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic: runtime error: slice bounds out of range [:-1] #24
Comments
I also got the same problem, |
Could this be a problem because there are multiple smali folders? I have The command I used is:
output:
|
Same here |
maybe because use the bin, ./bin/smali2java_darwin_amd64 -path_to_smali=xxxxx got same error, but go run smali2java.go -path_to_smali=xxxxx succeed |
I got following error:
panic: runtime error: slice bounds out of range [:-1]
The text was updated successfully, but these errors were encountered: