| 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
|
|
This fixes an issue with certain shared cache binaries where a VFT was placed at the tail of the const data section
|
|
This is enabled as is, there might need to be some restrictions later on, does not seem to have an unreasonable impact analysis time
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
duplicating work
|
|
* Generates IL for cross references only when visible instead of all at once.
* Releases memory for IL after the cross references retrieves the
tokens.
* Much faster algorithm for updating IL when functions change.
* Don't refresh cross references at all if the widget isn't visible.
Retreiving the new set of cross references is deferred until the
widget becomes visible again.
* Don't redo the query for the list of cross references when anything in
the entire UI changes, even the window layout. Only recompute the list
when an event for a new cross reference selection comes in.
|
|
of the _user_ variant
|
|
|
|
|
|
|
|
Another set of bugs caused by undo and main thread actions, when will it end
|
|
|
|
|
|
|
|
|
|
Was not able to find the core plugin in the plugins directory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removing the nesting because we now scope view plugin commands out of the context menu
|
|
|
|
|