Skip to content

Type error on HighParam assignment #2

@niconaus

Description

@niconaus

Hi,

I tried to use the scripts in this repo to dump PCode, but I can't get the script to compile, I get the following error:

PCodeDumpSF.java:509: error: incompatible types: ghidra.program.model.pcode.HighSymbol cannot be converted to ghidra.program.model.pcode.HighParam
HighParam param = proto.getParam(i);
^

I'm assuming this is due to the age of the code. Do you have any suggestions on how to fix this?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions