Allow ghidra decompiler to follow types of the caller. #30
Labels
difficulty: easy
good to resolve if you know basic java and have some time to learn
Upstream
This issue also applies to upstream ghidra. When solving, we should better care about them.
Currently, the decompiler analyzes the function signature only inspecting itself without caring about all the call sites.
This might save the database space but the user might find this irritating as the type always not propagate cross functions.
This is also referred as "automatically commit the recognized signatures of the functions".
(Wait... the propating algorithm might also contain some problems. We might resolve it as well)
The text was updated successfully, but these errors were encountered: