| Age | Commit message (Collapse) | Author |
|
|
|
message
|
|
path arguments
|
|
|
|
|
|
|
|
"progress" like callbacks
Still need to add more, consider changing the boolean to an enum that describes it better, so we do not need to copy paste docs around.
|
|
|
|
Fixes https://github.com/Vector35/binaryninja-api/issues/7139
|
|
- Fix cmake clean not cleaning target docs
- Fix not prioritizing enterprise remote in collab tests
- Some misc formatting
- Fix incorrect assert in binary loading
|
|
|
|
|
|
|
|
|
|
The python API was kept the same seeing as we are close to the release, will likely start deprecating some of those API's soon.
|
|
Need this for WARP, see next commit
|
|
To allow for creating reports outside the context of a view
|
|
|
|
Discovered when poking at variable values in WARP
|
|
|
|
appended for a given instruction
|
|
The clippy complaint was a real issue: the doc comment intended for
the commented-out `unresolved_indirect_branches` was being interpreted as
the start of the doc comment for the following function.
|
|
low level IL expressions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Make LowLevelILFunction::from_raw public"
- Add a helper to get lifted il from flow graph
|
|
|
|
Also make `Project::file_by_path` take a `Path`.
|
|
|
|
This is what the API is trying to express, we should just Do The Right Thing:tm:
|
|
- Add `Debug` impl to `ReportCollection`
- Fix flow graph related api's not being optional
|
|
Need this for WARP
|
|
linear/graph view
|
|
|
|
This is temporary, please no one depend on this
|
|
|
|
|
|
Need this for WARP FFI
|
|
|
|
|
|
|
|
Needed this for the WARP FFI
|
|
|
|
Needed this for WARP plugin
|
|
possible_values_with_opts}`
Needed this for WARP plugin
|