@malcat4ever: Did you know that #Kesakode can use fuzzy-matching for functions? While a bit slower, this kind of lookup helps against…
Summary
Kesakode tool supports fuzzy-matching for function lookups to aid in obfuscation analysis, specifically in the context of #vidar malware.
View Cached Full Text
Cached at: 08/17/26, 04:21 PM
Did you know that #Kesakode can use fuzzy-matching for functions? While a bit slower, this kind of lookup helps against obfuscation (here: #vidar) https://t.co/S6MGz6LOuO
Similar Articles
@kentcdodds: I used Fable and Grok 4.5 (in two separate chats) to go find all the hilariously bad AI-generated code in my codebase a…
The author recounts using Fable and Grok 4.5 to identify and remove poor AI-generated code from their codebase.
dmtrKovalenko/fff
fff is a fast, typo-resistant file search toolkit with frecency ranking and an MCP server for AI agents, providing efficient file and content search with git awareness.
Bytecode VMs in surprising places (2024)
This article explores surprising uses of bytecode virtual machines, specifically eBPF in the Linux kernel and DWARF expressions for debug information in compiled binaries.
We tried vectors, ASTs, and brute-force context stuffing for code retrieval. Graphs with LLM-generated semantics worked best. Here's what we learned.
The authors detail their experience building a code indexing system, concluding that graph-based retrieval with LLM-generated semantics outperforms vector embeddings and pure AST parsing. They open-sourced the system, Bytebell, which uses Neo4j to store semantic context for efficient and precise code retrieval.
Show HN: Semble – Code search for agents that uses 98% fewer tokens than grep
Semble is a fast code search library for AI agents that uses ~98% fewer tokens than grep+read, runs on CPU with no external dependencies, and integrates via MCP or CLI.