Skip to content

Add rule for zlib fast inflate#1142

Open
priyank766 wants to merge 3 commits intomandiant:masterfrom
priyank766:feat/zlib-fast-inflate
Open

Add rule for zlib fast inflate#1142
priyank766 wants to merge 3 commits intomandiant:masterfrom
priyank766:feat/zlib-fast-inflate

Conversation

@priyank766
Copy link

Closes #494.

Adds a function-scope rule, decompress data using ZLIB fast inflate, for Chris Anderson's x86 assembly implementation of zlib inflate_fast, based on the assembly implementation referenced in the issue.

Validation:

  • ran scripts/capafmt.py on the new rule
  • local example-based lint is currently blocked because the referenced capa-testfiles sample is not available as a readable file in my environment

Reference:

@priyank766
Copy link
Author

@mike-hunhoff & @mr-tz Can you please review it

Signed-off-by: priyank <priyank8445@gmail.com>
@priyank766 priyank766 force-pushed the feat/zlib-fast-inflate branch from 13ca7df to ea00ed6 Compare March 19, 2026 16:14
@priyank766 priyank766 requested a review from mike-hunhoff March 19, 2026 16:15
@priyank766
Copy link
Author

priyank766 commented Mar 21, 2026

@mike-hunhoff i removed the unnecesarry reference line
i wanted to know about this failed check why it is failed ?? i think capa-testfiles i have to create it in the test-files repo can i do that ??

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.

rule idea: zlib fast inflate

2 participants