We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4404c commit 0f3abc6Copy full SHA for 0f3abc6
view/pe/peview.cpp
@@ -3122,7 +3122,6 @@ bool PEView::Init()
3122
uint64_t typeId = resEntry["typeId"]->GetUnsignedInteger();
3123
if (typeId != 16) // RT_VERSION
3124
continue;
3125
- uint64_t dataAddr = resEntry["dataAddress"]->GetUnsignedInteger();
3126
uint64_t dataSize = resEntry["dataSize"]->GetUnsignedInteger();
3127
if (dataSize < 6 || dataSize > 65536)
3128
break;
0 commit comments