ReverseEngineerTesting VS procyon

Compare ReverseEngineerTesting vs procyon and see what are their differences.

procyon

Procyon java decompiler - Procyon is a binary star system in Canis Minor (by ststeiger)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ReverseEngineerTesting procyon
6 2
2 155
- -
0.0 10.0
over 2 years ago almost 3 years ago
Java Java
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ReverseEngineerTesting

Posts with mentions or reviews of ReverseEngineerTesting. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-30.

procyon

Posts with mentions or reviews of procyon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-18.
  • Reverse Engineering Tools in 2022
    3 projects | news.ycombinator.com | 18 Sep 2022
    I think they forgot to google translate the disadvantages of JEB Decompiler

    I haven't used JEB to comment, but I've gotten a lot of mileage out of https://github.com/pxb1988/dex2jar#readme and then feed the normal Java jars it produces into https://github.com/mstrobel/procyon#readme and (of course) one shouldn't overlook picking your favorite tool for dealing with AndroidManifest.xml which often has fun things hiding in it

    While digging up those links, I was reminded that some folks enjoy https://github.com/Konloch/bytecode-viewer#is-there-a-demo because it can be easier to "try out" a few of the decompilation engines, but I don't use it because it's hard to do batch things with it, versus dex2jar into procyon is automation friendly

  • How can I deobfuscate a jar?
    3 projects | /r/javahelp | 30 Aug 2022

What are some alternatives?

When comparing ReverseEngineerTesting and procyon you can also consider the following projects:

procyon - Procyon is a suite of Java metaprogramming tools, including a rich reflection API, a LINQ-inspired expression tree API for runtime code generation, and a Java decompiler.

bytecode-viewer - A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)

deobfuscator - The real deal

dex2jar - Tools to work with android .dex and java .class files