summaryrefslogtreecommitdiff
path: root/suite
AgeCommit message (Collapse)Author
2020-11-16support packaging/unpacking bndb filesxusheng
2020-11-16use context manager for bvXusheng
2020-11-16add a unit test for loading old databaseXusheng
2020-11-13add callback for BinaryView finalization and initial analysis completionXusheng
2020-11-07Add unit tests for MS demangler. Remove unnecessary enumeration value (fixes ↵Peter LaFosse
bug in MS demangler)
2020-10-27Fix generator to generate python3 tests onlyKyleMiles
2020-10-27Add simplifier test casesKyleMiles
2020-10-27remove the loop to delete temp files on WindowsXusheng
2020-10-25Cleanup loader settings.Brian Potchik
2020-10-23Add more test cases for simplifierKyleMiles
2020-10-19Expose Template Simplifier to the API, Adds Tests, and Adds Rust String FFI ↵KyleMiles
support to Python (see note) This introduces the ability to receive and free string from Rust in Python. For it to work, your exposed function name needs to begin with "BNRust", and the generator will create the appropriate code for freeing string return values and arguments.
2020-10-16add unit test for deprecated BinaryViewTypeXusheng
expose FileMetadata::GetExistingViews()
2020-10-15Cleanup load options when choosing to not open specific BinaryView types ↵Brian Potchik
during open with options.
2020-10-09fix warningXusheng
2020-10-08Dropping support for Python 2 in unit testsRusty Wagner
2020-10-08Fix unittest saving database during analysis warning.Brian Potchik
2020-09-16Add setting to control logging in headless.Brian Potchik
2020-09-13Disable logging during headless unit tests.Brian Potchik
2020-09-10Fix Windows file deletion issue in testsChinmay
2020-09-10Update API name for ParsePossibleValueSetChinmay
2020-09-10Adds tests related to UIDFChinmay
2020-09-05Update unit test generator to generate binary test options.Brian Potchik
2020-09-04Fix universal loader BNDB round trip unit test.Brian Potchik
2020-09-03Fix universal loader BNDB round trip unit test.Brian Potchik
2020-09-03Fix universal loader BNDB round trip unit test.Brian Potchik
2020-09-03Update Universal loader unit tests with BNDB round trip and open with ↵Brian Potchik
options tests.
2020-08-29Update unit tests to allow for specifying settings.Brian Potchik
2020-08-18Adding unit test binariesRusty Wagner
2020-08-08Add Universal loader unit tests.Brian Potchik
2020-07-30sort regs and flags before generationXusheng
2020-07-30update generatorXusheng
2020-07-20Fix persistent undo unit testJosh Ferrell
2020-07-10Remove legacy clean save testJosh Ferrell
2020-07-04Workspace Settings are now Project Settings.Brian Potchik
2020-07-02update test caseXusheng
2020-07-02update test caseXusheng
2020-07-02update test cases for movhlps, etcJeff
2020-07-02fix a missing ret in func_miscJeff
2020-07-02remove the test case for fstpJeff
2020-07-02update test casesJeff
2020-07-02update test cases and add MakefileJeff
2020-06-23Sort the types list in unit testPeter LaFosse
2020-06-22Fix generator for realpath issueRusty Wagner
2020-06-21Update settings serialization unit tests.Brian Potchik
2020-06-20Update copy values settings test.Brian Potchik
2020-06-16Use Python 3 for bininfo testRusty Wagner
2020-06-15Fix Python 3 unit testsRusty Wagner
2020-06-05update test casesJeff
2020-05-31Remove rebasing unittests from API submodule.Brian Potchik
2020-05-27update unit testsHeran Gao