Help! Where may i learn smali?

NotALegitGuy

Solid & Active Platinian
Original poster
Sep 24, 2018
69
67
18
Costa Rica
I've seen smali a lot and im pretty sure it can be learned somewhat like assembly, so i wanted to know if there were any resources to learn it at or at least manage to understand it.
 

8BIT

Approved Modder
Approved Modder
Dec 29, 2019
265
17,803
1,193
[PERSONAL OPINION]

The Best Way Is To

Write Code(Java) -> Gradle Build -> Strip .dex (from Build) -> Disassemble dex to smali -> Compare it w/ the Written Code(Side By Side)
 

Tiahh

Solid & Active Platinian
Jan 12, 2018
75
45
18
37
@8BIT is completely right, that's the best way to learn how smali works.

Also make sure to get a tool that converts smali to java for a better understanding of the code.
 
  • Like
Reactions: 8BIT