how programs are explored and managed with angr
import angr, monkeyhex
proj = angr.Project('binarypath')
Attributes
proj.arch
Returns the CPU Architecture and the Endness of the file
proj.entry
Returns the address of the entry point of the program in the corresponding Endness format
proj.filename
Returns a string of the filepath.
proj.loader
returns the angr Loaded BInary of the file
proj.factory
Creates a angr Factory object
proj.analyses.*
A whole bunch of angr Analysis Tools