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
Currently, QemuCallTracerHelper stores its callstack values inside of the struct. This makes the data difficult to access post-execution. Like other QemuHelpers, a Metadata instance should be stored in State and used to collect call addresses. This would enable post-processing in Observers and Feedbacks.
The text was updated successfully, but these errors were encountered:
Currently, QemuCallTracerHelper stores its callstack values inside of the struct. This makes the data difficult to access post-execution. Like other QemuHelpers, a Metadata instance should be stored in State and used to collect call addresses. This would enable post-processing in Observers and Feedbacks.
The text was updated successfully, but these errors were encountered: