angr / angr-targets

This repository contains the currently implemented angr concrete targets.
32 stars 9 forks source link

Add condition for breakpoint? #26

Closed SteinsGatep001 closed 1 year ago

SteinsGatep001 commented 1 year ago

When use

simgr.use_technique(angr.exploration_techniques.Symbion(find=address_list, memory_concretize=memory_concretize,
                                                                register_concretize=register_concretize, timeout=timeout))

will you add condition for these address_list?

degrigis commented 1 year ago

Hey @SteinsGatep001, we are not actively developing Symbion right now, hence, this probably won't happen anytime soon.