hex0punk / wally

Function callpath mapping analysis tool for Go
Mozilla Public License 2.0
28 stars 0 forks source link

Option to track patch not by call expression or callinstruction but by function #62

Closed hex0punk closed 1 month ago

hex0punk commented 3 months ago

right now matching is done by call expression. That is, you give wally a funcion, wally finds the ssa.Funcion (note the ssa.CallInstruction) and starts tracking from that - essentially this would be like treating the enclosing function as the match.

hex0punk commented 1 month ago

solved by #68 and use of --simple mode