Changes between Version 1 and Version 2 of Ticket #40, comment 96
- Timestamp:
- May 9, 2017, 9:43:48 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40, comment 96
v1 v2 14 14 // but your computation of cbList would be ok 15 15 // I think your assumption that it is the max buffer size is ok 16 17 // you can go from one GEA2 to the next: 18 gea2 = eaop2.fpGEA2List->list; 19 // go to next GEA2 structure 20 gea2 = (PGEA2)((PUCHAR)gea2 + gea2->oNextEntryOffset); 21 22 // analogous for FEA2 ... 16 23 }}}