Skip to content

Instantly share code, notes, and snippets.

View bimapopo345's full-sized avatar

Bima Prawang Saputra bimapopo345

View GitHub Profile
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.