| Age | Commit message (Collapse) | Author |
|
Fixes #2494
|
|
dependencies outside of a virtual-env
|
|
|
|
|
|
|
|
- class TestBinaryNinjaAPI renamed to distinguish it from the
api_tests module and tests
- fix --api-only running rebasing tests too
- argument serves as a test name search keyword, so you can run
all tests with "struct" in the name with `./suite/unit.py struct`
or a single test with `./suite/unit.py test_binary___jumptable_armv7`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
operations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
filemetadata::FileMetadata::save_auto_snapshot
|
|
fixed using mut for const correctness (mut != ~const)
|
|
|
|
`binaryninja::open_view_with_options`, updated init/shutdown, script example, more setting support, and misc fixes
|
|
|
|
|
|
|
|
|
|
|
|
fixes Vector35/binaryninja-api#2206
|
|
|
|
Closes #2410
|
|
|
|
|
|
|
|
add Python API for retrieving all type fields referenced by code
change m_updatesRequired to std::atomic_bool
fix potential UAF after calling AnalysisCompletionEvent::Cancel()
|
|
Resolves #1873
|