No assignment of return value
felberj opened this issue · 0 comments
felberj commented
Describe the bug
Ghidra does not use the the return value of a function
Go version: 1.12
Target os: Linux
Ghidra version: 9.0.4
To Reproduce
- Load binary (testdata functions.go)
- Analyze binary
- see that main.main does not assign the return values
Minimal source to reproduce
(testdata functions.go)
Additional context