Adds support to EscapeSeqDecode transformation

This commit is contained in:
Felipe Zimmerle
2015-10-23 14:22:03 -03:00
parent 1716add77b
commit 4168ebc2b3
3 changed files with 120 additions and 12 deletions

View File

@@ -33,6 +33,7 @@ class EscapeSeqDecode : public Transformation {
explicit EscapeSeqDecode(std::string action);
std::string evaluate(std::string exp,
Assay *assay) override;
int ansi_c_sequences_decode_inplace(unsigned char *input, int input_len);
};
} // namespace transformations