Remove unnecessary this->

This commit is contained in:
Karel Hájek 2023-08-01 18:36:40 +02:00
parent 644a84a0c9
commit fbc60bf2a8

View File

@ -2161,7 +2161,7 @@ void PeFormat::loadDotnetHeaders()
metadataHeader->setFlags(flags);
// Check if it is actually a .NET application, this check is important to be aligned with YARA scanning
if (!this->isDotNet())
if (!isDotNet())
return;
auto currentAddress = metadataHeaderStreamsHeader + 4;