Fired up IDA & analysed the plugin but there seems to be no direct cross reference to the "webkit" string in the disassembled sprx so it's harder to find the location of the code that uses it & what it does with it.
However I noticed that the string was located with other strings coherent with the parsing task at hand. So you get the opening & closing tag characters < & > for instance as well as the expected tags. Those tags appear to be very few, with the available parts, I could only make 4 possible tags:
<url>, <link>, <webkit> & <cntry>
Finding out more would require digging deeper.
However I noticed that the string was located with other strings coherent with the parsing task at hand. So you get the opening & closing tag characters < & > for instance as well as the expected tags. Those tags appear to be very few, with the available parts, I could only make 4 possible tags:
<url>, <link>, <webkit> & <cntry>
Finding out more would require digging deeper.