retdec icon indicating copy to clipboard operation
retdec copied to clipboard

We need to detect stuff like `LoadLibrary` and `GetProcAddress` and use their arguments and data flows for retrieving type information.

Open KOLANICH opened this issue 3 years ago • 1 comments

KOLANICH avatar Aug 29 '22 13:08 KOLANICH

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.

silverbacknet avatar Sep 02 '22 09:09 silverbacknet