diff options
| author | Rusty Wagner <rusty@vector35.com> | 2017-07-24 20:10:18 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2017-07-24 20:10:18 -0400 |
| commit | 111add984b0a517966f133ae69c51d2084dee985 (patch) | |
| tree | 72af9e99dc062a395a7ffa5435af17481325d8c9 /function.cpp | |
| parent | 23091d4734fede77b4da90bc14d5ba2e49b33fc2 (diff) | |
Adding size of stack var refs, source operand in MLIL
Diffstat (limited to 'function.cpp')
| -rw-r--r-- | function.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/function.cpp b/function.cpp index 0e1fa5cf..66b2aade 100644 --- a/function.cpp +++ b/function.cpp @@ -358,6 +358,7 @@ vector<StackVariableReference> Function::GetStackVariablesReferencedByInstructio ref.name = refs[i].name; ref.var = Variable::FromIdentifier(refs[i].varIdentifier); ref.referencedOffset = refs[i].referencedOffset; + ref.size = refs[i].size; result.push_back(ref); } |
