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
Age
Commit message (
Collapse
)
Author
2024-01-21
Refactor the scan match storage.
Cyrille Bagard
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-10-21
Implement a few extra customized Windows API hashings.
Cyrille Bagard
2023-10-20
Include sll1-add-hash32 as new custom API hash.
Cyrille Bagard
2023-10-18
Add support for the crc32 checksum.
Cyrille Bagard
2023-10-18
Fix (one again) matches for base64 encodings.
Cyrille Bagard
2023-10-18
Add support for the DJB2 algorithm.
Cyrille Bagard
2023-10-15
Allow many arguments for the count() function.
Cyrille Bagard
2023-10-15
Handle more fuzzy pattern properties.
Cyrille Bagard
2023-10-12
Implement two extra modifiers for ROST: "lower" and "upper".
Cyrille Bagard
2023-10-12
Include a "wide" modifier for ROST patterns.
Cyrille Bagard
2023-10-11
Add two new functions to ROST grammar: modpath and maxcommon.
Cyrille Bagard
2023-10-10
Introduce a "wide" function in order to deal with UTF-16 in match conditions.
Cyrille Bagard
2023-10-07
Update the test suite for ROST.
Cyrille Bagard
2023-10-04
Introduce a new plugin for computing API hashes.
Cyrille Bagard
2023-10-02
Implement Base64 encoding for scan pattern modifications.
Cyrille Bagard
2023-10-01
Update tests with last API.
Cyrille Bagard
2023-10-01
Introduce parameters for scan pattern modifiers.
Cyrille Bagard
2023-09-25
Handle private and global rules.
Cyrille Bagard
2023-09-12
Save current state with some ROST extra features.
Cyrille Bagard
2023-08-18
Create some modifiers and handle match properties inside ROST.
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 ↵
Cyrille Bagard
mistake).
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 ↵
Cyrille Bagard
pattern.
2023-08-06
Extend the ROST grammar with a first batch of new features.
Cyrille Bagard
2023-01-30
Save an initial version of rost.
Cyrille Bagard