Skip to content

Automatically add android resource values as comment before references in smali code

License

Notifications You must be signed in to change notification settings

rufusin/SmaliResIdTool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a tool for reverse engineering android apps.

It reads all resources from res/values/ and searches in the smali code for occurrences of a constant definition of the resource id and prepends a comment with the value of the resource.


Known bugs:

  • generated comments are always intended with 4 spaces but there are rare cases where it should be intended with 8 (or even more) spaces

About

Automatically add android resource values as comment before references in smali code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%