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
A dynamic tracing tool that will consume Anvill's output would benefit from having the address of ret instructions/tail-calls in a function as part of the JSON output data. This would help specify functions that will be instrumented more accurately since the tool needs the address of the first and last instructions. Currently the maximum address of a function is used as an approximation for where the last instruction is, but this isn't very accurate.
A dynamic tracing tool that will consume Anvill's output would benefit from having the address of
ret
instructions/tail-calls in a function as part of the JSON output data. This would help specify functions that will be instrumented more accurately since the tool needs the address of the first and last instructions. Currently the maximum address of a function is used as an approximation for where the last instruction is, but this isn't very accurate.cc'ing @mshockwave
The text was updated successfully, but these errors were encountered: