summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-01Clean-up BinaryView and Settings documentation.Brian Potchik
2019-09-30missed two functions for tags documentationJordan Wiens
2019-09-30include more tag documentation references to other APIs, fix cross-module ↵Jordan Wiens
doc linking and other small formatting cleanups
2019-09-30add section on searching in the plugin managerJordan Wiens
2019-09-30Fix create_tag default booleanPeter LaFosse
2019-09-28Fix create_tag apiPeter LaFosse
2019-09-27Tag notifications & tag type list optimizedPeter LaFosse
2019-09-27Add some documentation for Settings and BinaryView.Brian Potchik
2019-09-27typelibrary: update for platform type changesRyan Snyder
2019-09-26fix repository documentation instructions and remove message about the API ↵Jordan Wiens
being disabled
2019-09-26more small documentation fixesJordan Wiens
2019-09-26update settings to include keysJordan Wiens
2019-09-26exlucde two modules not intended to be documentedJordan Wiens
2019-09-26Add rapidjsonwrapper to add exceptions rather than asserts on failurePeter LaFosse
2019-09-26remove extraneous stringJordan Wiens
2019-09-26add plugin manager to documentationJordan Wiens
2019-09-26correct invalid documentationJordan Wiens
2019-09-26many documentation formatting fixupsJordan Wiens
2019-09-26fix RegisterValue unintialized propertiesJordan Wiens
2019-09-25Add function and instruction address for many unit testsPeter LaFosse
2019-09-24typelibrary: add initial documentationRyan Snyder
2019-09-24typelibrary: more consistent naming, type exportsRyan Snyder
2019-09-24typelibrary: minimal api commitRyan Snyder
2019-09-21Unit test cleanup.Brian Potchik
2019-09-21Add unit tests for address rebasing.Brian Potchik
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
Co-authored-by: Sai <svv232@nyu.edu>
2019-09-14lots of small documentation updates, mostly around making sure parameters ↵Jordan Wiens
are consistent and typed properly
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 ↵Jordan Wiens
py2 signature support
2019-09-09remove six dependence which was breaking some versions and add function ↵Jordan Wiens
prototype matching
2019-09-05fixing bad mergeJordan Wiens
2019-09-05lots of documentation updates: updated preferences/settings, spelling fixes, ↵Jordan Wiens
new screenshots for open with options and settings, standardize on MacOS
2019-09-05lots of documentation updates: updated preferences/settings, spelling fixes, ↵Jordan Wiens
new screenshots for open with options and settings, standardize on MacOS
2019-09-03make snippets dialog modal and also disable edit fields until a new snippet ↵Jordan Wiens
is created
2019-09-03move minimum string length to a configurable settingJordan Wiens
2019-09-03python2 support for completion through arrays, also add parenthesis for ↵Jordan Wiens
function calls
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 ↵Jordan Wiens
license information as well
2019-08-31Improved selection offset handling in LinearView.Brian Potchik
2019-08-30Add .gitignore for unzipped files and .DS_StorePeter LaFosse
Don't process .gitignore files in generator.py script