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
Add the mornitoring of the stack in the data gatherer.
How to do that in a the best way will need some research.
My actual idea is:
Register every stack frame as a block.
Block created with a call and free on the return.
Must change the size when a push is done.
May have to do be 'cut' during the recovery process when a struct is detected.
The text was updated successfully, but these errors were encountered:
Add the mornitoring of the stack in the data gatherer.
How to do that in a the best way will need some research.
My actual idea is:
Register every stack frame as a block.
Block created with a call and free on the return.
Must change the size when a push is done.
May have to do be 'cut' during the recovery process when a struct is detected.
The text was updated successfully, but these errors were encountered: