* add llil cpp example * added image * fix string stream under linux * fix path under linux * Update build notes for linux * analysis sync | mac os path | lill* usage change * added path note and removed comment about mac path * use UpdateAnalysisAndWait() 2017-07-16Added missing files to CMakeLists.txt (#738)Ryan Stortz 2017-07-15Fixes #700 MLIL_SET_VAR_SPLIT_SSA operands are incorrectly typedPeter LaFosse 2017-07-15Fixes #539 CallingConvention can not be instantiated in the python apiPeter LaFosse 2017-07-15Add flags option to LLIL storePeter LaFosse 2017-07-15Adding documentation to interaction.py fixing enumeration use bug ↵Peter LaFosse DirectoryNameFormField and choice field bug 2017-07-15Give error message when license validation failsPeter LaFosse 2017-07-15adding set_comment_at deprecating set_comment for consistencyPeter LaFosse 2017-07-15Fixed wrong enumeration in angr pluginPeter LaFosse 2017-07-15Adding convenience function 'get_functions_containing'Peter LaFosse 2017-07-15Accidentally omitted the parenthesis to create a tuple for ↵Josh Watson SSAVariable.__hash__ (#737) 2017-07-14Add API to get list of all definitions or uses of a variableRusty Wagner 2017-07-14Add UpdateAnalysisAndWait to API.Brian Potchik 2017-07-14Update Python to use BNUpdateAnalysisAndWaitBrian Potchik 2017-07-14Added __hash__ and __eq__ to Variable and SSAVariable (#725)Josh Watson 2017-07-14Added __hash__ to Function. (#668)Josh Watson * Added __hash__ to Function. This allows Function objects to be properly deduped when added to a set or dictionary. * Added __hash__ to Function. This allows Function objects to be properly deduped when added to a set or dictionary. 2017-07-14Adding API to get type of MLIL expressionRusty Wagner 2017-07-14fix documentation for perform_get_instruction_low_level_ilPeter LaFosse