summaryrefslogtreecommitdiff
path: root/suite
AgeCommit message (Expand)Author
2022-06-08Add lowlevelil.py unit testskat
2022-05-31Increase coverage of architecture.pyrose
2022-05-25Fix binaryview __getitem__ __setitem__ and add many additional BinaryView uni...Peter LaFosse
2022-05-25Add BinaryView::ParseTypesFromSource for clang+typelibsGlenn Smith
2022-05-24Add tests for `DisassemblyTextRenderer`Jon Palmisciano
2022-05-24Add more user/auto function properties testsJon Palmisciano
2022-05-23Esure parse_types api raise proper exceptionsPeter LaFosse
2022-05-23Fix AnalysisCompletionEvent api_testPeter LaFosse
2022-05-23Improve test coverage of binaryview.pyPeter LaFosse
2022-05-23Add tests for BinaryReader/BinaryWriterPeter LaFosse
2022-05-23Fix numerous bugs in TypedDataAccessor and add many unit tests for itPeter LaFosse
2022-05-23Add tests for user/auto {params,can_return,etc.}Jon Palmisciano
2022-05-23Add tests for function indexing, register value, UIDF, & misc. methodsJon Palmisciano
2022-05-23Add tests for more tag-related methodsJon Palmisciano
2022-05-20Add tests for SymbolMapping, TypeMapping, FunctionList, and BinaryViewTypePeter LaFosse
2022-05-20Add test for segmentsPeter LaFosse
2022-05-20Rework Apparatus and FileApparatusPeter LaFosse
2022-05-20Add some unit tests for binaryview.py and fix some minor bugsPeter LaFosse
2022-05-19Add tests for additional database versionsRusty Wagner
2022-05-17Weird hack to improve unit test speed on LinuxRusty Wagner
2022-05-13Fix pe_thumb unit testXusheng
2022-05-11Clang+TypeParser APIsGlenn Smith
2022-04-29Check in the debuggerXusheng
2022-04-14Remove fixOutput as it was only for python2Peter LaFosse
2022-04-14Improve performance of unit test generation with some smarter patternsPeter LaFosse
2022-04-14Switch to use the z80 arch plugin for the plugin installation testXusheng
2022-04-13Prevent shadowing binary tests with multiple oraclesJosh F
2022-04-13Python API : Fixes fully-qualified `binaryninja.log.log*` calls and adds test...KyleMiles
2022-04-06Test for fix for Vector35/arch-x86#29Glenn Smith
2022-03-29Add various type hintsPeter LaFosse
2022-03-16Add support for structured loggingPeter LaFosse
2022-02-17Add some additional function.py unit testsPeter LaFosse
2022-02-17Add some additional api testsPeter LaFosse
2022-02-17Improve handling of bytes objects with MetadataPeter LaFosse
2022-02-17Add additional unit tests for function.pyPeter LaFosse
2022-02-16Escape type names and definitionsGlenn Smith
2022-02-15Struct alignment and packing testGlenn Smith
2022-02-03Add test for EnumerationMember .value==NoneAndrew Lamoureux
2022-01-26Additional tests to improve code coverage of types.pyPeter LaFosse
2022-01-26Remove minimally used TypeCreationException in favor of ValueErrorPeter 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
2022-01-25Fix errors and add unit test for EnumBuilderPeter LaFosse
2022-01-25Fix bug and add test for NamedTypeReferenceBuilder.__repr__Peter LaFosse
2022-01-25Add test for QualifiedName constructorPeter LaFosse
2022-01-25Various python types api bug fixes and unit testsPeter LaFosse
2022-01-24Fix partially broken api_testPeter LaFosse
2022-01-24Add additional unit tests for types.py and fix some resulting bugsPeter LaFosse
2021-11-29Better handling of symbols whose raw names are obfuscatedPeter LaFosse
2021-11-11Add aliased_var api testsKyleMiles