| Age | Commit message (Collapse) | Author |
|
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
|
|
This improves the experience when making changes to the core c ffi
|
|
Need this for WARP
|
|
linear/graph view
|
|
|
|
This is temporary, please no one depend on this
|
|
|
|
|
|
Need this for WARP FFI
|
|
|
|
|
|
The function name is redundant, just pull from the symbol
|
|
|
|
Needed this for the WARP FFI
|
|
|
|
Needed this for WARP plugin
|
|
possible_values_with_opts}`
Needed this for WARP plugin
|
|
Need this for WARP plugin
|
|
|
|
This test makes sure that initial analysis is not tainting functions
|
|
This is a requirement if we want rust plugins to expose sane FFIs
|
|
|
|
|
|
This...should probably not be done this way. But, at least we don't fail
clippy now.
|
|
|
|
Also update minimum CMake version.
|