summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2019-01-29Add short alises for low_level_il (llil) and medium_level_il (mlil)Peter LaFosse
2019-01-29Add cancelScript api for scriptingProviderPeter LaFosse
2019-01-25Add CopyValue to Settings APi.Brian Potchik
2019-01-22fixes #1253 for get_instruction_textJordan Wiens
2019-01-22fixes #1253 by handling bytes and strings for find_next_dataJordan Wiens
2019-01-20Don't use xrange for relocation APIsPeter LaFosse
2019-01-17update company name and copyright dateJordan Wiens
2019-01-03lots of spelling / typo fixesJordan Wiens
2019-01-03- add progress_func optional keyword argument to get_view_of_fileverylazyguy
2019-01-03- fix a bunch of typos in documentationverylazyguy
2018-12-22Python2/3 supportKyleMiles
2018-12-22Added TransformParameter.repr (#1223)Josh Watson
2018-12-22Fix metadata (#1224)Josh Watson
2018-12-14fixes for get_instruction_lines and code cleanupPeter LaFosse
2018-12-13Commonize all InstructionTextToken generationPeter LaFosse
2018-12-12better error handling for bv.readJordan Wiens
2018-12-12deprecate current_function.medium_level_il in favor of .mlil and move .instru...Jordan Wiens
2018-12-12small typoJordan Wiens
2018-11-26convert core_serial, version, build_id ando thers to methodsJordan Wiens
2018-11-26Convert core globals to functions.Brian Potchik
2018-11-26Update documentation for show_markdown_report and show_html_reportPeter LaFosse
2018-11-26Fix version switcher on Python 3Rusty Wagner
2018-11-21Fix typo.Brian Potchik
2018-11-21Fix imports in functionrecognizer.pyJosh Watson
2018-11-21Fixed export_svg.py to work with FlowGraphs and fixed several issues due to P...Josh Watson
2018-11-19Update analysis_info documentation.Brian Potchik
2018-11-13Add expression parsing APIsPeter LaFosse
2018-11-06byte string to fix python 3 loading bndbJordan Wiens
2018-11-06Forgot the return False at the endJosh Watson
2018-11-06Added __eq__ to MediumLevelILOperationAndSize as wellJosh Watson
2018-11-06Add type check to `Variable.__eq__`Josh Watson
2018-11-05Provide fall-through indication in BasicBlockEdge info.Brian Potchik
2018-10-31Merge pull request #1188 from shane-runsafe/assemble_fixesJordan
2018-10-30Type check SSA variables in __eq__Eric Hennenfent
2018-10-26open bndb files in binary mode, fixes #1186Jordan Wiens
2018-10-25Return assemble error string as part of the ValueError exception string. Cle...Shane Fry
2018-10-24Add new APIs for querying data referencesPeter LaFosse
2018-10-22Obtain the BinaryView handle automatically for the Settings set API.Brian Potchik
2018-10-19Add char convenience methodPeter LaFosse
2018-10-19Expose DataRender APIs, allow setting const on types, and allow type comparisonPeter LaFosse
2018-10-18Initial Enhanced Settings System.Brian Potchik
2018-10-15Refactor to how symbols and namespaces workPeter LaFosse
2018-10-13api: more stable PossibleValueSet __repr__ outputRyan Snyder
2018-10-11Fixes #1164, #1166 and #1165Peter LaFosse
2018-10-10Fix get_section_by_name APIPeter LaFosse
2018-10-06Fix misspelled APIPeter LaFosse
2018-10-05Expose SymbolBinding APIPeter LaFosse
2018-10-05Force use of requests on Windows to avoid cert issues on some installsRusty Wagner
2018-10-05Patch FlowGraph lockingnegasora
2018-10-05python3: ensure callbacks live long enoughRyan Snyder