Module refinery.lib.scripts.ps1

PowerShell script parser for Binary Refinery.

Expand source code Browse git
"""
PowerShell script parser for Binary Refinery.
"""
from __future__ import annotations

Sub-modules

refinery.lib.scripts.ps1.deobfuscation

PowerShell AST deobfuscation transforms.

refinery.lib.scripts.ps1.lexer
refinery.lib.scripts.ps1.model

PowerShell AST node types.

refinery.lib.scripts.ps1.parser

Recursive-descent parser for PowerShell based on the PowerShell Language Specification 3.0.

refinery.lib.scripts.ps1.synth

AST-to-source synthesizer for PowerShell.

refinery.lib.scripts.ps1.token