-
```
ssa - @timothy-king
go/ssa/ssautil/switch_test.go
go/ssa/ssautil/load.go
go/ssa/example_test.go
go/ssa/interp/interp_test.go
go/ssa/builder_generic_test.go
go/ssa/builder_test.go
refacto…
-
Hi!
Im trying to get a CFG/callgraph for an android app. It seems that Flowdroid is not able to "find" all methods inside the apk...
The following code is used:
```java
public static void main(Str…
-
Icicle graphs are the most popular way to explore performance data, but callgraphs can also be a very useful visualization when different stack traces call the same function for example.
-
(and I'm feeling fine).
I bisected across 16k commits of nixpkgs on a nix store on an nfs drive, where evaluating the sample flake I had at hand took 3+ minutes. Please clap.
This is the flake I…
-
Hello,
I'm trying to run the below call graph example in maven. My maven file tree is as follows with package `com.mycompany.app`
```
.
── my-app-1
├── src
│ └── …
-
Hi,
Consider the following case:
`
public class MainActivity extends AppCompatActivity {
private Button btn1;
private final View.OnClickListener onClickListener = v -> onClick2(v)…
-
When browsing large codebases it can be cumbersome to get the right mental picture of the components architecture. It would be nice to have a quick look at the callgraphs of the current file or maybe …
-
Hey so I'm interested in adding rust support. I think I've got a rough idea as to how this might be doable. But I'd love to get some feedback from someone a little more knowledgeable on introspector b…
-
Ghidra's extension does not link `CallGraph.Vertex` messages to `Module` messages for imported functions e.g. `kernel32.ReadFile`. Truly I'm not sure if `CallGraph.Vertex` messages representing import…
-
Find callers and find callees search sort of work, but we should make them work properly - accounting for dynamic/static calls etc. (I'm not exactly sure what is wrong right now, but I don't get the r…