Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

594 #28

Closed
wants to merge 3 commits into from
Closed

594 #28

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: ci

env:
R2V: 5.9.2
R2V: 5.9.4

on:
push:
Expand Down
33 changes: 21 additions & 12 deletions test/db/extras/yara
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,23 @@ CMDS=<<EOF
yrl
EOF
EXPECT=<<EOF
0x128248000
HelloWorld
0x128248030
BLOWFISH_Constants
0x128248060
MD5_Constants
0x128248090
RC6_Constants
0x1282480c0
RIPEMD160_Constants
0x1282480f0
SHA1_Constants
0x128248120
SHA256_Constants
0x128248150
SHA512_Constants
0x128248180
WHIRLPOOL_Constants
EOF
RUN
Expand Down Expand Up @@ -39,12 +48,12 @@ f
EOF
EXPECT=<<EOF
BLOWFISH_Constants
0x004960c0: yara0.BLOWFISH_Constants_0 : a60b31d1
0x004960c4: yara0.BLOWFISH_Constants_1 : acb5df98
0x004960c8: yara0.BLOWFISH_Constants_2 : db72fd2f
0x004960cc: yara0.BLOWFISH_Constants_3 : b7df1ad0
0x004964c0: yara0.BLOWFISH_Constants_4 : e9707a4b
0x004968c8: yara0.BLOWFISH_Constants_5 : 1c264cf6
0x002960c0: yara0.BLOWFISH_Constants_0 : a60b31d1
0x002960c4: yara0.BLOWFISH_Constants_1 : acb5df98
0x002960c8: yara0.BLOWFISH_Constants_2 : db72fd2f
0x002960cc: yara0.BLOWFISH_Constants_3 : b7df1ad0
0x002964c0: yara0.BLOWFISH_Constants_4 : e9707a4b
0x002968c8: yara0.BLOWFISH_Constants_5 : 1c264cf6
SHA256_Constants
0x001936c4: yara1.SHA256_Constants_0 : 982f8a42
0x0019372b: yara1.SHA256_Constants_1 : 91443771
Expand All @@ -54,12 +63,12 @@ SHA256_Constants
0x0019372b 4 yara1.SHA256_Constants_1
0x0019379d 4 yara1.SHA256_Constants_2
0x001937e5 4 yara1.SHA256_Constants_3
0x004960c0 4 yara0.BLOWFISH_Constants_0
0x004960c4 4 yara0.BLOWFISH_Constants_1
0x004960c8 4 yara0.BLOWFISH_Constants_2
0x004960cc 4 yara0.BLOWFISH_Constants_3
0x004964c0 4 yara0.BLOWFISH_Constants_4
0x004968c8 4 yara0.BLOWFISH_Constants_5
0x002960c0 4 yara0.BLOWFISH_Constants_0
0x002960c4 4 yara0.BLOWFISH_Constants_1
0x002960c8 4 yara0.BLOWFISH_Constants_2
0x002960cc 4 yara0.BLOWFISH_Constants_3
0x002964c0 4 yara0.BLOWFISH_Constants_4
0x002968c8 4 yara0.BLOWFISH_Constants_5
EOF
RUN

Expand Down
Loading