CFGScanDroid icon indicating copy to clipboard operation
CFGScanDroid copied to clipboard

Control Flow Graph Scanning for Android

Results 4 CFGScanDroid issues
Sort by recently updated
recently updated
newest added

This would be a great feature!

enhancement

Solution that is not O(N!) at depth.

Profiling shows it as a bottleneck on subgraph scans. Find a way to make it faster or not enter it in some cases.

A return code might be better than the true / false. Will allow early escape when we reach a depth with insufficient nodes below it.