Skip to content

Experimental: Identify every structure #23

@anOtherAnalyse

Description

@anOtherAnalyse

Structures are identified from 2 entry points:

  • Memory allocation;
  • Ctor / dtor.

This misses some structures. Another way might be to search register disp in every functions, meaning that a structure offset is accessed. From there using reverse-propagation we can find every structure creation / entry point (is structure from stack, from parameters, returned by a function..). We can now propagate every structure present in the binary. The only problem is that we do not have information to merge duplicates, leading to create multiple times the same structure.

Finding heuristic to identify duplicates from this state would be interesting.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions