NotALegitGuy Solid & Active Platinian Mar 27, 2022 #1 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.
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 Awesome Active Platinian Mar 28, 2022 #2 [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) Upvote 0 Downvote
[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 Mar 30, 2022 #3 @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. Upvote 0 Downvote
@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.
J Jahva Rookie Aug 31, 2023 #4 I want to merge two separate android apps together via Smali I will be very thankful for any hints or any helps Upvote 0 Downvote
I want to merge two separate android apps together via Smali I will be very thankful for any hints or any helps