index
:
chrysalide.git
gtk4
master
Chrysalide - Reverse Engineering Factory
Cyrille Bagard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
analysis
/
scan
/
fuzzing.py
Age
Commit message (
Expand
)
Author
2023-11-15
Ban pattern count indexes sooner (from the grammar).
Cyrille Bagard
2023-11-14
Handle small base64 encodings which may produce few patterns.
Cyrille Bagard
2023-11-08
Make the hexadecimal range processing stronger.
Cyrille Bagard
2023-10-24
Ensure patterns found at the edges of scanned content do not crash the scanner.
Cyrille Bagard
2023-10-24
Handle big alloctions for strings in conditions with regular expressions.
Cyrille Bagard
2023-10-22
Do not expect initialized trackers when there is no real defined search pattern.
Cyrille Bagard
2023-10-22
Consider the 'a' character as a valid lowercase character.
Cyrille Bagard
2023-10-22
Handle the case where no common item is found from an empty set.
Cyrille Bagard
2023-10-22
Expect only one argument for the not operator, even in debug mode.
Cyrille Bagard
2023-08-07
Reject any rule referencing itself as match condition
Cyrille Bagard
2023-08-06
Reject calls on non callable expressions softly (and fix a little coding mist...
Cyrille Bagard
2023-08-06
Clean the code for ROST namespaces.
Cyrille Bagard
2023-08-06
Avoid to count the matches of a non-existing pattern.
Cyrille Bagard
2023-08-06
Make the "condition" section mandatory in a rule.
Cyrille Bagard
2023-08-06
Prevent the ACISM backend from crashing when a scan is performed with no patt...
Cyrille Bagard