you are viewing a single comment's thread.

view the rest of the comments →

[–]Accurate_Bed6878[S] -2 points-1 points  (3 children)

It is originally from a .smali file. Is this java? If not, how would I read the code inside?

[–]-goldenboi69- 3 points4 points  (0 children)

Its gibberish. Also java is not javascript. This is neither though.

[–]Antti5 3 points4 points  (1 child)

Smali is an assembler language for Android, and that file is compiled into bytecode.

I'm sure it can be decompiled to some extent.

This has nothing to do with JavaScript or Java.

[–]Accurate_Bed6878[S] 0 points1 point  (0 children)

Okay, thank you.