mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
getTypePointerStripArray strips only 1 level
This commit is contained in:
parent
6df091eeee
commit
40bb05d8ed
8 changed files with 32 additions and 38 deletions
|
@ -50,7 +50,7 @@ class AddTreeState {
|
|||
uintb offset; ///< Number of bytes we dig into the base data-type
|
||||
uintb correct; ///< Number of bytes being double counted
|
||||
vector<Varnode *> multiple; ///< Varnodes which are multiples of size
|
||||
vector<uintb> coeff; ///< Associated constant multiple
|
||||
vector<intb> coeff; ///< Associated constant multiple
|
||||
vector<Varnode *> nonmult; ///< Varnodes which are not multiples
|
||||
PcodeOp *distributeOp; ///< A CPUI_INT_MULT op that needs to be distributed
|
||||
uintb multsum; ///< Sum of multiple constants
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue