summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-22allow launching without loading user pluginsJordan Wiens
2019-07-19Update SymbolView options to improve usabilityPeter LaFosse
2019-07-19Add BinaryDataNotifications for SymbolsPeter LaFosse
2019-07-19Fix case sensitivity issue with the rename dialogPeter LaFosse
2019-07-18Add Symbol aliases to cope with duplicate symbolsrollsafe
2019-07-18add support for customized analysis cache sizeJordan Wiens
2019-07-15Add move constructors and name caching for performance when sorting large sym...Peter LaFosse
2019-07-15Fix scroll bar position for function listPeter LaFosse
2019-07-14Pass through ability to show imports/exports/etcPeter LaFosse
2019-07-14Add support for sorting the symbol list by name or addressPeter LaFosse
2019-07-11Support encoding/decoding of unicode strings between the API and the coreKyleMiles
2019-07-10update documentation for advanced preferences, keybindings, and standardized ...Jordan Wiens
2019-07-10Remove extraneous str cast for instruction patchingKyleMiles
2019-07-08PluginManager refactor for supporting plugin installation uiPeter LaFosse
2019-07-08Cleanup docs for BinaryView.get_code_refs_fromrollsafe
2019-07-04Add autocompletion on type dialogPeter LaFosse
2019-07-03- fix a type error when trying to create a function type with a parameter tha...verylazyguy
2019-07-03make get_var_definition and get_var_uses return instructions instead of indexesKyleMiles
2019-07-03Fix log warning formattingKyleMiles
2019-07-02Fix infinite loop for basic blocks with invalid instructionsrollsafe
2019-07-02Fix header filePeter LaFosse
2019-07-02Add shortcut keys to command palettePeter LaFosse
2019-07-01update docs to point to ppc moduleJordan Wiens
2019-07-01add contains for LLIL and MLIL basic blocksJordan Wiens
2019-06-27add comparators for MLIL and LLIL instructionsJordan Wiens
2019-06-26Fix function header refresh on function update.Brian Potchik
2019-06-21Merge pull request #1380 from joshwatson/fix-custom-transformsKyle Martin
2019-06-21Fix custom Transforms for python3Josh Watson
2019-06-17Fix string return value when python BinaryView::get_load_settings_for_data is...Brian Potchik
2019-06-17improve parse_expression API documentationJordan Wiens
2019-06-13Add notification callbacks for when data-only metadata is updatedrollsafe
2019-06-13Add comments map to binaryviewrollsafe
2019-06-13python: fix StringReference, add .raw propertyRyan Snyder
2019-06-13simplify path location and fix for windows user-installs for install_api.pyJordan Wiens
2019-06-13Initial rebase on file load support.Brian Potchik
2019-06-12add dock widget exampleJordan Wiens
2019-06-12more api refactor cleanup in function.pyJordan Wiens
2019-06-12clean up more regex failures, fixes get_string_at among othersJordan Wiens
2019-06-11Fix typo in function for user code refsrollsafe
2019-06-11dest in llil instructions should not always be availableJordan Wiens
2019-06-11StructuredDataView has lingering membersBambu
2019-06-10regexp fail included unintended parametersJordan Wiens
2019-06-10more updates for the undocumented properties changeset -- specifically revert...Jordan Wiens
2019-06-10re-enable documentation for name and byte_name on types.QualifiedNameJordan Wiens
2019-06-09remove two breaking changesJordan Wiens
2019-06-08final refactor for missing parametersJordan Wiens
2019-06-08documentation generation settings updateJordan Wiens
2019-06-07Fix #1338KyleMiles
2019-06-07Fix 1360KyleMiles
2019-06-06Rename Function::AddUserCodeReference and Function::RemoveUserCodeReferencerollsafe