> For the complete documentation index, see [llms.txt](https://www.pwny.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pwny.cc/so/android/jadx.md).

# jadx

### Commonly used commands

#### Compare two apk versions

<pre class="language-bash"><code class="lang-bash"><strong>jadx version1.apk -d app1
</strong><strong>jadx version2.apk -d app2
</strong><strong>
</strong><strong># From VScode extensions download "Compare Folders"
</strong><strong>Open app1 folder and then from the extension open the app2 folder
</strong></code></pre>

## References

{% embed url="<https://github.com/skylot/jadx>" %}
