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§
Structs§
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.