TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

GDA – GJoy Dex Analysizer

13 pointsby adulauover 5 years ago

1 comment

self_awarenessover 5 years ago
Pretty cool; however:<p>- it&#x27;s not opensource, the github repo contains only binaries,<p>- the main executable binary is encrypted&#x2F;compressed from some reason, can&#x27;t be easily checked what it does,<p>- one question that came into my mind was why not create a &#x27;dex2jar&#x27;-style tool that works with every dex, and then not create a decompiler for java jars? This way the decompiler could be used for both dex and ordinary java jars.<p>I think dex translates to jar in a straightforward way, because dex is being compiled from compiled java classes.<p>But nonetheless, the more reverse engineering tools, the merrier (but I wouldn&#x27;t run this EXE file outside a disposable virtual machine).