Version 1.0.3 • Native Qt • AGPL-3.0

Reverse engineering, without the fragmented toolchain.

RothalyxRE Framework

Binary analysis, graph recovery, decompilation, runtime debugging, and automation in one native workspace built for actual research sessions, not stitched-together workflows.

ELF / PE / Mach-ODecompiler + DebuggerPython + C SDKDistributed Analysis
3
Binary Formats
62
Test Suite
5
Platforms
Native
Qt Desktop
rothalyx.session / decompiler
native Qt desktop
Decompilerfunction sub_401000
int analyze_target(const char* path) {
  project.open(path);
  pipeline.disassemble();
  pipeline.recover_cfg();
  pipeline.build_ssa();
  return decompiler.emit(project);
}
Recoveredlive
Functions847
Imports62
Cross-references4.1K
Runtimeattached
ptrace.attach(pid: 31337)
breakpoint: 0x401234
coverage.trace = imported
Developed By

Regaan R

Security researcher and founder of ROT Independent Security Research Lab. Rothalyx is a native reverse engineering framework for real analyst workflows.

DesktopCoreDebuggerDecompilerAutomationSDK
Capabilities

Product surfaces mapped to actual research work.

Built around what Rothalyx does in practice — ingest binaries, recover structure, pivot into runtime, and carry project state forward.

Binary Recovery

Disassembly, control-flow graph recovery, call graph traversal, and workspace-native navigation built for real reverse engineering workflows.

Decompiler Stack

IR lifting, SSA transform, type recovery, composite struct inference, and structured pseudocode generation — no hidden internals.

Native Debugging

Breakpoints, thread-aware state inspection, runtime patching, and debugger-driven pivots back into static analysis context.

Research Automation

C SDK, Python scripting, plugin ecosystem, automated fuzzing, exploit surface mapping, and PoC scaffold generation.

Workflow

From intake to runtime context — a cleaner path.

Rothalyx is a working reverse engineering environment, not a loose collection of component claims.

01

Ingest

Open a binary or project database and move directly into analysis.

02

Recover

Traverse functions, decompilation, CFG, and call relationships in one surface.

03

Inspect

Launch runtime debugging, import coverage, and correlate to static structure.

04

Carry Forward

Persist annotations, export artifacts, and automate follow-on analysis.

Release Targets

Native delivery across platforms users actually ask for.

Native installer on desktop platforms, distro-native package where it matters, and a portable Linux artifact for broader distribution.

PlatformPackageInstall
WindowsNSIS installerRun the packaged installer
macOSDMG packageOpen the DMG and drag to Applications
LinuxAppImagechmod +x ROTHALYX_RE_FRAMEWORK-*.AppImage
Debian / UbuntuDEB packagesudo dpkg -i rothalyx-re-framework_*_amd64.deb
Arch LinuxPacman packagesudo pacman -U rothalyx-re-framework-*.pkg.tar.zst