Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

An option to extract strings with their context (a machine code procedure to which they belong) #14

Open
insolor opened this issue Jun 23, 2022 · 0 comments

Comments

@insolor
Copy link
Member

insolor commented Jun 23, 2022

For every string cross-reference, find an end of a procedure where it belongs. Then group functions by these endings.

Possible values to use as identifiers of procedures:

  • address of return (con: depends on DF version)
  • hash of all strings in the context (con: changes when a string is added/removed/changed)
  • the first string in the context (con: possible duplicates)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant