Skip to content

feat: add binlib (Binary Library) function documentation#27

Draft
maximelb wants to merge 1 commit into
masterfrom
feat/binlib-functions
Draft

feat: add binlib (Binary Library) function documentation#27
maximelb wants to merge 1 commit into
masterfrom
feat/binlib-functions

Conversation

@maximelb
Copy link
Copy Markdown
Contributor

Summary

  • Add 7 new function documentation files for the Binary Library extension (ext-binlib)
  • Update SKILL.md function count from 179 to 186
  • Add new "Binary Library (Binlib)" category in the limacharlie-call skill

New Functions

Function Purpose
binlib_check_hash Check if hash(es) exist in binary library
binlib_get_hash_metadata Get PE info, signatures, tags for hash(es)
binlib_get_hash_data Get signed download URLs for binaries
binlib_tag Add tags to binary hash(es)
binlib_untag Remove tags from binary hash(es)
binlib_search Search binaries by metadata criteria
binlib_yara_scan Scan binaries against YARA rules

Related

Mirrors the MCP tools from lc-mcp-server branch feat/binlib-extension-tools

Test plan

  • Verify all 7 .md files exist in functions/ directory
  • Verify SKILL.md shows 186 functions in description and header
  • Verify SKILL.md contains the new "Binary Library (Binlib) (7)" section

🤖 Generated with Claude Code

Add 7 new function documentation files for the Binary Library extension:
- binlib_check_hash: Check if hash(es) exist in binary library
- binlib_get_hash_metadata: Get PE info, signatures, tags
- binlib_get_hash_data: Get signed download URLs for binaries
- binlib_tag: Add tags to binary hash(es)
- binlib_untag: Remove tags from binary hash(es)
- binlib_search: Search binaries by metadata criteria
- binlib_yara_scan: Scan binaries against YARA rules

Updates SKILL.md function count from 179 to 186 and adds new
"Binary Library (Binlib)" category.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.

1 participant