summaryrefslogtreecommitdiff
path: root/suite
AgeCommit message (Expand)Author
2020-04-12Update unit tests.Brian Potchik
2020-03-30Update unit tests.Brian Potchik
2020-03-11use repr instead of str for unit tests now that str existsJordan Wiens
2020-03-05Update mappedview example to add the entry point after segments are added.Brian Potchik
2020-02-06regenerated unit test casesTim Bryant
2020-02-06update plugin unit test to use proper python versionJosh Ferrell
2020-02-06Add unit tests and update binaryview saveJosh Ferrell
2020-02-06updated submodule reference for binariesTim Bryant
2020-02-04Add registered name to type objectsRusty Wagner
2019-12-19LLIL_JUMP_TO/MLIL_JUMP_TO now contain mappings from address to destination in...Rusty Wagner
2019-12-13Add unit test for DataRendererPeter LaFosse
2019-11-24Update unit test for byte range inference on byte size loads.Brian Potchik
2019-11-22Update tests for: Fix duplicate external symbols in ELF filesPeter LaFosse
2019-11-15Type workflow improvementsPeter LaFosse
2019-10-15Update unit test for Mach-O symbol rebasing support.Brian Potchik
2019-09-27typelibrary: update for platform type changesRyan Snyder
2019-09-25Add function and instruction address for many unit testsPeter LaFosse
2019-09-24typelibrary: add initial documentationRyan Snyder
2019-09-21Unit test cleanup.Brian Potchik
2019-09-21Add unit tests for address rebasing.Brian Potchik
2019-08-30Add .gitignore for unzipped files and .DS_StorePeter LaFosse
2019-08-20Add --api-only unittest option.Brian Potchik
2019-08-20Update integer_test.Brian Potchik
2019-08-07Settings system improvements.Brian Potchik
2019-08-02Refactor settings system to be reference counted.Brian Potchik
2019-05-31Sort dominators so test results are deterministicGlenn Smith
2019-05-31Add test binary for Fat Mach-OGlenn Smith
2019-05-31Fix Python3 Failing Unit TestKyleMiles
2019-05-21Fix generator.py on non-windowsGlenn Smith
2019-05-17Testsuite: fix generator.py on Windowsv35stong
2019-05-16only include filename so unit tests dont depend on paths and unit tests can r...Jordan Wiens
2019-05-16add incoming and outgoing edges to basic block unit testJordan Wiens
2019-04-30Add unit test to detect memory leaksRusty Wagner
2019-04-22Updates to support get_ssa function returning Instructions instead of indices.Brian Potchik
2019-04-05Add dominator and post_dominator to unit testsPeter LaFosse
2018-12-22Fix python3 metadata testKyleMiles
2018-12-12deprecate current_function.medium_level_il in favor of .mlil and move .instru...Jordan Wiens
2018-11-13Add expression parsing APIsPeter LaFosse
2018-10-19Delete unit tests when donePeter LaFosse
2018-10-18Initial Enhanced Settings System.Brian Potchik
2018-10-15Refactor to how symbols and namespaces workPeter LaFosse
2018-09-29Produce better output for data variable testPeter LaFosse
2018-08-31Merging with devPeter LaFosse
2018-08-27remove partial_register_dataflow test binaryJordan Wiens
2018-08-27Comment out partial_register_dataflow testJosh Ferrell
2018-08-25Updated BinaryTestCases submoduleJosh Ferrell
2018-08-20Revert "Unit Tests Run On One Thread"Ryan Snyder
2018-08-17Unit Tests Run On One ThreadKyleMiles
2018-08-15Add binary to test tailcall register clobbers.Brian Potchik
2018-08-14Add armv7 jumptable example for computed goto dispatch.Brian Potchik