Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experimental: Identify every structure #23

Open
anOtherAnalyse opened this issue May 17, 2022 · 0 comments
Open

Experimental: Identify every structure #23

anOtherAnalyse opened this issue May 17, 2022 · 0 comments

Comments

@anOtherAnalyse
Copy link
Collaborator

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.

@anOtherAnalyse anOtherAnalyse changed the title Identify every structure Experimental: Identify every structure May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant