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

Update generate-random-numbers-via-rtlgenrandom.yml #828

Merged
merged 1 commit into from
Oct 9, 2023
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,23 @@ rule:
namespace: data-manipulation/prng
authors:
- [email protected]
- [email protected]
scope: function
mbc:
- Cryptography::Generate Pseudo-random Sequence::Use API [C0021.003]
references:
- https://doxygen.reactos.org/df/d13/sysfunc_8c_source.html
- https://blog.gentilkiwi.com/tag/systemfunction036
examples:
- b7841b9d5dc1f511a93cc7576672ec0c:0x10002B80
- 0a0882b8da225406cc838991b5f67d11:0x416F35
- b7841b9d5dc1f511a93cc7576672ec0c:0x10002B80 # api
- 0a0882b8da225406cc838991b5f67d11:0x416F35 # string
features:
- or:
- api: SystemFunction036
- and:
- match: link function at runtime on Windows
- string: "SystemFunction036"
- optional:
- string: "advapi32.dll"
- string: "Advapi32.dll"
- string: /advapi32/i
- string: /cryptsp/i
- characteristic: indirect call
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- characteristic: indirect call

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

already part of link function at runtime on Windows

Loading