#
source-code-analysis
Here are 116 public repositories matching this topic...
Tool for reverse engineering of Angular applications
-
Updated
Oct 12, 2021 - TypeScript
Android开发核心知识点笔记(不断更新中🔥 )
android
java
algorithm
algorithms
notes
mobile-app
interview
sourcecode
source-code
study-notes
source-code-analysis
androidnote
android-notes
androidnotes
studynotes
-
Updated
Dec 19, 2021
Static Value-Flow Analysis Framework for Source Code
llvm
static-analysis
dependency-analysis
pointer-analysis
source-code-analysis
code-security
static-value-flow
-
Updated
Dec 23, 2021 - C++
Jackhammer - One Security vulnerability assessment/management tool to solve all the security team problems.
security
static-code-analysis
penetration-testing
dynamic-analysis
application-security
wordpress-security
mobile-security
vulnerability-management
vulnerability-scanners
security-scanner
vulnerability-assessment
network-security
webappsec
vulnerability-scanning
source-code-analysis
penetration-testing-framework
security-vulnerability-assessment
-
Updated
Jul 1, 2020 - Java
Source code analyzer that helps you to make your Go programs more consistent.
-
Updated
Apr 4, 2020 - Go
Concurrently detect the minimum Python versions needed to run code
python
parser
analysis
multiprocessing
detection
concurrency
ast
python-3
python-2
abstract-syntax-tree
source-code-analysis
version-checker
-
Updated
Dec 18, 2021 - Python
中国IPFS内核开发者开放式交流基地,有好的建议可以提proposal,有问题可以提issue,有好的内容分享可以提交patch;
-
Updated
Apr 19, 2019
security
security-audit
web
code
injection
source
bounty
bugbounty
payload
payloads
websecurity
source-code-analysis
ssti
server-side-template-injection
code-security
bugbountytips
payloadbox
-
Updated
Sep 4, 2021
SGI STL source code analysis and note from 《STL源码剖析》 by 侯捷(包含电子书、源码注释及测试代码)
-
Updated
Mar 17, 2020 - C++
emerge is a source code analysis tool and dependency visualizer that can be used to gather insights about source code structure, metrics, dependencies and complexity of software projects. After scanning the source code of a project it provides you an interactive web interface to explore and analyze your project by using graph structures.
visualization
python
analysis
dependency-graph
dependencies
graph-visualization
d3js
code-metrics
code-visualization
metrics-gathering
swift-dependencies-visualizer
source-code-analysis
android-dependency-visualizer
dependency-visualizer
javascript-dependency-visualizer
typescript-dependency-visualizer
kotlin-dependency-visualizer
swift-dependency-visualizer
java-dependency-visualizer
python-dependency-visualizer
-
Updated
Dec 4, 2021 - Python
Luni-4
commented
Oct 25, 2021
We should add more integration tests for web server
Source code understanding via Machine Learning techniques
-
Updated
Feb 3, 2019
本人多年的Android笔记,既有基础知识,也有深度好文!持续更新中...
-
Updated
Dec 27, 2020 - Java
-
Updated
Nov 12, 2017 - Java
Advanced similarity and duplicate source code at scale.
-
Updated
Jun 6, 2019 - Scala
Source code analyzer that helps you to maintain variable/field naming conventions inside your project.
-
Updated
May 30, 2019 - Go
🕵🏻♂️ Collect data about your dependencies
-
Updated
Jun 26, 2021 - Go
A toolkit for pre-processing large source code corpora
natural-language-processing
language-modeling
word-segmentation
mining-software-repositories
source-code-analysis
-
Updated
Aug 16, 2021 - Python
Objective-C Runtime Analysis (Objective-C运行时分析)
-
Updated
May 25, 2019 - C
TODO get - tool to extract todo tasks from source code
-
Updated
Oct 5, 2020 - Go
an implementation of "code2vec: Learning Distributed Representations of Code"
-
Updated
Aug 27, 2020 - Python
Fetch source-mapped sources. Peek by file, line, column. Node & browsers. Sync & async.
javascript
reflection
typescript
source
sourcecode
sourcemaps
sourcemap
source-code
source-code-analysis
read-source-code
sourcemap-support
-
Updated
Apr 14, 2021 - JavaScript
LAPSE+ is a security scanner, based on the white box analysis of code for detecting vulnerabilities in Java EE Applications.
-
Updated
Feb 2, 2018 - Java
FLPR: The Fortran Language Program Remodeling system
parser
library
frontend
cpp
fortran
source-to-source
cpp17
syntax-analysis
fortran-language
source-generation
syntactic-analysis
code-manipulation
source-code-analysis
fortran2018
source-code-manipulation
source-manipulation
-
Updated
Jun 11, 2020 - C++
Improve this page
Add a description, image, and links to the source-code-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the source-code-analysis topic, visit your repo's landing page and select "manage topics."
It seems that the code contains two duplicate ways of dealing with invalid/valid code (discovered in #247).
null
token list, while the strategies check onnull
token list during comparisonIn the future, we should rely on the first way, as is is