Dis This: Disassemble Python code online

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
  • rizin

    UNIX-like reverse engineering framework and command-line toolset.

  • Rizin[1] (and therefore Cutter[2]) supports interactive disassembly and analysis (but not decompilation) of the Python bytecode[3][4]. Apart from that it also supports Java and Lua bytecode for different versions.

    [1] https://rizin.re

    [2] https://cutter.re

    [3] https://github.com/rizinorg/rizin/tree/dev/librz/asm/arch/py...

    [4] https://github.com/rizinorg/rizin/blob/dev/librz/analysis/p/...

  • compiler-explorer

    Run compilers interactively from your web browser and interact with the assembly

  • by the way, compiler explorer[0] has python support.

    [0]: https://godbolt.org/

  • 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.

    InfluxDB logo
  • cutter

    Free and Open Source Reverse Engineering Platform powered by rizin

  • Rizin[1] (and therefore Cutter[2]) supports interactive disassembly and analysis (but not decompilation) of the Python bytecode[3][4]. Apart from that it also supports Java and Lua bytecode for different versions.

    [1] https://rizin.re

    [2] https://cutter.re

    [3] https://github.com/rizinorg/rizin/tree/dev/librz/asm/arch/py...

    [4] https://github.com/rizinorg/rizin/blob/dev/librz/analysis/p/...

  • dis-this

    An online tool to disassemble Python code

  • Fixed, just needed a try/catch:

    https://github.com/pamelafox/dis-this/pull/5/files#diff-2765...

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Veles – A new age tool for binary analysis

    5 projects | news.ycombinator.com | 4 Aug 2023
  • Cutter (Reverse Engineering Tool) v2.2.1

    1 project | news.ycombinator.com | 17 May 2023
  • What is this?

    1 project | /r/PLC | 23 Mar 2023
  • Cutter Release 2.2.0

    1 project | /r/Cutter | 23 Feb 2023
  • Stuff like this is why everyone uses scripting languages these days, since the main value prop of high-level languages is their ability to reliably print backtraces.

    1 project | /r/programmingcirclejerk | 5 Feb 2023