Skip to content
/ Jicama Public

Makes tiny binary diffs for Java-class files and Dex files (like Courgette does for PE files)

Notifications You must be signed in to change notification settings

WizKid/Jicama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

A system for creating small binary patches for class-files and jar-files. Works in the same way as Google Courgette for exe-files by making an educated guess and then using bsdiff

This system is just a prof of concept right now. It works really good on some diffs where using this system + bsdiff gives a patch which is just 26% of what the patch is if only using bsdiff. And there is still a lot of optimizations that can be done.

About

Makes tiny binary diffs for Java-class files and Dex files (like Courgette does for PE files)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages