forked from NationalSecurityAgency/ghidra
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
UpstreamThis issue also applies to upstream ghidra. When solving, we should better care about them.This issue also applies to upstream ghidra. When solving, we should better care about them.difficulty: easygood to resolve if you know basic java and have some time to learngood to resolve if you know basic java and have some time to learn
Description
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)
Metadata
Metadata
Assignees
Labels
UpstreamThis issue also applies to upstream ghidra. When solving, we should better care about them.This issue also applies to upstream ghidra. When solving, we should better care about them.difficulty: easygood to resolve if you know basic java and have some time to learngood to resolve if you know basic java and have some time to learn