anvill icon indicating copy to clipboard operation
anvill copied to clipboard

Support N:1 symbol:address mapping

Open surovic opened this issue 4 years ago • 0 comments

So if the same address has multiple names, then the second call will declare a new version of the thing. For global variables, I thnk you'd want to use a GlobalAlias, so that all the "public" names can be aliases to an internal private data. For functions, a similar thing could be done, where "public" versions tail-call the internal private version.

Originally posted by @pgoodman in https://github.com/lifting-bits/anvill/pull/45#r494501404

surovic avatar Sep 28 '20 11:09 surovic