mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-5189 Add range attributes to VarargsFilter
This commit is contained in:
parent
57df41297f
commit
e3aa064061
10 changed files with 128 additions and 28 deletions
|
@ -3433,6 +3433,10 @@ void ProtoStoreInternal::decode(Decoder &decoder,ProtoModel *model)
|
|||
addressesdetermined = false;
|
||||
|
||||
uint4 elemId = decoder.openElement(ELEM_INTERNALLIST);
|
||||
uint4 firstId = decoder.getNextAttributeId();
|
||||
if (firstId == ATTRIB_FIRST) {
|
||||
proto.firstVarArgSlot = decoder.readSignedInteger();
|
||||
}
|
||||
for(;;) { // This is only the input params
|
||||
uint4 subId = decoder.openElement(); // <retparam> or <param>
|
||||
if (subId == 0) break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue