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

dynamic: "create thread bypassing process freeze" FPs #1023 #1025

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dhruvak001
Copy link
Contributor

Fixes #1023

[x] No CHANGELOG update needed
[x] No new tests needed
[x] No documentation update needed

@dhruvak001
Copy link
Contributor Author

dhruvak001 commented Mar 15, 2025

Even though I have properly nested the code, it still reads them like:

  features:
    - and:
      - api: ntdll.NtCreateThreadEx
      properties:
        arguments:
          CreateFlags: 0x40

Instead of:

  features:
    - and:
      - api: ntdll.NtCreateThreadEx
        properties:
          arguments:
            CreateFlags: 0x40

@mr-tz
Copy link
Collaborator

mr-tz commented Mar 15, 2025

This isn't valid rule syntax and is not something we can express unfortunately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dynamic: "create thread bypassing process freeze" FPs
2 participants