Trees | Indices | Help |
---|
|
AssertionHelper
Provides various functions around assertion handling and processing
Author: Christian Holler (:decoder)
License:
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Contact: choller@mozilla.com
|
|||
|
|||
string |
|
||
string |
|
|
|||
__package__ =
|
|
This helper class provides a way to extract and process the different types of assertions from a given buffer. The problem here is that pretty much every software has its own type of assertions with different output formats. The "onlyProgramAssertions" boolean is to indicate that we are only interested in output from the program itself. Some aborts, like ASan or glibc, are not desirable in some cases, like signature generation and lead to incompatible signatures.
|
This method provides a way to strip out unwanted dynamic information from assertions and replace it with pattern matching elements, e.g. for use in signature matching.
|
This method escapes regular expression characters in the string. And no, this is not re.escape, which would escape many more characters.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |