Skip to content

IHEfty/UndoTdo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

undotdo

undotdo is a reverse engineering utility, bytecode decompiler, and passphrase scanner for the Tender scripting language virtual machine bytecode (.tdo files).

It decodes the compiled Tender instruction stream, groups operations back into their original source files using compile-time metadata, and reconstructs high-level control flows, assignments, closures, and loops into readable .td source code.

Features

  1. Bytecode Decompilation: Automatically decompiles and formats .tdo bytecode instructions back into high-level .td code structure.
  2. Multi-file Reconstruction: Uses the embedded compile-time FileSet and SourceMap to map functions back to their original source files, automatically rebuilding the original file structure.

About

undotdo is a utility tool designed to analyze, scan and decompile Tender VM bytecode files (.tdo).

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages