mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
renormalize join addresses
This commit is contained in:
parent
f71dc17292
commit
1c95e274ff
8 changed files with 125 additions and 3 deletions
|
@ -69,7 +69,7 @@ class SubvariableFlow {
|
|||
int4 slot; ///< slot being affected or other parameter
|
||||
};
|
||||
|
||||
int4 flowsize; ///< Size of the lgoical data-flow in bytes
|
||||
int4 flowsize; ///< Size of the logical data-flow in bytes
|
||||
int4 bitsize; ///< Number of bits in logical variable
|
||||
bool returnsTraversed; ///< Have we tried to flow logical value across CPUI_RETURNs
|
||||
bool aggressive; ///< Do we "know" initial seed point must be a sub variable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue