Skip to content

Instantly share code, notes, and snippets.

@B1luuU
B1luuU / smali-cheatsheet.txt
Created June 17, 2025 01:33 — forked from AadilGillani/smali-cheatsheet.txt
Smalli Cheat-Sheet
A little help in Smali
(To be supplemented)
#
general information
#
Smali
Types
Dalvik bytecode has two main type classes, primitive types and reference types. Reference types are objects and arrays, everything else is primitive.