mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
Refactor ParamEntry look-up allowing "contained by" discovery
This commit is contained in:
parent
ef12c20829
commit
12d3da029b
13 changed files with 690 additions and 286 deletions
|
@ -972,8 +972,8 @@ void Funcdata::overrideFlow(const Address &addr,uint4 type)
|
|||
}
|
||||
|
||||
/// Do in-place replacement of
|
||||
/// - `#c <= x` with `#c-1 < x` OR
|
||||
/// - `x <= #c` with `x < #c+1`
|
||||
/// - `c <= x` with `c-1 < x` OR
|
||||
/// - `x <= c` with `x < c+1`
|
||||
///
|
||||
/// \param data is the function being analyzed
|
||||
/// \param op is comparison PcodeOp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue