* Updated string to be python3 compatible * update event tests and file paths 2018-06-02update documentation for Python interpreter override settingRyan Snyder 2018-05-11Fix Python BackgroundTask wrapperRyan Snyder 2018-05-10change stdin/out hijacking to be triggered by pythonplugin shared libraryJordan Wiens 2018-05-10default to loglevel info for log_to_stdoutJordan Wiens 2018-04-29Prevent creation of LowLevelILFunction wrappers on the stackRyan Snyder 2018-04-26fix broken up note lines in interaction documentationJordan Wiens 2018-04-25Adding tailcall analysis to the core.Brian Potchik 2018-04-12update to qt 5.10.1Jordan Wiens 2018-04-11fix for #1015, thanks joshJordan Wiens 2018-04-05Add SSA variable liveness API for MLILRusty Wagner 2018-04-02Add plugin commands for LLIL and MLILRusty Wagner 2018-03-28Add documentation for recent-file-limit.Brian Potchik 2018-03-28update docs for I hotkeyJordan Wiens 2018-03-28Fix default flag write generation for some opsRyan Snyder 2018-03-28Prevent creation of invalid Type wrappersRyan Snyder 2018-03-23Make indirect branch queries initialize CoreArchitecture objects correctlyRyan Snyder 2018-03-20Call CreateDatabase on parent view if it existsPeter LaFosse 2018-03-20Cache all created CoreArchitecture objectsRyan Snyder 2018-03-19Add API to get file sizePeter LaFosse 2018-03-18Add api for getting total string output size of QualifiedName objectPeter LaFosse 2018-03-16Fix reference leak in calling conventionsRusty Wagner 2018-03-12update to latest slack badgeJordan 2018-03-08Update AnalysisCompletionEvent documentation.Brian Potchik 2018-03-07Add APIs for skipping analysis of functions that are too large, and ↵Rusty Wagner overriding this behavior 2018-03-07Automatically update analysis after commands in interactive PythonRusty Wagner 2018-03-06add backward forward navigation hotkeys to documentationJordan 2018-02-27Fix lifted IL access from PythonRusty Wagner 2018-02-26Architecture plugins no longer need to override the perform_* methods (you ↵Rusty Wagner can now override get_instruction_info, not perform_get_instruction_info). The perform_* methods are now deprecated but will still function as expected. Added architecture hooks to Python API using this new style. 2018-02-26Log cleanup.Brian Potchik 2018-02-26Advance submodule reference.Brian Potchik 2018-02-26Fix type error for get_semantic_{flag,class}_name (#957)Kareem El-Faramawi {group,class}_index might be a long, which would throw a ValueError 2018-02-23Add APIs for subclassing or hooking an existing architecture in C/C++Rusty Wagner 2018-02-21Merge pull request #947 from lucasduffey/patch-10Jordan Fix documentation 2018-02-21Fix documentationlucasduffey mult_double_prec_unsigned, div_unsigned, div_double_prec_unsigned, zero_extend 2018-02-20and the other modulus...Jordan Wiens 2018-02-20one more signed/unsigned copy paste failureJordan Wiens 2018-02-20unsigned improperly using signed divisionJordan Wiens 2018-02-17For Python, display set of values in hex format.Brian Potchik 2018-02-16implement missing get_semantic_flag_class_name and get_semantic_flag_group_nameJordan Wiens 2018-02-16another typoJordan Wiens 2018-02-16fix a typoJordan Wiens 2018-02-14fix typo in semantic flag core namesJordan Wiens