You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method (and field, and ...) signatures are represented by data in a custom binary format that is stored in the #Blob stream. The best references I've found for parsing this data are:
ECMA-335 6th Edition, II.23.1 and II.23.2, "Blobs and signatures"
I have a branch going over here that parses some of this data. Development is ongoing. I'd like to make it a bit more complete before proposing the PR.
I have cherry picked the signature parsing implementation from @williballenthin wip/type-signatures branch and will continue development on it in my methods branch
On Aug 17, 2022, at 4:39 AM, malwarefrank ***@***.***> wrote:
I have cherry picked the signature parsing implementation from @williballenthin wip/type-signatures branch and will continue development on it in my methods branch
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
Method (and field, and ...) signatures are represented by data in a custom binary format that is stored in the
#Blob
stream. The best references I've found for parsing this data are:The text was updated successfully, but these errors were encountered: