private void ParseChar32(string formatString)
        {
            mr.ReplayAll();

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

            mr.VerifyAll();
        }
Exemple #2
0
 private void ParseChar32(string formatString)
 {
     this.parser = new PrintfFormatParser(program, Address.Ptr32(0x123400), formatString, sc);
     parser.Parse();
 }