Skip to content

Update function discovery and extracting types #9

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

intfinity-zhanteng
Copy link

@intfinity-zhanteng intfinity-zhanteng commented Aug 8, 2024

Function discovery

  • Undefine large qword arrays from IDA auto-analysis
  • Deliberately add_func to improve the output while walking through the function address table from pcln
  • Remove rodata segment requirement since it will not work with memory dump

Extract types

  • Search lea instruction in reverse order
  • Add dynamic search for data section to get name of types
  • Add register tagging to each function since the type will be placed in different registers for different functions instead of hardcoding registers
  • Add parsing of variables of structs

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

Successfully merging this pull request may close these issues.

1 participant