JakeWharton / diffuse
Diffuse is a tool for diffing APKs, AABs, AARs, and JARs
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing JakeWharton/diffuse in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewDiffuse Diffuse is a tool for diffing APKs, AABs, AARs, and JARs in a way that aims to provide both a high-level view of what changes along with important detailed output. It is meant to be used on small changes, such as those that occur in a single PR or git SHA. Here is an example of updating the Dagger library in the SDK Search app: Usage has multiple subcommands. The primary one is which takes two binaries and displays a summary and detailed listing of changes between them. For a single binary, the subcommand will show a summary table of the binary contents. Finally, the subcommand lists the methods, fields, or both of a binary. This mimics the behavior of , the tool from which Diffuse is derived. See more information about the subcommands and their options/arguments by running with . Install **Mac OS** **Other** Download ZIP from latest release. More info Presentations • Diffusing Change in Your APK – Droidcon Toronto Blog posts • Calculating the true impact of zip file entries License Copyright 2015 Jake Wharton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.