mandiant / GoReSym

Go symbol recovery tool
MIT License
498 stars 62 forks source link

field tag and method name is not parsed #37

Open virusdefender opened 9 months ago

virusdefender commented 9 months ago

now field tag and interface method name is not parsed, it can not be obfuscated in many cases ( such as is used in reflection)

reference: https://github.com/goretk/gore/blob/3009b3909f08fa910e5a93d893bb66117f3628f9/type2.go#L149