Adds support to URL decode transformation

This commit is contained in:
Felipe Zimmerle
2015-10-22 17:20:31 -03:00
parent 0227fe9d6c
commit e3e8bac138
7 changed files with 113 additions and 25 deletions

View File

@@ -33,6 +33,9 @@ class UrlDecode : public Transformation {
explicit UrlDecode(std::string action);
std::string evaluate(std::string exp,
Assay *assay) override;
int urldecode_nonstrict_inplace(unsigned char *input, long int input_len,
int *invalid_count, int *changed);
};
} // namespace transformations