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
We should add a high-level iter-style API for the debug data directory entry vector, similar to the other iter-style APIs.
One challenge: the contents of the debug entries are heterogeneously typed and have drastically different contents. Maybe a visitor pattern instead, where IterDebug is registered with a struct of callbacks, one per type.
One downside to the visitor-style iter design: most entries in the vector will probably be one of a kind, so there isn't much of a point in "iterating" over them.
We should add a high-level iter-style API for the debug data directory entry vector, similar to the other iter-style APIs.
One challenge: the contents of the debug entries are heterogeneously typed and have drastically different contents. Maybe a visitor pattern instead, where
IterDebug
is registered with a struct of callbacks, one per type.See trailofbits/winchecksec#44.
The text was updated successfully, but these errors were encountered: