コード例 #1
0
        private void ParseChar32(string formatString)
        {
            mr.ReplayAll();

            this.parser = new MsPrintfFormatParser(program, Address.Ptr32(0x123400), formatString, sc);
            parser.Parse();

            mr.VerifyAll();
        }
コード例 #2
0
 private void ParseChar32(string formatString)
 {
     this.parser = new MsPrintfFormatParser(formatString, false, 4, 4, 4);
     parser.Parse();
 }