angr.rust.optimization_passes.cleanup_code_remover¶
- class angr.rust.optimization_passes.cleanup_code_remover.CleanupCodeRemover¶
Bases:
OptimizationPass,CFGTransformationMixin,CFAMixin,SRDAMixinRemove cleanup code such as deallocation and drop calls.
- ARCHES = None¶
- PLATFORMS = None¶
- STAGE: OptimizationPassStage = 7¶
- NAME = 'Remove cleanup code'¶
- __init__(func, manager, **kwargs)¶