summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-05Fix data accessors to return bytes objects instead of chrPeter LaFosse
2021-09-05Remove some unnecessary properties for various derived HLIL Instructions, add...Peter LaFosse
2021-09-05Refactor Python TypesPeter LaFosse
2021-09-05Commonize how BasicBlocks are constructedPeter LaFosse
2021-09-05type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.pyPeter LaFosse
2021-09-05Fix bug in python/variable.pyPeter LaFosse
2021-09-05remove some unneeded codePeter LaFosse
2021-09-05Fix bug in unit tests. Fix vars_read, vars_written in Intrinsic instructionsPeter LaFosse
2021-09-05Use more fstrings in testcommon.pyPeter LaFosse
2021-09-05small bug fix to scriptingprovider.pyPeter LaFosse
2021-09-05Refactor ILs for greater speed and utilityPeter LaFosse
2021-09-05Don't inherit from object anymorePeter LaFosse
2021-09-05update unit test for preprocess_source changePeter LaFosse
2021-09-05Fix InstructionInfoPeter LaFosse
2021-09-05Create class CoreDataVariable and make DataVariable class 'active'Peter LaFosse
2021-09-05fix issue when looking up branch type in Architecture._get_instruction_infoPeter LaFosse
2021-09-05Convert the following to dataclasses:Peter LaFosse
2021-09-05add a core.free_string helperPeter LaFosse
2021-09-05Fix some misspells in various enumerationsPeter LaFosse
2021-09-05Refactor RegisterValue class into multiple dataclasses which can be instantia...Peter LaFosse
2021-09-05Refactor Variable classPeter LaFosse
2021-09-05Fix BinaryView.newPeter LaFosse
2021-09-05Fix highlight colors on BasicBlock objectsPeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-09-05Add ability for TypeBuilder objects to utilize StructureBuilder/EnumerationBu...Peter 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-08-25Add 'requiresRestart' property to settings schema for UI notification.Brian Potchik
2021-08-25Update workflows c++ examples.Brian Potchik
2021-08-25Update reflection view for improved IL synchronization and default IL.Brian Potchik
2021-08-25adding BN_DISABLE_REPOSITORY_PLUGINS environment variableJordan Wiens
2021-08-24Update getting-started.mdJordan
2021-08-20Workflows basic blocks and IL function analysis setters.Brian Potchik
2021-08-20platforms: specify platform types and add bvt platform callbacksRyan Snyder
2021-08-19convert sample python triage plugin to PySide6Jordan Wiens
2021-08-18Rust API : DebugInfo API FixesKyleMiles
2021-08-17CMake option to set license for generatorGlenn Smith
2021-08-17HTTP C++ library via downloadproviderGlenn Smith
2021-08-17Websocket providerGlenn Smith
2021-08-17add more general API documentation and numerous other documentation improvementsJordan Wiens
2021-08-17Fix ref count issue in BinaryView::GetCodeReferencesForTypeField()Xusheng
2021-08-16Move py debugger functions to __init__.pyGlenn Smith
2021-08-16Cleanup taglist headerGlenn Smith
2021-08-16Remove disconnected node from tail call example.Brian Potchik
2021-08-15much more information on type librariesJordan Wiens
2021-08-15small fix in title of user plugin helpJordan Wiens
2021-08-14Move debugging info to plugin dev guideGlenn Smith
2021-08-14Startup.py/python debugger updates and documentationGlenn Smith
2021-08-13Workflows early preview.Brian Potchik