Skip to content

Given a library of smali files from an APK which have been manually renamed after analysis, it can take the same library from a different APK which was decompiled with proguard and by comparing the two libraries will re-name the new smali library files to match the known naming of the original.

Notifications You must be signed in to change notification settings

n0x-L/RenameAPK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RenameAPK

Current work-in-progress

Final goal: Given a library of smali files from an APK which have been manually renamed after analysis, it takes the same library from a different APK which was decompiled with proguard (and thus has different naming) and by comparing the two libraries it will re-name the new smali library files to match the known naming of the original library files.

About

Given a library of smali files from an APK which have been manually renamed after analysis, it can take the same library from a different APK which was decompiled with proguard and by comparing the two libraries will re-name the new smali library files to match the known naming of the original.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages