tatradas VS lazarus

Compare tatradas vs lazarus and see what are their differences.

tatradas

Disassembler for x86 executables (16-bit and 32-bit) which supports PE, NE, MZ, COM and ELF file formats (by ivankohut)

lazarus

Free Pascal Lazarus Project - Sync'ed with Lazarus SubVersion trunk every 15 minutes (by alrieckert)
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
tatradas lazarus
1 1
3 131
- -
0.0 0.0
over 5 years ago almost 7 years ago
Pascal Pascal
GNU General Public License v3.0 only 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.

tatradas

Posts with mentions or reviews of tatradas. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-03.

lazarus

Posts with mentions or reviews of lazarus. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-03.
  • Tatradas – Disassembler for x86 executables written in Delphi/FreePascal
    3 projects | news.ycombinator.com | 3 Feb 2021
    The most "funny" disassembler I have ever seen in pascal/delphi is the one from cheat engine...

    https://github.com/cheat-engine/cheat-engine/blob/master/Che...

    That one unit has more than 16000 LOC, its basically one huge case statement where each opcode is handled separately... super simple but certainly not DRY (don't repeat yourself). But I guess its one of those cases which you should avoid writing DRY code.

    In the same manner is the fpdebug-disassembler from the free pascal team, I found that disassembler one of the most elegant one.

    https://github.com/alrieckert/lazarus/blob/master/components...

    It has some minor errors in the Rex decoding though, if I remember correctly....

What are some alternatives?

When comparing tatradas and lazarus you can also consider the following projects:

sandsifter - The x86 processor fuzzer