Skip to content
forked from kdehairy/dxdiff

dex file diff/patch utility [Still not complete]

Notifications You must be signed in to change notification settings

tempbottle/dxdiff

 
 

Repository files navigation

#Overview
This is a utility to generate a diff between two dalvik dex files. It relies on bsdiff tool to generate the diff. It tries to optimize the output of the diff depending on internal knowledge of the dex file format.

**This tool is still under developement. It does not deliver yet!

#Dependencies
- libbsdiff (another tool that wraps the bsdiff algorithm)
- libwdex (same as libdex from AOSP android, but with writable structs)

About

dex file diff/patch utility [Still not complete]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 72.7%
  • C 25.2%
  • CMake 2.1%