summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-21Add 'get_view_of_file_with_options' method to the BinaryViewType Python API.Brian Potchik
2019-09-21Access Settings Values as Json.Brian Potchik
2019-09-21adding rapidjson license informationJordan Wiens
2019-09-20Using rapidjson for database deserialization for quicker database loadsPeter LaFosse
2019-09-19Fix call to BNDefineAutoSymbolAndVariableOrFunctionKyleMiles
2019-09-19Fixes #1440 - use user-supplied platform before falling back to default platformKyleMiles
2019-09-14lots of small documentation updates, mostly around making sure parameters are...Jordan Wiens
2019-09-13use webengine for show_..._report APIsJordan Wiens
2019-09-13small documentation fixupsJordan Wiens
2019-09-11Support all colors of the rainbow in export_svg.pymechanicalnull
2019-09-11Add ability to open a database with options.Brian Potchik
2019-09-11completer fix for top-level builtin completionJordan Wiens
2019-09-10better error handling if inspect fails to generate a function prototype and p...Jordan Wiens
2019-09-09remove six dependence which was breaking some versions and add function proto...Jordan Wiens
2019-09-05fixing bad mergeJordan Wiens
2019-09-05lots of documentation updates: updated preferences/settings, spelling fixes, ...Jordan Wiens
2019-09-05lots of documentation updates: updated preferences/settings, spelling fixes, ...Jordan Wiens
2019-09-03make snippets dialog modal and also disable edit fields until a new snippet i...Jordan Wiens
2019-09-03move minimum string length to a configurable settingJordan Wiens
2019-09-03python2 support for completion through arrays, also add parenthesis for funct...Jordan Wiens
2019-09-03add a few missing len properties and __str__ for StringReferenceJordan Wiens
2019-09-03repr for llil and mlil blocks now uses decimal indexes to match the UIJordan Wiens
2019-09-03modifying rlcompleter to support completion through list lookups, updating li...Jordan Wiens
2019-08-31Improved selection offset handling in LinearView.Brian Potchik
2019-08-30Add .gitignore for unzipped files and .DS_StorePeter LaFosse
2019-08-30Make GetPlatformFunctionByName optionally strip leading underscores when matc...Peter LaFosse
2019-08-29Add settings API to query keys and json stringified values.Brian Potchik
2019-08-28add transform documentationJordan Wiens
2019-08-28typoJordan Wiens
2019-08-28fix some tabs/spaces issues in documentationJordan Wiens
2019-08-28initial documentation for add_user_section and add_user_segmentJordan Wiens
2019-08-28add preference for showing hidden files in triageJordan Wiens
2019-08-27Fix documentation for parse_expression apiPeter LaFosse
2019-08-27Add support for showing structure offsets and inferring types via hotkey, add...Peter LaFosse
2019-08-26better error handling for invalid snippetsJordan Wiens
2019-08-26fix hotkeys for snippets and move all snippets into a tool submenuJordan Wiens
2019-08-26update user documentation to include user-only install pathJordan Wiens
2019-08-23Fix binaryview _read method for python3 compatability.Brian Potchik
2019-08-23fix typo in registerstackinfo reprJordan Wiens
2019-08-20Add --api-only unittest option.Brian Potchik
2019-08-20Update integer_test.Brian Potchik
2019-08-19Add file-backed only mode toggle to feature map context menu.Brian Potchik
2019-08-19update nes example plugin for python3 supportJordan Wiens
2019-08-16add hash method for RegisterValue, MediumLevelILOperationAndSize, and MediumL...Jordan Wiens
2019-08-11Eliminate mandatory ephemeral view creation during open with options.Brian Potchik
2019-08-09Fix get_instruction_lines to add width parameterPeter LaFosse
2019-08-09troubleshooting docs no longer have work-arounds for curl issues and fixed de...Jordan Wiens
2019-08-08Fix python3 issue with BinaryWriter.writePeter LaFosse
2019-08-07linux install script adds assocations for right-click context menuJordan Wiens
2019-08-07fix off-by-one in highest_addrsesJordan Wiens