Crate unfuck

source ·

Modules

  • Representing code as a graph of basic blocks
  • Deobfuscation module
  • Errors
  • Provides code for partially executing a code object and identifying const conditions
  • Python VM
  • Management of Python strings for string dumping

Macros

Structs

Functions

  • Dumps all strings from a Code object. This will go over all of the names, variable names (varnames), consts, and all strings from any nested code objects.