Hey, On Wed, Mar 24, 2010 at 11:00 AM, Tedd Hansen <[email protected]> wrote: > I have one wish list item. :) > > Some way of knowing the argument stack at any given instruction. (count and > what types in what order)
There's code in the decompiler (Mono's svn, /cecil/decompiler) to compute the stack height at any instruction. You can certainly enhance it to provide type information on top of that. -- Jb Evain <[email protected]> -- -- mono-cecil To unsubscribe from this group, send email to mono-cecil+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
