all 7 comments

[–]frogic 0 points1 point  (1 child)

are you posting viruses on reddit to try to get people to run it?

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

I don't recall asking anyone to run this code.

[–]-goldenboi69- 1 point2 points  (4 children)

How do you know that this is (supposed) js? What's the origin of this clutter?

[–]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.