summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-20Fix TypeView filter layout.Brian Potchik
2021-04-19Fix Mach-O duplicate symbol handling for external relocations.Brian Potchik
2021-04-19Add View Type to BNIsBackedByDatabaseMarkus Piéton
2021-04-19Implement __eq__ and __hash__ for some types in flowgraph.pyKevin Orr
2021-04-19fix navigating to type viewXusheng
2021-04-16add a DisassemblySettings* parameter to MLIL/HLIL functions that retrieve ↵Xusheng
instruction/expr text
2021-04-14Add xxHash licenseJosh Ferrell
2021-04-13Fix duplicate row in settings schema documentation.Brian Potchik
2021-04-13Toggle/Make Float Variable actions #2069Glenn Smith
2021-04-12add flag docs to dev guide and update indexJordan Wiens
2021-04-12splitting plugin guide into writing and usingJordan Wiens
2021-04-10small doc update on open_view apiJordan Wiens
2021-04-07good thing the decorator wasnt applied to anything with an actual pydocJordan Wiens
2021-04-07update scripting console documentation to include search, completion, ↵Jordan Wiens
history info
2021-04-07adding passive decorator and annotate Variable classJordan Wiens
2021-04-07Make getNodeForMouseEvent public so it can be called from the python bindingsPeter LaFosse
2021-04-07adding user_directory() python apiJordan Wiens
2021-04-06Fix docstring confusing some syntax highlightersKevin Orr
This is technically correct (and for illustration): ```py >>> "asdf""" 'asdf' >>> "asdf""qwer" 'asdfqwer' >>> def foo(): ... "asdf""" ... return 4 ... >>> foo() 4 >>> foo.__doc__ 'asdf' ``` But as it currently exists, it messes up some (admittedly, incorrect) lexers/syntax highlighters (e.g. emacs's python-mode).
2021-04-06Add support for duplicate symbol handling.Brian Potchik
2021-04-06Revert Variable.name setter as it breaks some usage of Variable objectsPeter LaFosse
2021-04-05small license typo fixJordan Wiens
2021-04-05Update suite/binaries pointer for newest testAndrew Lamoureux
2021-04-02Add additional settings schema validation.Brian Potchik
2021-04-02Bump ui api versionGlenn Smith
ContextMenuManager is now a subclass of QObject and that can break operator= (only seen on windows builds)
2021-04-02Make status bar buttons full height + adjustable colorGlenn Smith
2021-04-02Type filteringJosh Ferrell
2021-04-02Make TypeView::getLinesForType static+publicGlenn Smith
2021-04-01very small typo fixup in licenseJordan Wiens
2021-03-31Maintain preferred IL view when navigating among views which don't support ILs.Brian Potchik
2021-03-31Add new 'Rendering' settings group.Brian Potchik
2021-03-31cached the number of max UI itemsXusheng
2021-03-30Enable alternateTypePropagation by default to improve determinism and ↵Brian Potchik
eliminate stale xrefs.
2021-03-30Add ability to query for database backing of specific BinaryViewTypes and ↵Brian Potchik
fix state initialization.
2021-03-30Fix ExpandableGroup naming and animationJosh Ferrell
2021-03-29capture stderr on plugin manager dependency installationJordan Wiens
2021-03-27fixes for windows and linux default python plus automatic dependency ↵Jordan Wiens
installation
2021-03-26updating to latest sphinx-rtd theme and many doc formatting fixesJordan Wiens
2021-03-24fixing layout for settings tableJordan Wiens
2021-03-24update settings, remove qtdownload provider from troubleshootingJordan Wiens
2021-03-24use PRIx64 to fix compilation warningXusheng
2021-03-22Remove BNFreeString callJosh Watson
2021-03-22Implement Platform::parse_types_from_sourceJosh Watson
Change include_directories to `&[AsRef<Path>]` Make TypeParserResult default and clone Change error_msg scope cargo fmt Kyle's comments Whackamole with .as_ptr() as _ Fixed up error_msg as BnString
2021-03-19Add BNGetParentPath APIPeter LaFosse
2021-03-19Minor spelling fixesPeter LaFosse
2021-03-19Minor formatting changesPeter LaFosse
2021-03-19Use std::atomic for refcountGlenn Smith
TSAN sees a data race in AddRef()
2021-03-19Add BNGetParentPath APIPeter LaFosse
2021-03-18Add Go to File Offset actionBrian Knudson
2021-03-18Build System UpdatesKyleMiles
2021-03-18Better type supportKyleMiles