angr.analyses.static_hooker¶
- class angr.analyses.static_hooker.StaticHooker¶
Bases:
AnalysisThis analysis works on statically linked binaries - it finds the library functions statically linked into the binary and hooks them with the appropriate simprocedures.
Right now it only works on unstripped binaries, but hey! There’s room to grow!
- __init__(library, binary=None)¶