4 रिपॉजिटरी
Languages specifically designed to query the structural and semantic properties of source code databases.
Distinct from API Query Languages: Distinct from API Query Languages: targets the semantic representation of code rather than general application data retrieval.
Explore 4 awesome GitHub repositories matching data & databases · Code Analysis Query Languages. Refine with filters or upvote what's useful.
CodeQL is a semantic code analysis engine and vulnerability scanning tool that treats source code as data. It utilizes a static analysis query language to define complex patterns and security vulnerabilities within a code graph database. The system represents source code as a relational database, enabling the execution of structural queries and data flow analysis. This approach allows for the detection of security flaws and coding errors across large-scale repositories. The tool provides capabilities for automated code auditing, static analysis security testing, and custom vulnerability dete
Provides a specialized query language to define complex logic and patterns for finding bugs within code.
Bytehound एक Linux मेमोरी प्रोफाइलर है जो मेमोरी रिक्वेस्ट्स को इंटरसेप्ट करने और एलोकेशन और डीएलोकेशन को ट्रैक करने के लिए एक कस्टम ग्लोबल एलोकेटर का उपयोग करता है। यह हर मेमोरी ऑपरेशन के लिए पूर्ण कॉल-स्टैक ट्रेसेस रिकॉर्ड करता है ताकि एलोकेशन्स को उनके मूल सोर्स कोड पर वापस मैप किया जा सके। इस प्रोजेक्ट में एक रिमोट मेमोरी प्रोफाइलिंग सिस्टम है जो टारगेट सिस्टम पर संसाधन ओवरहेड को कम करते हुए, नेटवर्क सॉकेट्स के माध्यम से कैप्चर डेटा को एक अलग मशीन पर स्ट्रीम करता है। विश्लेषण एक विशेष डोमेन-स्पेसिफिक क्वेरी लैंग्वेज द्वारा समर्थित है जिसका उपयोग मेमोरी पैटर्न्स और विसंगतियों (anomalies) का पता लगाने को स्वचालित करने के लिए किया जाता है। यह टूल लीक और फ्रैगमेंटेशन की पहचान करने के लिए हीप एलोकेशन विश्लेषण, साथ ही एलोकेटर स्टेट्स की निगरानी और ट्यूनिंग के लिए रनटाइम इंट्रोस्पेक्शन को कवर करता है। डेटा को मेमोरी उपयोग और एलोकेशन पैटर्न्स के ग्राफिकल प्रतिनिधित्व प्रदान करने के लिए वेब-आधारित विज़ुअलाइज़र के माध्यम से एक्सपोर्ट और रेंडर किया जा सकता है।
Includes a specialized domain-specific language to automate the detection of anomalies and patterns within memory profiles.
GritQL is an AST-based code transformation engine and structural search tool. It uses a declarative query language to identify and rewrite source code patterns across multiple programming languages by matching abstract syntax tree nodes rather than literal text. The system functions as an automated refactoring framework for large-scale migrations and API updates. It distinguishes itself by utilizing sequential transformation pipelines and reusable blueprints that can be synced between local environments and remote repositories. The tool covers a broad range of capabilities including static a
Identifies and transforms code patterns using declarative rules with metavariables and conditions.
nvim-treesitter-context is a Neovim editor extension that provides structural awareness of source files by displaying sticky headers of surrounding code blocks. It utilizes Tree-sitter queries to identify parent functions and classes, keeping them visible at the top of the editor window while scrolling. The tool allows for language rule customization, enabling the definition of specific structural queries to modify how context is detected for different programming languages. Users can also adjust the visual appearance of the context window through custom highlight groups. Beyond visual orien
Uses Tree-sitter queries to analyze the structural properties and hierarchical nesting of source code.