- Petgraph - Goblin - Capstone - And a few others
And I wanted to ask the community what you would look for in a hobbyist alternative to IDA Pro assuming I decide to support students and devs while also having higher tiers.
Out of these features, which would you be able to sacrifice the most and which would you need to do your work as a hobbyist/student:
- LLM Binary Chat (For asking simple non-deterministic questions) - YARA-based Scans (Provide your own YARA rules given a minimal template) - Decompiler - Batch? - VS Code Extention? - API? - X Amount of Usage?
For background, it crawls the docs.rs of a requested crate and then returns structured information about the crate via JSON, so it's great to supplement the struggles that some models have with Rust and other low level languages.
The options in my head have been:
- Create a MCP server or free carrot to get users and change pricing to B2D focus - Create a bulk endpoint and focus in selling the bulk data to companies or as an S3 bucket - Create a VS Code extension that uses a base model and pings the api for context
Curious what the HN community thinks.