control-flow-graph topic

List control-flow-graph repositories

as2cfg

55
Stars
2
Forks
Watchers

Construct the CFG(Control Flow Graph) from intel assembly code

binary-security-check

69
Stars
8
Forks
Watchers

Moved: https://codeberg.org/koutheir/binary-security-check

pyt

2.2k
Stars
238
Forks
Watchers

A Static Analysis Tool for Detecting Security Vulnerabilities in Python Web Applications

ethereum-graph-debugger

350
Stars
33
Forks
Watchers

Ethereum solidity graph plain debugger. To have the whole picture when debugging.

smda

216
Stars
36
Forks
Watchers

SMDA is a minimalist recursive disassembler library that is optimized for accurate Control Flow Graph (CFG) recovery from memory dumps.

JavaDataFlow

42
Stars
13
Forks
Watchers

Creating Data Flow Graphs from java input classes

OS-CFI

35
Stars
14
Forks
Watchers

Origin-sensitive Control Flow Integrity (OS-CFI) - USENIX Security 2019

rstatic

40
Stars
4
Forks
Watchers

An R package for static analysis of R code.

compiler-touch

25
Stars
7
Forks
Watchers

Sample of building control flow graph, SSA form, phi nodes, LLVM IR for imagined language.

pyc-cfg

50
Stars
13
Forks
Watchers

Pyc-cfg is a pure python control flow graph builder for almost all Ansi C programming language.