Skip to content

Generate PDB file failed, as parsing json crashed in fakepdb_pdb when doing the pdb generation. #54

Description

@WindBlowAssCold

Describe the bug

In my case, the PE file being analyzed had a segment call .voltbl, which can't be parsed by ida correctly.
Image

Then it generate .json like this.
Image

While the null value is not supported by nlohmann, which is used in this project to generate PDB file. So the fakepdb_pdb crashed (I debuged this). As mentioned here [nlohmann/json/issues/2356].

After I edit the segment prosperity like this to avoid null value, the PDB generation works fine.
Image

Maybe, do more check in python, to inform user when there is something not parsable in json?

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