Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 723 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 723 Bytes

Smali Snippets

This repository contains basic examples of Smali code. For learning purposes.
Generated .line and other stuff have been removed from source code.

In the wiki this snippets will be added and explained. Also I will add Java equivalent code.

How code is generated

Followed steps to obtain Smali source code have been:

  1. Generate a project and write the code with Android Studio.
  2. Build an APK with it.
  3. Use of APK Studio to decompile and obtain generated smali code.

Feel free to send pull requests with more examples or adding corrections.