summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-02Fix examples including binaryninjaapi twice on internal buildsGlenn Smith
2022-02-02Fancier CMake: find scripts, out-of-tree example buildsGlenn Smith
2022-02-02Fix open_view() on a bndb not setting FileMetadata.filenameGlenn Smith
2022-02-02Significantly reduce cases of awkward indentation, use AlginWithSpaces ↵Rusty Wagner
instead of ForContinuationAndIndentation
2022-02-02Save .isDefault from EnumerationMember issue #2896Andrew Lamoureux
2022-02-01Fix mixed tabs and spaces in clang-format optionsRusty Wagner
2022-02-01Fixes issue #2908.Alexander Taylor
2022-01-31Fix ParamsType being the incorrect orderGlenn Smith
Should we change MembersType to be the same order? Change consumers of ParamsType to be the original order? Both of those are breaking changes whereas this just updates the type to correctly represent the current implementation.
2022-01-28add simple hash verifier and renamerJordan Wiens
2022-01-28rust: fix semantic class for flag write cbJoe Rozner
Current implementation returns the flag write id rather than the flag class id
2022-01-28Format All FilesKyleMiles
2022-01-28Add formatter filesKyleMiles
2022-01-27Collect and report file open error message.Brian Potchik
2022-01-27Free allocated memory during analysis merges.Brian Potchik
2022-01-27update enterprise licensesJordan Wiens
2022-01-27Fix broken comment in function.pyPeter LaFosse
2022-01-27Add LowLevelILConstantBase.__hash__Peter LaFosse
2022-01-27fixed all the OS X/MacOS to macOSGalen Williamson
2022-01-27completed updating getting-started.md for 3.0 releaseGalen Williamson
2022-01-27updating user docs for 3.0 release (WIP): script console, moved settings ↵Galen Williamson
image to correct place, and more (skip-ci)
2022-01-27adding console split imageJordan Wiens
2022-01-27add workflows documentation to developer docsJordan Wiens
2022-01-27update hex imageJordan Wiens
2022-01-27updating user docs for 3.0 release (WIP) again (skip-ci)Galen Williamson
2022-01-27update linear screenshotJordan Wiens
2022-01-27add xref pin iconJordan Wiens
2022-01-27rename sidebar imageJordan Wiens
2022-01-27update save choices imageJordan Wiens
2022-01-27user docs screenshots updatedJordan Wiens
2022-01-27update some images for 3.0Jordan Wiens
2022-01-27updating user docs for 3.0 release (WIP) (skip-ci)Galen Williamson
2022-01-26remove snippets settingsJordan Wiens
2022-01-26updating settings documentationJordan Wiens
2022-01-26Update documentation on creating and applying typesPeter LaFosse
2022-01-26Additional tests to improve code coverage of types.pyPeter LaFosse
2022-01-26Convert some asserts to ValueError and add some type hintsPeter LaFosse
2022-01-26Remove some unnecessary codePeter LaFosse
2022-01-26Remove minimally used TypeCreationException in favor of ValueErrorPeter LaFosse
2022-01-26Convert SizeWithConfidence to OffsetWithConfidence and removePeter LaFosse
2022-01-25Fix TypeBuilder.__repr__ and add unit testPeter LaFosse
2022-01-25Fix issue with serialization of MemberScope and MemberAcess along with a few ↵Peter LaFosse
other small bugs
2022-01-25Fix VSA query on hover feature in the UI.Brian Potchik
2022-01-25Fix errors and add unit test for EnumBuilderPeter LaFosse
2022-01-25Fix bug and add test for NamedTypeReferenceBuilder.__repr__Peter LaFosse
Make Type/TypeBuilder.__repr__s consistent
2022-01-25Add test for QualifiedName constructorPeter LaFosse
2022-01-25Various python types api bug fixes and unit testsPeter LaFosse
2022-01-25Move file lock status widget into main window to avoid use after free when ↵Rusty Wagner
moving tabs between windows
2022-01-24rust: fix warnings on windowsyrp
2022-01-24chore: rust: add common useful derive macros to enums that are missing itEliseZeroTwo
2022-01-24Add system_call_number property for Type objectPeter LaFosse