-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bad RookeryCapital testdata (#484)
- Loading branch information
1 parent
ed8a356
commit e685064
Showing
4 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Empty file.
10 changes: 10 additions & 0 deletions
10
test_data/python/2024.RookeryCapital_PythonTest/__init__.py.simple
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# python/2024.RookeryCapital_PythonTest/__init__.py | ||
encoding/base64 | ||
evasion/base64/decode | ||
evasion/codecs_decode | ||
exec/program | ||
fs/file/open | ||
fs/file/write | ||
fs/tempdir | ||
kernel/platform | ||
net/url/request |
8 changes: 8 additions & 0 deletions
8
test_data/python/2024.RookeryCapital_PythonTest/obfuscated.py.simple
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# python/2024.RookeryCapital_PythonTest/obfuscated.py | ||
encoding/base64 | ||
evasion/base64/decode | ||
evasion/base64/eval | ||
evasion/codecs_decode | ||
kernel/platform | ||
net/url/request | ||
techniques/code_eval |