BolterV2.SigScan.SigScan C# (CSharp) Method

SigScan() public method

SigScan Main class constructor that uses no params. Simply initializes the class properties and expects the user to set them later.
public SigScan ( ) : System
return System
        public SigScan()
        {
            m_vProcess = null;
            m_vAddress = IntPtr.Zero;
            m_vSize = 0;
            m_vDumpedRegion = null;
        }

Same methods

SigScan::SigScan ( Process proc, IntPtr addr, int size ) : System