summaryrefslogtreecommitdiff
path: root/suite
AgeCommit message (Expand)Author
2021-09-30Allow string representation of types to be passed as parameters to methods wh...Peter LaFosse
2021-09-23Cleanup tag list and tag renderingGlenn Smith
2021-09-23Add unit tests for verifying integer size and structure alignmentPeter LaFosse
2021-09-07Rename all TypeBuilder objects to end with 'Builder' to avoid name collisionsPeter LaFosse
2021-09-06Update unit tests for better output and resultsPeter LaFosse
2021-09-06Commonize _to_core_struct/_from_core_structPeter LaFosse
2021-09-06Use more f-stringsPeter LaFosse
2021-09-06Update testcommon.py for refactored types/variablesPeter LaFosse
2021-09-05Remove some unnecessary properties for various derived HLIL Instructions, add...Peter LaFosse
2021-09-05Refactor Python TypesPeter LaFosse
2021-09-05remove some unneeded codePeter LaFosse
2021-09-05Use more fstrings in testcommon.pyPeter LaFosse
2021-09-05Refactor ILs for greater speed and utilityPeter LaFosse
2021-09-05update unit test for preprocess_source changePeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-09-05Fix get_ssa_var_version in unit testPeter LaFosse
2021-09-01prevent user settings and plugins from influencing unit test generationJordan Wiens
2021-08-26Update hardcoded test_get_il_vars test for new .bntl'sAndrew Lamoureux
2021-07-26Update tests for new register printing and IL variable APIKyleMiles
2021-07-05Add a unit test for the fixed GetInstallDirectory/GetBundledPluginDirectory APIXusheng
2021-07-01Old tags test caseGlenn Smith
2021-06-12Function: Added `BNGetFunctionILVariables()` / `get_il_vars()` methodJon Palmisciano
2021-06-11Add TypeReferenceChanged notificationXusheng
2021-05-31Improve generated unit.pyAndrew Lamoureux
2021-05-29Initial support for unit test configurations.Brian Potchik
2021-05-26Add the ability to automatically create struct membersXusheng
2021-05-24NTR testGlenn Smith
2021-05-17Network SettingsGlenn Smith
2021-04-22Add unit test for HLIL arraysRusty Wagner
2021-04-22fix Python search APIXusheng
2021-04-22add persistent search resultXusheng
2021-04-05Update suite/binaries pointer for newest testAndrew Lamoureux
2021-04-02Add additional settings schema validation.Brian Potchik
2021-03-30Enable alternateTypePropagation by default to improve determinism and elimina...Brian Potchik
2021-03-02Check for updates in PluginManager unit testPeter LaFosse
2021-03-02Fix api_test unit testsPeter LaFosse
2021-03-02fix api_test issues with demanglersPeter LaFosse
2021-03-02Fix bug in demangle unit testPeter LaFosse
2021-03-02Add PluginManager unit testPeter LaFosse
2021-02-18suppress reanalysis in the load old database unit testXusheng
2021-02-17add support for type xref and variable xrefXusheng
2021-01-31Update unit tests to include detailed information for data variables.Brian Potchik
2021-01-28Add tests corrosponding to #2244KyleMiles
2021-01-27Finish HLIL expression mapping APIs.Brian Potchik
2021-01-22Enable HLIL mapping unit tests.Brian Potchik
2021-01-22Add unit tests for 'get_llils_at' and 'get_lifted_ils_at' APIs.Brian Potchik
2021-01-20Add a sort for mapping tests to avoid index nondeterminism.Brian Potchik
2021-01-20Hold on HLIL mapping test until instability fixed.Brian Potchik
2021-01-20Expand instruction mapping unit tests.Brian Potchik
2020-12-18Add API/UI to control dead store elimination of specific variablesRusty Wagner