Skip to content

Allow ghidra decompiler to follow types of the caller. #30

@Escapingbug

Description

@Escapingbug

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.difficulty: easygood to resolve if you know basic java and have some time to learn

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions