Update SigScanner.cs

This commit is contained in:
Limiana 2025-09-02 20:47:19 +03:00 committed by GitHub
parent 97196a1e35
commit ba7d70e776
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -343,11 +343,11 @@ public class SigScanner : IDisposable, ISigScanner
break;
var scanRet = mBase + index;
mBase = scanRet + 1;
if (this.IsCopy)
scanRet -= this.moduleCopyOffset;
yield return scanRet;
mBase = scanRet + 1;
}
}