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
Some instruction sets don't easily lift one instruction at a time. For instance wasm, .Net, Java, I'm sure others. One possible solution to this is to allow lifting of the entire function at once rather than one instruction at a time as the current architecture plugins support.