module greed.analyses.slicing


function inline_cfg

inline_cfg(p, cfg, max_rounds=10)

Inline max_depth levels of callprivates in the cfg, only when there is a single path in the callprivate


function backward_slice

backward_slice(p, target_addr, target_vars=None, thin_slice=True)

function forward_slice

forward_slice(p, target_addr, target_vars=None, thin_slice=True)

function bidirectional_slice

bidirectional_slice(p, target_addr, target_vars=None, thin_slice=True)

This file was automatically generated via lazydocs.