# 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>" %}
