retdec
retdec copied to clipboard
We need to detect stuff like `LoadLibrary` and `GetProcAddress` and use their arguments and data flows for retrieving type information.
This would probably have to be a smaller workpiece of a much larger project to handle shared libraries generally, since quite a bit of software extensively pushes main application code into them, rather than just OS and standard library calls -- that could provide some much-needed context around remote function call points.
Though this alone would be a solid feature to at least keep non-static calls from being treated as a black hole with completely unknown parameters.