Crate unfuck

Source

Modules§

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

Macros§

Instr

Structs§

DeobfuscatedCodeObject
Deobfuscator

Functions§

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